Integrated: 8371194: serviceability/sa/TestJhsdbJstackMixedWithXComp.java failing

Yasumasa Suenaga ysuenaga at openjdk.org
Tue Dec 2 12:23:07 UTC 2025


On Thu, 13 Nov 2025 08:15:38 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> We've fixed mixed mode jstack for the debuggee running with `-Xcomp` in [JDK-8370176](https://bugs.openjdk.org/browse/JDK-8370176), but it was not enough. We need to handle like unifying `CFrame` and `Frame` in stack unwinding as possible, and need to change how to get caller SP/FP from stack.
> 
> This PR works fine on both Linux AMD64 and Linux AArch64. All of `hotspot/jtreg/serviceability/sa` tests have been passed on both platforms.
> 
> Big thanks to @pchilano for your help!

This pull request has now been integrated.

Changeset: d3083ac0
Author:    Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d3083ac05453c9dd303038f90ddab50d52124e51
Stats:     298 lines in 12 files changed: 165 ins; 45 del; 88 mod

8371194: serviceability/sa/TestJhsdbJstackMixedWithXComp.java failing

Co-authored-by: Patricio Chilano Mateo <pchilanomate at openjdk.org>
Reviewed-by: cjplummer, pchilanomate

-------------

PR: https://git.openjdk.org/jdk/pull/28284


More information about the serviceability-dev mailing list