[jdk11u-dev] Integrated: 8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer

Ben Taylor btaylor at openjdk.org
Fri Aug 18 18:53:33 UTC 2023


On Tue, 15 Aug 2023 21:49:14 GMT, Ben Taylor <btaylor at openjdk.org> wrote:

> Backport [8313796](https://bugs.openjdk.org/browse/JDK-8313796) to resolve a hotspot crash. Passes jtreg tier 1-4 tests.
> 
> This change required the following modifications:
> - Remove riscv code, as the riscv port is not present in jdk 11
> - Replace `nullptr` with `NULL` to accommodate older C++ standards/compilers

This pull request has now been integrated.

Changeset: 3c9dc44b
Author:    Ben Taylor <btaylor at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/3c9dc44bff76757a720ce8cb5321d274b23238be
Stats:     15 lines in 6 files changed: 11 ins; 0 del; 4 mod

8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer

Reviewed-by: phh
Backport-of: 0e2c72d7a5206b7173af5bf69e21d21ea276bd94

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2079


More information about the jdk-updates-dev mailing list