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

Yumin Qi minqi at openjdk.java.net
Tue Mar 30 22:00:30 UTC 2021


On Tue, 30 Mar 2021 20:53:22 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/dynamicArchive/PrintSharedArchiveAndExit.java line 93:
> 
>> 91:                       .shouldContain("CustomLoadee unregistered_loader")
>> 92:                       .shouldContain("Shared Builtin Dictionary")
>> 93:                       .shouldContain("Shared Unregistered Dictionary")
> 
> Since the print output includes "VM version", perhaps the above should look for it?

Thanks, will add the check.

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

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


More information about the hotspot-runtime-dev mailing list