Some makefiles include JavaCompilation.gmk when they really want to include ZipArchive.gmk. (Currently, JavaCompilation.gmk includes ZipArchive.gmk indirectly to keep backwards compatibility from when these were implemented in the same file.)
Also, all files that calls SetupJarArchive should include JarArchive.gmk directly. ------------- Commit messages: - 8344383: Include ZipArchive and JarArchive directly Changes: https://git.openjdk.org/jdk/pull/22194/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22194&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8344383 Stats: 6 lines in 3 files changed: 2 ins; 1 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/22194.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/22194/head:pull/22194 PR: https://git.openjdk.org/jdk/pull/22194