JDK-8340657 : [PPC64] SA determines wrong unextendedSP
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 11,17,21,23,24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2024-09-23
  • Updated: 2024-10-03
  • Resolved: 2024-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 17 JDK 21 JDK 23 JDK 24
17.0.14Fixed 21.0.6Fixed 23.0.2Fixed 24 b17Fixed
Related Reports
Duplicate :  
Relates :  
Description
adjustUnextendedSP() determines a wrong value for raw_unextendedSP. It uses the FP which basically pops the frame, so we end up in the wrong frame.
This causes errors like JDK-8339772.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk23u/pull/125 Date: 2024-09-26 09:37:59 +0000
26-09-2024

[jdk23u, jdk21u-dev, jdk17u-dev] Fix Request The SA shouldn't use the wrong unextendedSP in those JDK releases, either. The fix only touches one PPC64 specific file, applies cleanly and tier 1-4 have passed.
26-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2915 Date: 2024-09-24 13:31:21 +0000
24-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1007 Date: 2024-09-24 13:22:30 +0000
24-09-2024

Changeset: 49d15edd Branch: master Author: Martin Doerr <mdoerr@openjdk.org> Date: 2024-09-24 12:43:00 +0000 URL: https://git.openjdk.org/jdk/commit/49d15edd31c863faf3722af1bae8b50662ecf71f
24-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21139 Date: 2024-09-23 15:15:27 +0000
23-09-2024