[jdk25u-dev] Integrated: 8369505: jhsdb jstack cannot handle continuation stub
David Briemann
dbriemann at openjdk.org
Fri Dec 12 14:06:36 UTC 2025
On Thu, 27 Nov 2025 10:36:47 GMT, David Briemann <dbriemann at openjdk.org> wrote:
> This pull request contains a backport of commit [16539998](https://github.com/openjdk/jdk/commit/1653999871c8d7b1e61b44f8525e09b2cd0bdb6b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Yasumasa Suenaga on 16 Oct 2025 and was reviewed by Chris Plummer and Patricio Chilano Mateo.
>
> To make this backport work further commits needed to be backported:
> [JDK-8370201](https://bugs.openjdk.org/browse/JDK-8370201)
> [JDK-8370036](https://bugs.openjdk.org/browse/JDK-8370036)
> Both contain fixes to the test introduced by the backported commit.
>
> Also this backport includes another commit:
> [JDK-8370240](https://bugs.openjdk.org/browse/JDK-8370240)
> This fixes the same issue as the original commit but for the PPC platform.
>
> A manual fix was needed because newer versions of the JDK use the name "continuation stubs" but in the older version the name was "continuationstubs".
This pull request has now been integrated.
Changeset: a46c70df
Author: David Briemann <dbriemann at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk25u-dev/commit/a46c70dfe94cccb8b6d264ed49f6c733c3c380ac
Stats: 322 lines in 15 files changed: 310 ins; 0 del; 12 mod
8369505: jhsdb jstack cannot handle continuation stub
8370036: TestJhsdbJstackWithVirtualThread.java fails when run with -showversion
8370201: Test serviceability/sa/TestJhsdbJstackWithVirtualThread.java fails due to VM warnings
8370240: [PPC64] jhsdb jstack cannot handle continuation stub
Reviewed-by: mdoerr
Backport-of: 1653999871c8d7b1e61b44f8525e09b2cd0bdb6b
-------------
PR: https://git.openjdk.org/jdk25u-dev/pull/23
More information about the jdk-updates-dev
mailing list