hotspot/src/share/vm/runtime/globals.hpp
changeset 28957 75ca61f0b7c7
parent 28947 2ea471384931
parent 28941 db338841d435
child 29083 5e7bce2712ac
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 11 17:41:55 2015 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 13 05:17:41 2015 -0800
@@ -1505,7 +1505,7 @@
                                                                             \
   product(bool, ExplicitGCInvokesConcurrent, false,                         \
           "A System.gc() request invokes a concurrent collection; "         \
-          "(effective only when UseConcMarkSweepGC)")                       \
+          "(effective only when using concurrent collectors)")              \
                                                                             \
   product(bool, ExplicitGCInvokesConcurrentAndUnloadsClasses, false,        \
           "A System.gc() request invokes a concurrent collection and "      \
@@ -3535,7 +3535,7 @@
           "(both with and without tiered compilation): "                    \
           "values greater than 1.0 delay counter overflow, "                \
           "values between 0 and 1.0 rush counter overflow, "                \
-          "value of 1.0 leave compilation thresholds unchanged "            \
+          "value of 1.0 leaves compilation thresholds unchanged "           \
           "value of 0.0 is equivalent to -Xint. "                           \
           ""                                                                \
           "Flag can be set as per-method option. "                          \