[jdk11u-dev] RFR: 8272985: Reference discovery is confused about atomicity and degree of parallelism
Goetz Lindenmaier
goetz at openjdk.org
Mon Jan 23 16:45:59 UTC 2023
I backport this for parity with 11.0.19-oracle.
One chung did not apply to referenceProcessor.cpp:836
In oop_atomic_cmpxchg() the order of arguments differs.
I adapted this also in the new code.
-------------
Commit messages:
- Backport fb5b144eca761d4b4c667efe05ca638536c065ac
Changes: https://git.openjdk.org/jdk11u-dev/pull/1678/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1678&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8272985
Stats: 82 lines in 3 files changed: 44 ins; 20 del; 18 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1678.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1678/head:pull/1678
PR: https://git.openjdk.org/jdk11u-dev/pull/1678
More information about the jdk-updates-dev
mailing list