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

Yumin Qi minqi at openjdk.java.net
Wed Mar 31 03:14:21 UTC 2021


On Tue, 30 Mar 2021 20:52:37 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> 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.
>
> test/hotspot/jtreg/runtime/cds/appcds/customLoader/PrintSharedArchiveAndExit.java line 85:
> 
>> 83:               .shouldContain("Shared Unregistered Dictionary")
>> 84:               .shouldMatch("Number of shared symbols: \\d+")
>> 85:               .shouldMatch("Number of shared strings: \\d+");
> 
> Since the print output includes "VM version", perhaps the above should look for it?

Done. Thanks.

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

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


More information about the hotspot-runtime-dev mailing list