On Tue, 20 Jun 2023 13:16:59 GMT, Erik Joelsson <[email protected]> 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. This pull request has now been integrated. Changeset: 72501cf7 Author: Erik Joelsson <[email protected]> URL: https://git.openjdk.org/jdk/commit/72501cf76703352800eb8979a53d59a83791d626 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8310379: Relax prerequisites for java.base-jmod target Reviewed-by: mikael ------------- PR: https://git.openjdk.org/jdk/pull/14561
