[master] RFR: 8301514: [Lilliput] Enable fast-locking with ZGC

Roman Kennke rkennke at openjdk.org
Tue Jan 31 14:23:34 UTC 2023


Previously, we disabled stack-locking in ZGC because it couldn't easily deal with racy header. Now that we have fast-locking (in place of stack-locking), we can re-enable it.

Testing:
 - [x] tier1
 - [ ] tier2
 - [ ] hotspot_gc

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

Commit messages:
 - 8301514: [Lilliput] Enable fast-locking with ZGC

Changes: https://git.openjdk.org/lilliput/pull/69/files
 Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=69&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301514
  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/lilliput/pull/69.diff
  Fetch: git fetch https://git.openjdk.org/lilliput pull/69/head:pull/69

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


More information about the lilliput-dev mailing list