< prev index next >

src/share/vm/runtime/objectMonitor.cpp

Print this page
rev 13331 : Simplify parallel synchronizer roots iterator.

*** 2442,2455 **** guarantee(error_cnt == 0, "Fatal error(s) found in ObjectMonitor::sanity_checks()"); } - void* ObjectMonitor::cas_set_object(void* obj, void* expected) { - return Atomic::cmpxchg_ptr(obj, (volatile void*)&_object, expected); - } - #ifndef PRODUCT void ObjectMonitor::verify() { } void ObjectMonitor::print() { --- 2442,2451 ----
< prev index next >