mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-05 04:31:36 +00:00
8221212: ZGC: Command-line flags should be marked experimental
Reviewed-by: stefank, eosterlund
This commit is contained in:
parent
3a4d5db248
commit
8b38ebf1a2
@ -39,28 +39,28 @@
|
||||
constraint, \
|
||||
writeable) \
|
||||
\
|
||||
product(ccstr, ZPath, NULL, \
|
||||
experimental(ccstr, ZPath, NULL, \
|
||||
"Filesystem path for Java heap backing storage " \
|
||||
"(must be a tmpfs or a hugetlbfs filesystem)") \
|
||||
\
|
||||
product(double, ZAllocationSpikeTolerance, 2.0, \
|
||||
experimental(double, ZAllocationSpikeTolerance, 2.0, \
|
||||
"Allocation spike tolerance factor") \
|
||||
\
|
||||
product(double, ZFragmentationLimit, 25.0, \
|
||||
experimental(double, ZFragmentationLimit, 25.0, \
|
||||
"Maximum allowed heap fragmentation") \
|
||||
\
|
||||
product(bool, ZStallOnOutOfMemory, true, \
|
||||
experimental(bool, ZStallOnOutOfMemory, true, \
|
||||
"Allow Java threads to stall and wait for GC to complete " \
|
||||
"instead of immediately throwing an OutOfMemoryError") \
|
||||
\
|
||||
product(size_t, ZMarkStackSpaceLimit, 8*G, \
|
||||
experimental(size_t, ZMarkStackSpaceLimit, 8*G, \
|
||||
"Maximum number of bytes allocated for mark stacks") \
|
||||
range(32*M, 1024*G) \
|
||||
\
|
||||
product(uint, ZCollectionInterval, 0, \
|
||||
experimental(uint, ZCollectionInterval, 0, \
|
||||
"Force GC at a fixed time interval (in seconds)") \
|
||||
\
|
||||
product(uint, ZStatisticsInterval, 10, \
|
||||
diagnostic(uint, ZStatisticsInterval, 10, \
|
||||
"Time between statistics print outs (in seconds)") \
|
||||
range(1, (uint)-1) \
|
||||
\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user