--- old/src/share/vm/gc_implementation/shenandoah/shenandoahUtils.hpp 2019-11-11 16:10:05.342342424 +0100 +++ new/src/share/vm/gc_implementation/shenandoah/shenandoahUtils.hpp 2019-11-11 16:10:05.258342428 +0100 @@ -100,6 +100,8 @@ return type == VM_Operation::VMOp_ShenandoahInitMark || type == VM_Operation::VMOp_ShenandoahFinalMarkStartEvac || type == VM_Operation::VMOp_ShenandoahFinalEvac || + type == VM_Operation::VMOp_ShenandoahInitTraversalGC || + type == VM_Operation::VMOp_ShenandoahFinalTraversalGC || type == VM_Operation::VMOp_ShenandoahInitUpdateRefs || type == VM_Operation::VMOp_ShenandoahFinalUpdateRefs || type == VM_Operation::VMOp_ShenandoahFullGC ||