RFR: 8344271: Comparison build fails due to difference in doc summary
Hannes Wallnöfer
hannesw at openjdk.org
Mon Nov 18 10:01:44 UTC 2024
On Mon, 18 Nov 2024 06:38:48 GMT, Jan Lahoda <jlahoda at 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
More information about the javadoc-dev
mailing list