The recent rewrites to remove safepointed monitor deflation allows us to simplify the monitor deflation code a bit. The code is now guaranteed to be called from the MonitorDeflationThread, which is a JavaThread, and never from the VMThread.
- relates to
-
JDK-8320450 Move MonitorDeflationThread inside ObjectSynchronizer
-
- Open
-