[jdk17u-dev] Integrated: 8302491: NoClassDefFoundError omits the original cause of an error

Ilarion Nakonechnyy inakonechnyy at openjdk.org
Thu Apr 13 11:51:47 UTC 2023


On Tue, 28 Mar 2023 20:13:41 GMT, Ilarion Nakonechnyy <inakonechnyy at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: ce128803
Author:    Ilarion Nakonechnyy <inakonechnyy at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/ce1288038d51f1f1d55f724f17b0185531b7b7ad
Stats:     57 lines in 3 files changed: 21 ins; 13 del; 23 mod

8302491: NoClassDefFoundError omits the original cause of an error

Reviewed-by: phh
Backport-of: 5685107579f0f00b5eae881311315cec34c1ddcb

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1226


More information about the jdk-updates-dev mailing list