Merge
authorbrutisso
Wed, 16 Mar 2016 16:21:36 +0000
changeset 37128 ea9e0371b8e6
parent 37125 188d715655a3 (current diff)
parent 37127 59f56fa66aba (diff)
child 37129 af29e306e50b
child 37130 73d99f6918aa
child 37132 008db2089808
Merge
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 16 16:42:30 2016 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 16 16:21:36 2016 +0000
@@ -2212,10 +2212,10 @@
           "Decay factor to TenuredGenerationSizeIncrement")                 \
           range(1, max_uintx)                                               \
                                                                             \
-  product(uintx, MaxGCPauseMillis, max_uintx,                               \
+  product(uintx, MaxGCPauseMillis, max_uintx - 1,                           \
           "Adaptive size policy maximum GC pause time goal in millisecond, "\
           "or (G1 Only) the maximum GC time per MMU time slice")            \
-          range(1, max_uintx)                                               \
+          range(1, max_uintx - 1)                                           \
           constraint(MaxGCPauseMillisConstraintFunc,AfterMemoryInit)        \
                                                                             \
   product(uintx, GCPauseIntervalMillis, 0,                                  \