< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahUtils.hpp

Print this page
*** 187,10 ***
--- 187,11 ---
      if (vm_op == nullptr) return false;
  
      VM_Operation::VMOp_Type type = vm_op->type();
      return type == VM_Operation::VMOp_ShenandoahInitMark ||
             type == VM_Operation::VMOp_ShenandoahFinalMarkStartEvac ||
+            type == VM_Operation::VMOp_ShenandoahFinalRoots ||
             type == VM_Operation::VMOp_ShenandoahInitUpdateRefs ||
             type == VM_Operation::VMOp_ShenandoahFinalUpdateRefs ||
             type == VM_Operation::VMOp_ShenandoahFinalVerify ||
             type == VM_Operation::VMOp_ShenandoahFullGC ||
             type == VM_Operation::VMOp_ShenandoahDegeneratedGC;
< prev index next >