JDK-8339133 : [8u] Profiler crashes at guarantee(is_result_safe || is_in_asgct()): unsafe access to zombie method
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: openjdk8u422
  • Priority: P4
  • Status: In Progress
  • Resolution: Unresolved
  • Submitted: 2024-08-28
  • Updated: 2024-08-29
Related Reports
Relates :  
Description
This is another manifestation of the same issue as in JDK-8329103. This time, however, production JVM crashes, not a debug build.
The reason is `in_asgct` flag is not reset correctly when AsyncGetCallTrace() is called recursively. The fix is similar to JDK-8329103.
Comments
[jdk8u-fix-request] Approval Request from Andrei Pangin Low risk yet important fix for profiling robustness. Affects only AsyncGetCallTrace code.
28-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk8u-dev/pull/568 Date: 2024-08-28 02:13:23 +0000
28-08-2024