-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-lilliput
-
x86_64, aarch64
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8302210 | repo-lilliput | Roman Kennke | P4 | Resolved | Fixed |
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.
- backported by
-
JDK-8302210 [Lilliput/JDK17] Optimize fix-anon monitor owner path
-
- Resolved
-