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 03:11:52 UTC 2021
On Tue, 27 Apr 2021 23:22:24 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 2277:
>
>> 2275: void do_value(const RunTimeSharedClassInfo* record) {
>> 2276: ResourceMark rm;
>> 2277: _st->print_cr("%4d: %s %s", ++_index, record->_klass->external_name(),
>
> Not clear why the _index handling is changing.
This is found the printout of index is not consecutive between the two dictionaries. The previous index is printout, then increased then the next dictionary take the index and increased again. I will check again.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3611
More information about the hotspot-dev
mailing list