< prev index next >

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

Print this page
rev 13349 : imported patch deflate.patch

@@ -2556,5 +2556,9 @@
     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 >