< prev index next >

src/share/vm/runtime/objectMonitor.cpp

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

*** 2443,2457 **** guarantee(error_cnt == 0, "Fatal error(s) found in ObjectMonitor::sanity_checks()"); } #ifndef PRODUCT - void ObjectMonitor::verify() { - } - - void ObjectMonitor::print() { - } - void ObjectMonitor_test() { ObjectMonitor::sanity_checks(); } #endif --- 2443,2451 ----
< prev index next >