RFR: 8310379: Relax prerequisites for java.base-jmod target
Mikael Vidstedt
mikael at openjdk.org
Wed Jun 21 16:57:06 UTC 2023
On Tue, 20 Jun 2023 13:16:59 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> The top level target "java.base-jmod" currently has all other jmod targets on the prerequisites list. This is because we store a checksum for every non upgradeable module in java.base and most of the modules aren't upgradeable. But, since we do have upgradeable modules, those shouldn't be on the prerequisites list for java.base-jmod.
>
> Fixing this won't impact the build much, but certainly won't hurt either.
Marked as reviewed by mikael (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14561#pullrequestreview-1491256167
More information about the build-dev
mailing list