-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-lilliput
-
None
-
generic
-
generic
With fast-locking, it is now possible to provide a safe implementation of load-Klass* (following the same principle as in the runtime: load mark, check for monitor, possibly load real mark from monitor, decode Klass* from mark). This change also fixes array layout calculation and un-blocks a number of SA tests that did not work before.
- is blocked by
-
JDK-8300733 [Lilliput] Enable fast-locking for Lilliput
- Resolved