RFR: 8048190: NoClassDefFoundError omits original ExceptionInInitializerError [v10]
Coleen Phillimore
coleenp at openjdk.java.net
Wed Aug 11 16:32:51 UTC 2021
> This is a change to save the class initialization error stack trace in a hashtable and return it as the cause when NoClassDefFoundError is thrown. The first commit is a more limited version of this that just changes the message, by adding to the message string. The second commit is getting and saving the stack trace for the original exception, and using the thread in the message. See CR for more details about how the message looks.
>
> Tested with tier1-3 tests on 3 platforms. Tier 4-6 in progress (all but two done and passed).
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
fix typo in EIIE message.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4996/files
- new: https://git.openjdk.java.net/jdk/pull/4996/files/de7a9999..e7b739ae
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4996&range=09
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4996&range=08-09
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/4996.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4996/head:pull/4996
PR: https://git.openjdk.java.net/jdk/pull/4996
More information about the hotspot-dev
mailing list