< prev index next >

src/share/vm/gc/shenandoah/shenandoahHeap.cpp

Print this page

        

*** 1147,1162 **** recycle_dirty_regions(); ensure_parsability(true); ! if (UseShenandoahMatrix) { ! if (PrintShenandoahMatrix) { outputStream* log = Log(gc)::info_stream(); connection_matrix()->print_on(log); } - } if (ShenandoahVerify || (UseShenandoahMatrix && VerifyShenandoahMatrix)) { verify_heap_reachable_at_safepoint(); } --- 1147,1160 ---- recycle_dirty_regions(); ensure_parsability(true); ! if (UseShenandoahMatrix && PrintShenandoahMatrix) { outputStream* log = Log(gc)::info_stream(); connection_matrix()->print_on(log); } if (ShenandoahVerify || (UseShenandoahMatrix && VerifyShenandoahMatrix)) { verify_heap_reachable_at_safepoint(); }
< prev index next >