RFR: 8308479: [s390x] Implement alternative fast-locking scheme [v4]
Amit Kumar
amitkumar at openjdk.org
Thu Jun 15 03:59:56 UTC 2023
> This PR implements new fast-locking scheme for s390x. Additionally few parameters have been renamed to be in sync with PPC.
>
> Testing done (for release, fastdebug and slowdebug build):
> All `test/jdk/java/util/concurrent` test with parameters:
> * LockingMode=2
> * LockingMode=2 with -Xint
> * LockingMode=2 with -XX:TieredStopAtLevel=1
> * LockingMode=2 with -XX:-TieredCompilation
>
> Result is consistently similar to Aarch(MacOS) and PPC, All of 124 tests are passing except `MapLoops.java` because in the 2nd part for this testcase, jvm starts with `HeavyMonitors` which conflict with `LockingMode=2`
Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
comments and instruction update
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14414/files
- new: https://git.openjdk.org/jdk/pull/14414/files/1035c90d..e65bfaa0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14414&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14414&range=02-03
Stats: 20 lines in 4 files changed: 1 ins; 2 del; 17 mod
Patch: https://git.openjdk.org/jdk/pull/14414.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14414/head:pull/14414
PR: https://git.openjdk.org/jdk/pull/14414
More information about the hotspot-dev
mailing list