rev 47400 : [mq]: cmpxchg_ptr
@@ -34,10 +34,14 @@ inline markOop ObjectMonitor::header() const { return _header; } +inline markOopDesc* volatile* ObjectMonitor::header_addr() { + return &_header; +} + inline void ObjectMonitor::set_header(markOop hdr) { _header = hdr; } inline jint ObjectMonitor::count() const {