RFR: 8271419: Refactor test code for modifying CDS archive contents [v2]

Yumin Qi minqi at openjdk.java.net
Mon Aug 2 19:02:38 UTC 2021


On Mon, 2 Aug 2021 18:45:51 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Move more function to CDSArchiveUtils, fixed review comments
>
> test/hotspot/jtreg/runtime/cds/appcds/SharedArchiveConsistency.java line 43:
> 
>> 41: import java.io.IOException;
>> 42: import java.util.Random;
>> 43: import sun.hotspot.WhiteBox;
> 
> The import of Random is no longer needed.
> I think the import of WhiteBox can also be removed since it is not used in this file.

Yes, they no longer needed. thanks.

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

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


More information about the hotspot-runtime-dev mailing list