--- old/src/hotspot/share/gc/g1/g1_globals.hpp 2017-11-02 15:19:20.840950010 +0100 +++ new/src/hotspot/share/gc/g1/g1_globals.hpp 2017-11-02 15:19:20.616950018 +0100 @@ -78,10 +78,10 @@ "in milliseconds.") \ range(1.0, DBL_MAX) \ \ - product(intx, G1RefProcDrainInterval, 10, \ + product(int, G1RefProcDrainInterval, 10, \ "The number of discovered reference objects to process before " \ "draining concurrent marking work queues.") \ - range(1, max_intx) \ + range(1, INT_MAX) \ \ experimental(double, G1LastPLABAverageOccupancy, 50.0, \ "The expected average occupancy of the last PLAB in " \