8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well

Changed to a more generic description.

Reviewed-by: mgerdin, tschatzl
This commit is contained in:
Jesper Wilhelmsson 2015-02-09 17:38:42 +01:00
parent f387f55093
commit 832b4db215

View File

@ -1501,7 +1501,7 @@ class CommandLineFlags {
\
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 " \