# HG changeset patch # User shade # Date 1544452296 -3600 # Node ID 8790e9f9f98431d7499da6f10eb455a626226aae # Parent 91855ca077e314249ae746cac71f9104e50b738b 8215120: 32-bit build failures after JDK-8212657 (Promptly Return Unused Committed Memory from G1) Reviewed-by: tschatzl, rkennke diff -r 91855ca077e3 -r 8790e9f9f984 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 " \