# HG changeset patch # Parent b4de6a22d1f309ee0b4fe85cacd50e3b4eb25ded diff -r b4de6a22d1f3 -r a3ecb35773b9 src/hotspot/share/gc/shared/gc_globals.hpp --- a/src/hotspot/share/gc/shared/gc_globals.hpp Mon Jul 13 14:04:51 2020 +0200 +++ b/src/hotspot/share/gc/shared/gc_globals.hpp Mon Jul 13 14:05:46 2020 +0200 @@ -179,6 +179,9 @@ experimental(bool, UseZGC, false, \ "Use the Z garbage collector") \ \ + product(bool, UseShenandoahGC, false, \ + "Use the Shenandoah garbage collector") \ + \ product(uint, ParallelGCThreads, 0, \ "Number of parallel threads parallel gc will use") \ constraint(ParallelGCThreadsConstraintFunc,AfterErgo) \