--- old/src/hotspot/share/runtime/objectMonitor.hpp 2019-08-09 15:17:41.000000000 -0400 +++ new/src/hotspot/share/runtime/objectMonitor.hpp 2019-08-09 15:17:41.000000000 -0400 @@ -287,7 +287,7 @@ // Returns true if the specified thread owns the ObjectMonitor. Otherwise // returns false and throws IllegalMonitorStateException (IMSE). - bool check_owner_and_throw_IMSE_if_not(Thread* THREAD); + bool check_owner(Thread* THREAD); void clear(); void enter(TRAPS);