The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Some of the places where CMS uses klass_or_null really should be using klass_or_null_acquire, in order to ensure the successful read of the klass preceeds later reads that are dependent on it.
Comments
Original patch does not apply to 8u-dev repo after path shuffling due to code changes in the surrounding context.
8u backport RFR thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-November/012931.html
03-11-2020
Fix Request [8u]
As mentioned in [1], JDK-8160369 have not been backported to JDK8u. This is necessary for RMO architectures like aarch64.
Reviewing thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-November/012931.html
[1] https://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2020-July/030313.html