RFR: 8344271: Comparison build fails due to difference in doc summary
Jan Lahoda
jlahoda at openjdk.org
Mon Nov 18 06:43:22 UTC 2024
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`.
-------------
Commit messages:
- 8344271: Comparison build fails due to difference in doc summary
Changes: https://git.openjdk.org/jdk/pull/22189/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22189&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344271
Stats: 23 lines in 1 file changed: 8 ins; 10 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/22189.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22189/head:pull/22189
PR: https://git.openjdk.org/jdk/pull/22189
More information about the javadoc-dev
mailing list