hotspot/src/share/vm/gc/g1/g1_globals.hpp
changeset 34661 9a1d11d88ea0
parent 34626 b366ee049e8f
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Fri Dec 04 09:36:16 2015 -0800
+++ b/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Fri Dec 04 15:24:14 2015 -0800
@@ -157,6 +157,7 @@
           "Each time the rset update queue increases by this amount "       \
           "activate the next refinement thread if available. "              \
           "Will be selected ergonomically by default.")                     \
+          range(0, max_jint)                                                \
                                                                             \
   product(intx, G1RSetUpdatingPauseTimePercent, 10,                         \
           "A target percentage of time that is allowed to be spend on "     \
@@ -300,6 +301,7 @@
                                                                             \
   product(uintx, G1MixedGCCountTarget, 8,                                   \
           "The target number of mixed GCs after a marking cycle.")          \
+          range(0, max_uintx)                                               \
                                                                             \
   experimental(bool, G1EagerReclaimHumongousObjects, true,                  \
           "Try to reclaim dead large objects at every young GC.")           \