RFR: 8346050: Update BuildTestLib.gmk to build whole testlibrary

Erik Joelsson erikj at openjdk.org
Sat Feb 8 00:11:14 UTC 2025


On Fri, 7 Feb 2025 21:15:36 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.

make/test/BuildTestLib.gmk line 61:

> 59: 
> 60: ifeq ($(call isTargetOs, linux), false)
> 61:     EXCLUDE_DIRS := jdk/test/lib/containers

Suggestion:

  EXCLUDE_DIRS := jdk/test/lib/containers

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

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


More information about the build-dev mailing list