RFR: 8276663: Cleanup NMT AccessLock [v2]
Zhengyu Gu
zgu at openjdk.java.net
Fri Nov 5 02:15:33 UTC 2021
> Please review this cleanup patch to NMT AccessLock:
>
> * Make LockState enum private, no external use.
> * const lock location pointer
> * Use memory_order_relaxed for lock counter updates.
>
> Test:
> - [x] hotspot_nmt on x86_64 and aarch64
Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
Uses Atomic::load()
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6267/files
- new: https://git.openjdk.java.net/jdk/pull/6267/files/d23018fe..d3cb57b6
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6267&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6267&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/6267.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6267/head:pull/6267
PR: https://git.openjdk.java.net/jdk/pull/6267
More information about the hotspot-runtime-dev
mailing list