< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 57560 : imported patch 8235795.patch.cr0

*** 524,534 **** void set_native_thread_name(const char *name) { assert(Thread::current() == this, "set_native_thread_name can only be called on the current thread"); os::set_native_thread_name(name); } - ObjectMonitor** om_in_use_list_addr() { return (ObjectMonitor **)&om_in_use_list; } Monitor* SR_lock() const { return _SR_lock; } bool has_async_exception() const { return (_suspend_flags & _has_async_exception) != 0; } inline void set_suspend_flag(SuspendFlags f); --- 524,533 ----
< prev index next >