RFR: 8279009: CDS crashes when the source of an InstanceKlass is NULL [v3]
Yumin Qi
minqi at openjdk.java.net
Thu Jan 20 04:05:40 UTC 2022
On Wed, 19 Jan 2022 23:23:43 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unused export modules, clean up comments
>
> test/hotspot/jtreg/runtime/cds/appcds/ClassListWithCustomClassNoSource.java line 80:
>
>> 78: System.out.println(HELLO + " is not loaded");
>> 79: }
>> 80: break;
>
> Lines 72-80 should be aligned with line 71.
>
> Are lines 75 and 78 for debugging only? Or should a RuntimeException be thrown under those conditions?
thanks. done
-------------
PR: https://git.openjdk.java.net/jdk/pull/7072
More information about the hotspot-runtime-dev
mailing list