[jdk17u-dev] RFR: 8302491: NoClassDefFoundError omits the original cause of an error [v2]
Ilarion Nakonechnyy
inakonechnyy at openjdk.org
Thu Mar 30 20:35:19 UTC 2023
> The backporting of this patch enhances the workflow of JDK-8048190 by expanding the range of scenarios in which the root cause of a NoClassDefFoundError can be accurately reported. The patch carries a low risk as it only corrects the process of creating ExceptionInInitializerError for a specific scenario.
> The patch does not apply cleanly to 17u, a little adjustment have been done.
> Tested the patch with tier1 and tier2 tests.
Ilarion Nakonechnyy has updated the pull request incrementally with one additional commit since the last revision:
Review notes
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1226/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1226/files/ef0ab3f5..611e65a7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1226&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1226&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/1226.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/1226/head:pull/1226
PR: https://git.openjdk.org/jdk17u-dev/pull/1226
More information about the jdk-updates-dev
mailing list