< prev index next >

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

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

@@ -2562,9 +2562,5 @@
     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());
-}
< prev index next >