[jdk8u-dev] RFR: 8185736: missing default exception handler in calls to rethrow_Stub
Dongbo He
dongbohe at openjdk.org
Wed Jan 18 09:30:19 UTC 2023
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.
-------------
Commit messages:
- Backport b97f668af3f55c0d67cdd7a4a191bd81cdc4aa78
Changes: https://git.openjdk.org/jdk8u-dev/pull/231/files
Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=231&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8185736
Stats: 10 lines in 2 files changed: 10 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/231.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/231/head:pull/231
PR: https://git.openjdk.org/jdk8u-dev/pull/231
More information about the jdk8u-dev
mailing list