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:
parent
f387f55093
commit
832b4db215
@ -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 " \
|
||||
|
Loading…
Reference in New Issue
Block a user