RFR: 8312181: CDS dynamic dump crashes when verifying unlinked class from static archive [v3]

Calvin Cheung ccheung at openjdk.org
Tue Aug 1 00:27:02 UTC 2023


On Tue, 1 Aug 2023 00:11:28 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   revert changes in systemDictionaryShared.cpp
>
> src/hotspot/share/classfile/systemDictionaryShared.cpp line 703:
> 
>> 701:   DumpTimeClassInfo* info = get_info(k);
>> 702:   info->add_verification_constraint(k, name, from_name, from_field_is_protected,
>> 703:                                       from_is_array, from_is_object);
> 
> Unintended whitespace change?

Yes, I've reverted the change.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15077#discussion_r1279998788


More information about the hotspot-runtime-dev mailing list