JDK-8170100 : AArch64: Crash in C1-compiled code accessing References
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: aarch64
  • Submitted: 2016-11-21
  • Updated: 2021-02-01
  • Resolved: 2016-11-21
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 b150Fixed openjdk8u292Fixed
Related Reports
Relates :  
Description
In the entry of TemplateInterpreterGenerator::generate_Reference_get_entry the sender's SP is saved in r13, a call-clobbered register. We need to save it in a register which is not call-clobbered when we call g1_write_barrier_pre().