hotspot/src/share/vm/runtime/thread.hpp
changeset 5920 8fdbb85e62d3
parent 5713 4ea1ac63535e
child 6183 4c74cfe14f20
child 6176 4d9030fe341f
--- a/hotspot/src/share/vm/runtime/thread.hpp	Mon Jun 28 12:03:05 2010 -0400
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Fri Jul 02 17:23:43 2010 -0400
@@ -270,6 +270,7 @@
   static void interrupt(Thread* thr);
   static bool is_interrupted(Thread* thr, bool clear_interrupted);
 
+  ObjectMonitor** omInUseList_addr()             { return (ObjectMonitor **)&omInUseList; }
   Monitor* SR_lock() const                       { return _SR_lock; }
 
   bool has_async_exception() const { return (_suspend_flags & _has_async_exception) != 0; }