< prev index next >

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

Print this page
rev 14452 : imported patch onebitmap.patch

*** 338,348 **** { ShenandoahGCPhase phase_reset(ShenandoahPhaseTimings::conc_cleanup_reset_bitmaps); WorkGang *workers = heap->workers(); ShenandoahPushWorkerScope scope(workers, ConcGCThreads); ! heap->reset_next_mark_bitmap(workers); } } // Allocations happen during bitmap cleanup, record peak after the phase: heap->shenandoahPolicy()->record_peak_occupancy(); --- 338,348 ---- { ShenandoahGCPhase phase_reset(ShenandoahPhaseTimings::conc_cleanup_reset_bitmaps); WorkGang *workers = heap->workers(); ShenandoahPushWorkerScope scope(workers, ConcGCThreads); ! heap->reset_mark_bitmap(workers); } } // Allocations happen during bitmap cleanup, record peak after the phase: heap->shenandoahPolicy()->record_peak_occupancy();
< prev index next >