[lilliput-jdk17u:lilliput] RFR: 8312095: [Lilliput/JDK17] Reinstate use of BiasedLockingCounters
Roman Kennke
rkennke at openjdk.org
Fri Jul 14 12:16:56 UTC 2023
In x86_64.ad we accidentally dropped _counters to NULL in a fast_lock() call. This means we're not counting BiasedLocking calls correctly. Let's fix that. It is only relevant in 17 because biased locking has been removed in later release.
Testing:
- [ ] tier1 +UseBiasedLocking
-------------
Commit messages:
- 8312095: [Lilliput/JDK17] Reinstate use of BiasedLockingCounters
Changes: https://git.openjdk.org/lilliput-jdk17u/pull/52/files
Webrev: https://webrevs.openjdk.org/?repo=lilliput-jdk17u&pr=52&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8312095
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/lilliput-jdk17u/pull/52.diff
Fetch: git fetch https://git.openjdk.org/lilliput-jdk17u.git pull/52/head:pull/52
PR: https://git.openjdk.org/lilliput-jdk17u/pull/52
More information about the lilliput-dev
mailing list