From 832b4db2151a575cd4d38e939580754215f7c3e9 Mon Sep 17 00:00:00 2001 From: Jesper Wilhelmsson Date: Mon, 9 Feb 2015 17:38:42 +0100 Subject: [PATCH] 8072688: Description of flag ExplicitGCInvokesConcurrent should mention G1 as well Changed to a more generic description. Reviewed-by: mgerdin, tschatzl --- hotspot/src/share/vm/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/runtime/globals.hpp b/hotspot/src/share/vm/runtime/globals.hpp index dd014368f69..b161162729a 100644 --- a/hotspot/src/share/vm/runtime/globals.hpp +++ b/hotspot/src/share/vm/runtime/globals.hpp @@ -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 " \