8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120
authortschatzl
Mon, 10 Dec 2018 18:32:47 +0100
changeset 52929 72aba7acbeef
parent 52928 d59955700113
child 52930 df629b081ff6
8215149: TestOptionsWithRangesDynamic.java fails after JDK-8215120 Summary: Removed range specifier completely. Reviewed-by: sjohanss, shade
src/hotspot/share/gc/g1/g1_globals.hpp
--- a/src/hotspot/share/gc/g1/g1_globals.hpp	Mon Dec 10 09:19:30 2018 -0800
+++ b/src/hotspot/share/gc/g1/g1_globals.hpp	Mon Dec 10 18:32:47 2018 +0100
@@ -305,7 +305,6 @@
           "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 "     \