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`. Looks good! ------------- Marked as reviewed by hannesw (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/22189#pullrequestreview-2442056133