8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)

Reviewed-by: tschatzl, rkennke
This commit is contained in:
Aleksey Shipilev 2018-12-10 15:31:36 +01:00
parent 1f26d09d50
commit df71ef8c78

View File

@ -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 " \