< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp

Print this page
rev 59828 : 8247845: Shenandoah: refactor TLAB/GCLAB retirement code
Reviewed-by: XXX

*** 688,698 **** ShenandoahVerifyHeapRegionClosure cl(label, regions); _heap->heap_region_iterate(&cl); } OrderAccess::fence(); ! _heap->make_parsable(false); // Allocate temporary bitmap for storing marking wavefront: _verification_bit_map->clear(); // Allocate temporary array for storing liveness data --- 688,701 ---- ShenandoahVerifyHeapRegionClosure cl(label, regions); _heap->heap_region_iterate(&cl); } OrderAccess::fence(); ! ! if (UseTLAB) { ! _heap->labs_make_parsable(); ! } // Allocate temporary bitmap for storing marking wavefront: _verification_bit_map->clear(); // Allocate temporary array for storing liveness data
< prev index next >