diff -r eb3e2a5c2bcd -r 3b1afeb49a20 src/hotspot/share/gc/shared/gc_globals.hpp --- a/src/hotspot/share/gc/shared/gc_globals.hpp Tue Nov 26 17:00:57 2019 +0100 +++ b/src/hotspot/share/gc/shared/gc_globals.hpp Wed Nov 27 10:19:45 2019 +0100 @@ -166,10 +166,11 @@ "Use the Garbage-First garbage collector") \ \ product(bool, UseParallelGC, false, \ - "Use the Parallel Scavenge garbage collector") \ + "Use the Parallel garbage collector.") \ \ product(bool, UseParallelOldGC, false, \ - "Use the Parallel Old garbage collector") \ + "Use the Parallel or Serial garbage collector when collecting " \ + "the old generation. Deprecated.") \ \ experimental(bool, UseEpsilonGC, false, \ "Use the Epsilon (no-op) garbage collector") \