< prev index next >

src/share/vm/runtime/synchronizer.hpp

Print this page
rev 13098 : imported patch deflation

@@ -143,10 +143,12 @@
   static void sanity_checks(const bool verbose,
                             const unsigned int cache_line_size,
                             int *error_cnt_ptr, int *warning_cnt_ptr);
   static int  verify_objmon_isinpool(ObjectMonitor *addr) PRODUCT_RETURN0;
 
+  static bool is_cleanup_needed();
+
  private:
   enum { _BLOCKSIZE = 128 };
   // global list of blocks of monitors
   // gBlockList is really PaddedEnd<ObjectMonitor> *, but we don't
   // want to expose the PaddedEnd template more than necessary.
< prev index next >