Skip to content

Commit

Permalink
Add ThirdPartyHeapOptions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored and Kunal Sareen committed Apr 13, 2022
1 parent 05dc7da commit ca90b43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hotspot/share/gc/shared/gc_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@
product(bool, UseThirdPartyHeap, false, \
"Use the thrtd-party heap for allocation and garbage collection") \
\
product(ccstr, ThirdPartyHeapOptions, NULL, \
"Options for third party heap") \
\
product(bool, UseConcMarkSweepGC, false, \
"Use Concurrent Mark-Sweep GC in the old generation") \
\
Expand Down

0 comments on commit ca90b43

Please sign in to comment.