--- old/src/share/vm/runtime/vm_operations.hpp 2015-10-14 13:54:41.052240618 +0200 +++ new/src/share/vm/runtime/vm_operations.hpp 2015-10-14 13:54:40.954242987 +0200 @@ -95,6 +95,13 @@ 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) \