RFR: 8244540: Print more information with -XX:+PrintSharedArchiveAndExit [v2]

Ioi Lam iklam at openjdk.java.net
Tue Mar 30 05:53:36 UTC 2021


On Tue, 30 Mar 2021 03:40:33 GMT, Yumin Qi <minqi at openjdk.org> wrote:

>> Hi, Please review
>>   Added more info in printout when -XX:+PrintSharedArchiveAndExit used:
>>   archive names (static/dynamic or static only)
>>   loaded classes and their loaders
>>   number of shared symbols
>>   number of shared strings
>>   full vm version stored in shared archive.
>>   added two tests for custom loader test and dynamic test.
>> 
>>   Tests: tier1,tier2,tier3,tier4
>> 
>> Thanks
>> Yumin
>
> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed class output with no reset index. Separated output from dynamic from static. Removed verbose loaded_by from output.

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3187


More information about the hotspot-runtime-dev mailing list