[lilliput-jdk17u:lilliput] RFR: 8304331: [Lilliput/JDK17] Fix RTM locking
Roman Kennke
rkennke at openjdk.org
Thu Mar 16 10:08:33 UTC 2023
Some RTM locking tests are currently failing:
compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java
compiler/rtm/locking/TestRTMRetryCount.java
compiler/rtm/locking/TestRTMTotalCountIncrRate.java
compiler/rtm/locking/TestUseRTMAfterLockInflation.java
compiler/rtm/locking/TestUseRTMForInflatedLocks.java
compiler/rtm/locking/TestUseRTMForStackLocks.java
compiler/rtm/method_options/TestUseRTMLockElidingOption.java
Most are because there's a jmpb in UseRTMLocking parts that fails because of longer locking code with Lilliput. One test is failing because it checks a warning message when somebody tries +UseBiasedLocking together with RTM locking, but Lilliput forces biased locking to be off, so the warning never appears. I problem-listed that test.
Testing:
- [x] all tests listed above
-------------
Commit messages:
- 8304331: [Lilliput/JDK17] Fix RTM locking
Changes: https://git.openjdk.org/lilliput-jdk17u/pull/12/files
Webrev: https://webrevs.openjdk.org/?repo=lilliput-jdk17u&pr=12&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8304331
Stats: 3 lines in 2 files changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/lilliput-jdk17u/pull/12.diff
Fetch: git fetch https://git.openjdk.org/lilliput-jdk17u pull/12/head:pull/12
PR: https://git.openjdk.org/lilliput-jdk17u/pull/12
More information about the lilliput-dev
mailing list