On Mon, 18 Nov 2024 06:38:48 GMT, Jan Lahoda <jlah...@openjdk.org> wrote:
> A test ensuring the JDK build is reproducible is failing due to the recent > https://github.com/openjdk/jdk/commit/81342acdae82262815e04e1ade7deb2d0f24094a > . The reason is the unordered map used when filtering `java.base` out of the > list of dependencies. > > This patch is resolving that, by moving the filtering to > `addIndirectPackages`. This pull request has now been integrated. Changeset: ea8f2898 Author: Jan Lahoda <jlah...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/ea8f28980ca19bfa74c39ed5a6708ce094b6119f Stats: 23 lines in 1 file changed: 8 ins; 10 del; 5 mod 8344271: Comparison build fails due to difference in doc summary Reviewed-by: hannesw ------------- PR: https://git.openjdk.org/jdk/pull/22189