< prev index next >

src/share/vm/runtime/synchronizer.hpp

Print this page
rev 12576 : 8171848: ObjectMonitor verify() and print() methods are empty
Reviewed-by: duke

@@ -139,11 +139,10 @@
 
   // debugging
   static void sanity_checks(const bool verbose,
                             const unsigned int cache_line_size,
                             int *error_cnt_ptr, int *warning_cnt_ptr);
-  static void verify() PRODUCT_RETURN;
   static int  verify_objmon_isinpool(ObjectMonitor *addr) PRODUCT_RETURN0;
 
  private:
   enum { _BLOCKSIZE = 128 };
   // global list of blocks of monitors
< prev index next >