JDK-8135018 : AARCH64: Missing memory barriers for CMS collector
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: aarch64
  • Submitted: 2015-09-03
  • Updated: 2021-02-01
  • Resolved: 2015-09-24
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.

To download the current JDK release, click here.
JDK 9 Other
9 b89Fixed openjdk8u292Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
While we have StoreStore barriers to keep card table updates in the right place in C2, we do not have them in C1 or in the interpreter. This is a window in which concurrent marking the old generation may see a null pointer instead of a real object pointer and miss marking an object.
Comments
noreg-hard justification: It is very hard to write a regression test for this issue as this is entirely dependent on timing. Further we have never actually observed a failure because of that.
24-09-2015