-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-lilliput
-
None
-
generic
-
generic
With the new fast-locking, we can greatly simplify the loading of the Klass* from an object. We no longer have to call into the runtime to ensure that the header is changed under our feet (by installing the INFLATION marker). Instead, we can do a simple check for the object being monitor-locked, and safely load the displaced header, if that is the case.
- is blocked by
-
JDK-8300733 [Lilliput] Enable fast-locking for Lilliput
- Resolved
- relates to
-
JDK-8301545 [Lilliput] Fix aarch64 interpreter load_nklass()
- Resolved