8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
authorjwilhelm
Mon, 09 Feb 2015 17:38:42 +0100
changeset 28937 024add53cfeb
parent 28936 f80234a02855
child 28938 11510c618fc7
8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well Summary: Changed to a more generic description. Reviewed-by: mgerdin, tschatzl
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Feb 09 09:51:12 2015 +0300
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Feb 09 17:38:42 2015 +0100
@@ -1501,7 +1501,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 "      \