< prev index next >

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

Print this page
rev 13387 : [mq]: parallel_sp_cleaning.patch

*** 2562,2570 **** for (size_t i = 0; i < _recycled_region_count; i++) { regions()->get(_recycled_regions[i])->recycle(); } } } - - void ShenandoahHeap::deflate_idle_monitors_all_threads() { - parallel_deflate_idle_monitors(workers()); - } --- 2562,2566 ----
< prev index next >