RFR: 8261480: MetaspaceShared::preload_and_dump should check exceptions [v2]

Ioi Lam iklam at openjdk.java.net
Wed Mar 17 18:08:05 UTC 2021


On Wed, 17 Mar 2021 16:40:46 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @dholmes-ora comments
>
> src/hotspot/share/classfile/classLoaderExt.cpp line 277:
> 
>> 275:   if (stream == NULL) {
>> 276:     THROW_NULL(vmSymbols::java_lang_ClassNotFoundException());
>> 277:     return NULL;
> 
> Why was the above removed?

Thanks for the review. It was removed by mistake and I restore it.

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

PR: https://git.openjdk.java.net/jdk/pull/2925


More information about the hotspot-runtime-dev mailing list