8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1)
authorshade
Mon, 10 Dec 2018 15:31:36 +0100
changeset 52923 8790e9f9f984
parent 52922 91855ca077e3
child 52924 420ff459906f
8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1) Reviewed-by: tschatzl, rkennke
src/hotspot/share/gc/g1/g1_globals.hpp
--- 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 "     \