RFR: 8355369: Remove setAccessible usage for setting final fields in java.util.concurrent [v2]
Viktor Klang
vklang at openjdk.org
Wed Apr 23 15:22:37 UTC 2025
> This Pull Request replaces the uses of Field + setAccessible to modify final fields in java.util.concurrent with Unsafe.
Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
Adding a releaseFence() to ConcurrentskipListSet.clone()
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24821/files
- new: https://git.openjdk.org/jdk/pull/24821/files/e6e7ac01..39dba5dc
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24821&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24821&range=00-01
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24821.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24821/head:pull/24821
PR: https://git.openjdk.org/jdk/pull/24821
More information about the core-libs-dev
mailing list