[master] RFR: 8300888: [Lilliput] Remaining missing parts in the SA

Roman Kennke rkennke at openjdk.org
Tue Jan 24 16:03:30 UTC 2023


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.

-------------

Commit messages:
 - X8300888: [Lilliput] Remaining missing parts in the SA

Changes: https://git.openjdk.org/lilliput/pull/67/files
 Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=67&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8300888
  Stats: 129 lines in 7 files changed: 39 ins; 77 del; 13 mod
  Patch: https://git.openjdk.org/lilliput/pull/67.diff
  Fetch: git fetch https://git.openjdk.org/lilliput pull/67/head:pull/67

PR: https://git.openjdk.org/lilliput/pull/67


More information about the lilliput-dev mailing list