[jdk11u-dev] RFR: 8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
Paul Hohensee
phh at openjdk.org
Tue Aug 15 23:52:17 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
Lgtm.
Please configure pre-submit testing on your repo and run it.
-------------
Marked as reviewed by phh (Reviewer).
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2079#pullrequestreview-1579610464
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2079#issuecomment-1679770488
More information about the jdk-updates-dev
mailing list