JDK-8314600 : AsyncGetCallTrace crash on unreadable interpreter method pointer
  • Type: Backport
  • Backport of: JDK-8313796
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 11,17,21,22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-18
  • Updated: 2023-11-30
  • Resolved: 2023-08-18
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 11 JDK 22
11.0.21 b04Fixed 22Fixed
Comments
After this backport, async-profiler started crashing on macOS/AArch64 for the same reason as in JDK-8307549. SafeFetch must not be called from AsyncGetCallTrace, unless SafeFetch is implemented statically. Need to backport JDK-8283326 first.
30-11-2023

Changeset: 3c9dc44b Author: Ben Taylor <btaylor@openjdk.org> Committer: Paul Hohensee <phh@openjdk.org> Date: 2023-08-18 18:50:49 +0000 URL: https://git.openjdk.org/jdk11u/commit/3c9dc44bff76757a720ce8cb5321d274b23238be
23-08-2023

Changeset: 3c9dc44b Author: Ben Taylor <btaylor@openjdk.org> Committer: Paul Hohensee <phh@openjdk.org> Date: 2023-08-18 18:50:49 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/3c9dc44bff76757a720ce8cb5321d274b23238be
18-08-2023