JDK-8210832 introduced a PlatformMonitor abstraction to delegate various monitor operations directly to OS primitives. These methods are added to os_posix.cpp, os_windows.cpp, ..., meaning they can't be inlined. Moving hot and trivial delegating methods to .inline.hpp means a small improvement over the current implementation.