JDK-8232778 : Shenandoah: SBSA::arraycopy_prologue checks wrong register
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8-shenandoah,11-shenandoah,14
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-22
  • Updated: 2019-10-28
  • Resolved: 2019-10-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 14
14 b20Fixed
Related Reports
Blocks :  
Relates :  
Description
See here:
https://hg.openjdk.java.net/jdk/jdk/file/24d411cb3a90/src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp#l61

The load happens into rscratch1, yet we are testing rscratch2.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/a39cdab8fac1 User: shade Date: 2019-10-22 12:10:08 +0000
22-10-2019