--- old/src/hotspot/share/runtime/thread.hpp 2020-01-27 15:15:23.000000000 -0500 +++ new/src/hotspot/share/runtime/thread.hpp 2020-01-27 15:15:23.000000000 -0500 @@ -526,7 +526,6 @@ 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; }