< prev index next >

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

Print this page
rev 13349 : imported patch deflate.patch

@@ -511,8 +511,13 @@
 public:
   void start_deferred_recycling();
   void defer_recycle(ShenandoahHeapRegion* r);
   void finish_deferred_recycle();
 
+  bool supports_per_thread_monitor_deflation() const {
+    return true;
+  }
+
+  void deflate_idle_monitors_all_threads();
 };
 
 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHHEAP_HPP
< prev index next >