RFR: 8343493: Perform module checks during MetaspaceShared::map_archives() [v2]

Ioi Lam iklam at openjdk.org
Wed Nov 6 16:55:30 UTC 2024


On Tue, 5 Nov 2024 06:12:00 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @calvinccheung comment: added printing of _early_serialized_data_offset
>
> src/hotspot/share/cds/filemap.hpp line 197:
> 
>> 195:   bool    _use_secondary_supers_table;            // save the flag UseSecondarySupersTable
>> 196:   size_t  _cloned_vtables_offset;                 // The address of the first cloned vtable
>> 197:   size_t  _early_serialized_data_offset;          // Data accessed using {ReadClosure,WriteClosure}::serialize()
> 
> Should we print this field in `FileMapHeader::print()`?

I added the print out as you suggested.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21890#discussion_r1831399611


More information about the hotspot-runtime-dev mailing list