[jdk8u-dev] RFR: 8185736: missing default exception handler in calls to rethrow_Stub [v2]
Dongbo He
dongbohe at openjdk.org
Fri Feb 24 11:06:18 UTC 2023
On Mon, 20 Feb 2023 03:11:34 GMT, Dongbo He <dongbohe at openjdk.org> wrote:
>> Hi,
>>
>> I would like to backport this patch to fix missing of default exception handler in catch table produced by C2.
>> Patch apply cleanly, worked correctly after patch.
>>
>> Testing: Performed hotspot jtreg test on linux x86-64 platforms with -XX:-TieredCompilation -Xcomp options.
>
> Dongbo He has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'master' into 8185736
> - Backport b97f668af3f55c0d67cdd7a4a191bd81cdc4aa78
It seems that the failed tests in the pre-test were not caused by this PR and I couldn't reproduce this in my environment.
It appears to be a random cms crash, I created JDK-8303159 to track this issue.
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/231
More information about the jdk8u-dev
mailing list