JDK-8166314 : Copy::Conjoint_oops_atomic implementation wrong for arm64
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • CPU: aarch64
  • Submitted: 2016-09-19
  • Updated: 2017-02-22
  • Resolved: 2017-02-22
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 10
10Resolved
Related Reports
Relates :  
Relates :  
Description
The Copy::Conjoint_oops_atomic implementation for aarch64 are wrong. Similar to other implementations it should select the proper method dependent on UseCompressedOops

Also use this method again in the changes for JDK-8166207.
Comments
This issue has mostly already been fixed. JDK-8175367 takes over the remaining wrong assert.
22-02-2017