< prev index next >

src/share/vm/runtime/vm_operations.hpp

Print this page

        

*** 93,102 **** --- 93,109 ---- 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 >