8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
Reviewed-by: tschatzl, rkennke
--- a/src/hotspot/share/gc/g1/g1_globals.hpp Mon Dec 10 17:31:16 2018 +0300
+++ b/src/hotspot/share/gc/g1/g1_globals.hpp Mon Dec 10 15:31:36 2018 +0100
@@ -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 " \