8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
Reviewed-by: tschatzl, rkennke
This commit is contained in:
parent
1f26d09d50
commit
df71ef8c78
@ -305,7 +305,7 @@
|
||||
"Number of milliseconds after a previous GC to wait before " \
|
||||
"triggering a periodic gc. A value of zero disables periodically "\
|
||||
"enforced gc cycles.") \
|
||||
range(0, max_jlong) \
|
||||
range(0, max_uintx) \
|
||||
\
|
||||
product(bool, G1PeriodicGCInvokesConcurrent, true, \
|
||||
"Determines the kind of periodic GC. Set to true to have G1 " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user