< prev index next >

src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp

Print this page
rev 50076 : Fold Partial GC into Traversal GC

@@ -1115,11 +1115,11 @@
           __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, unimplemented_entry), r0);
           __ should_not_reach_here();
           break;
         }
 
-        if (bs->kind() == BarrierSet::Shenandoah && !ShenandoahSATBBarrier && !ShenandoahConditionalSATBBarrier) {
+        if (bs->kind() == BarrierSet::Shenandoah && !ShenandoahSATBBarrier) {
           break;
         }
 
         const Register pre_val = r0;
         const Register thread = rthread;
< prev index next >