RFR: 8275226: Shenandoah: Relax memory constraint for worker claiming tasks/ranges
Zhengyu Gu
zgu at openjdk.java.net
Wed Oct 13 15:40:21 UTC 2021
I believe for the cases that there is no plain read of atomic variables, we can relax memory ordering constraints for claiming tasks/ranges by workers.
Test:
- [x] hotspot_gc_shenandoah (fastdebug + release) on x86_64 and aarch64 Linux
-------------
Commit messages:
- v0
Changes: https://git.openjdk.java.net/jdk/pull/5929/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5929&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8275226
Stats: 6 lines in 4 files changed: 0 ins; 0 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/5929.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5929/head:pull/5929
PR: https://git.openjdk.java.net/jdk/pull/5929
More information about the hotspot-gc-dev
mailing list