On Thu, 18 Jun 2026 11:51:14 GMT, Matthias Baesken <[email protected]> wrote:
> BUILD_LIBZIP_EXCLUDES is set but never used, this looks wrong. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). make/modules/java.base/lib/CoreLibraries.gmk line 80: > 78: > ################################################################################ > 79: > 80: BUILD_LIBZIP_EXCLUDES := It looks like it intended to initialize `LIBZIP_EXCLUDES` to empty before building on it in the conditional. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31570#discussion_r3437101583
