RFR: 8371591: VerifyJimage tool incorrectly skips all tests when comparing directory structure [v2]

David Beaumont duke at openjdk.org
Thu Nov 13 21:10:49 UTC 2025


On Thu, 13 Nov 2025 20:15:52 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> David Beaumont has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Tweaked path to class name handling for clarity
>
> test/jdk/tools/jimage/VerifyJimage.java line 311:
> 
>> 309:         private void loadClass(String cn, ClassLoader loader) {
>> 310:             try {
>> 311:                 System.out.println("Loading " + cn);
> 
> Printing the successful class names isn't very useful, (even if it was previously).

Fair point, will remove that.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28265#discussion_r2524942363


More information about the core-libs-dev mailing list