< prev index next >

src/share/vm/gc/shared/gcName.hpp

Print this page

        

@@ -35,10 +35,11 @@
   DefNew,
   ParNew,
   G1New,
   ConcurrentMarkSweep,
   G1Old,
+  Shenandoah,
   GCNameEndSentinel
 };
 
 class GCNameHelper {
  public:
< prev index next >