RFR: 8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive [v8]
Yumin Qi
minqi at openjdk.java.net
Wed Apr 28 18:31:43 UTC 2021
On Tue, 27 Apr 2021 23:22:38 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Restore filemap.[ch]pp
>
> src/hotspot/share/classfile/systemDictionaryShared.cpp line 2297:
>
>> 2295: class_loader_name_for_shared(k));
>> 2296: k = k->next_link();
>> 2297: _index++;
>
> Not clear why the _index handling is changing.
I reverted this part. The problem is when construct the lambda dictionary library, I wrongly add one to the last dictionary's index.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3611
More information about the hotspot-dev
mailing list