[jdk8u-dev] RFR: 8185736: missing default exception handler in calls to rethrow_Stub

Dongbo He dongbohe at openjdk.org
Mon Feb 20 03:11:35 UTC 2023


On Wed, 18 Jan 2023 09:22:22 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.

This crash can always be reproduced in our environment, and worked correctly after patch. Unfortunately, it is difficult to extract a simple test case.

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

PR: https://git.openjdk.org/jdk8u-dev/pull/231


More information about the jdk8u-dev mailing list