[jdk11u-dev] RFR: 8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer [v2]
Ben Taylor
btaylor at openjdk.org
Wed Aug 16 19:17:21 UTC 2023
On Wed, 16 Aug 2023 16:49:24 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
>
> Ben Taylor has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> 8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer
>
> Reviewed-by: coleenp, aph, stuefe
Linux failures look like an infra issue - e.g. [here](https://github.com/benty-amzn/jdk11u-dev/actions/runs/5881525324/job/15950185174#step:6:75).
Other platforms are clean, and I've tested linux locally.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2079#issuecomment-1681144131
More information about the jdk-updates-dev
mailing list