RFR: JDK-8264899: C1: -XX:AbortVMOnException does not work if all methods in the call stack are compiled with C1 and there are no exception handlers [v3]
Damon Fenacci
duke at openjdk.org
Thu Jun 15 10:42:06 UTC 2023
On Thu, 15 Jun 2023 10:25:43 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Damon Fenacci has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8264899: remove stub reordering
>
> src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp line 556:
>
>> 554:
>> 555: if (AbortVMOnException) {
>> 556: __ mr(R11_scratch1, Rexception);
>
> This line is unused. Please remove it. Otherwise, good!
Removed. Thanks a lot!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14240#discussion_r1230805025
More information about the hotspot-dev
mailing list