< prev index next >

src/share/vm/runtime/vm_operations.hpp

Print this page
rev 8961 : [mq]: diff-shenandoah.patch

@@ -93,10 +93,17 @@
   template(ChangeSingleStep)                      \
   template(HeapWalkOperation)                     \
   template(HeapIterateOperation)                  \
   template(ReportJavaOutOfMemory)                 \
   template(JFRCheckpoint)                         \
+  template(ShenandoahFullGC)                      \
+  template(ShenandoahInitMark)                    \
+  template(ShenandoahStartEvacuation)             \
+  template(ShenandoahVerifyHeapAfterEvacuation)   \
+  template(ShenandoahEvacuation)                  \
+  template(ShenandoahUpdateRootRefs)              \
+  template(ShenandoahUpdateRefs)                  \
   template(Exit)                                  \
   template(LinuxDllLoad)                          \
   template(RotateGCLog)                           \
   template(WhiteBoxOperation)                     \
   template(ClassLoaderStatsOperation)             \
< prev index next >