-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-lilliput
-
x86_64, aarch64
-
generic
When trying to exit a monitor, we need to check if the current owner is anonymous, and if so, fix it before exiting the monitor. So far, we have been doing this by calling into the slow-path and handle it in the runtime. However, it is fairly easy to do in the fast-path and avoid calling into the runtime altogether.
- backport of
-
JDK-8302209 [Lilliput] Optimize fix-anon monitor owner path
-
- Resolved
-