< prev index next >

src/hotspot/share/gc/g1/g1_globals.hpp

Print this page

        

@@ -303,11 +303,10 @@
                                                                             \
   manageable(uintx, G1PeriodicGCInterval, 0,                                \
           "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_uintx)                                               \
                                                                             \
   product(bool, G1PeriodicGCInvokesConcurrent, true,                        \
           "Determines the kind of periodic GC. Set to true to have G1 "     \
           "perform a concurrent GC as periodic GC, otherwise use a STW "    \
           "Full GC.")                                                       \
< prev index next >