< prev index next >

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

Print this page
rev 12551 : Refactor/consolidate/cleanup

@@ -107,11 +107,11 @@
         if (heap->is_evacuation_in_progress()) {
           MutexLocker mu(Threads_lock);
           heap->set_evacuation_in_progress(false);
         }
         heap->shenandoahPolicy()->record_phase_start(ShenandoahCollectorPolicy::reset_bitmaps);
-        heap->reset_mark_bitmap(heap->conc_workers());
+        heap->reset_next_mark_bitmap(heap->conc_workers());
         heap->shenandoahPolicy()->record_phase_end(ShenandoahCollectorPolicy::reset_bitmaps);
 
         gc_timer->register_gc_end();
       } else {
       Thread::current()->_ParkEvent->park(10) ;
< prev index next >