RFR: 8346050: Update BuildTestLib.gmk to build whole testlibrary [v3]

Weijun Wang weijun at openjdk.org
Fri Feb 14 15:27:12 UTC 2025


On Tue, 11 Feb 2025 17:10:37 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> The fix add remaining classes to the testlibrary jar and fix some warnings in security-related classes.
>
> Leonid Mesnik has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Merge branch '8346050' of https://github.com/lmesnik/jdk into 8346050
>  - renamed excludes

test/lib/jdk/test/lib/security/XMLUtils.java line 557:

> 555:     }
> 556: 
> 557:     //////////// MISC ////////////

This is a section break for various groups of methods in this utility class. Before this there has been

    //////////// CONVERT ////////////
    //////////// QUERY AND EDIT ////////////
    //////////// SIGN ////////////
    //////////// VALIDATE ////////////

Can you keep the format?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23525#discussion_r1956321630


More information about the build-dev mailing list