RFR: 8355725: SPEC_FILTER stopped working
Magnus Ihse Bursie
ihse at openjdk.org
Wed May 28 00:11:02 UTC 2025
>From the bug description:
The SPEC_FILTER make variable is meant to be used to create small documentation bundles that just contain some selected files. Example usage:
`make docs-specs-zip SPEC_FILTER="%-jls.md copyright.html %logo.gif resources"`
The fix for [JDK-8349143](https://bugs.openjdk.org/browse/JDK-8349143) caused the feature to stop working: no matter what the filter variables says, all the specs get built. This is a regression, old behavior needs to be restored.
-------------
Commit messages:
- 8355725: SPEC_FILTER stopped working
Changes: https://git.openjdk.org/jdk/pull/25476/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25476&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8355725
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25476.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25476/head:pull/25476
PR: https://git.openjdk.org/jdk/pull/25476
More information about the build-dev
mailing list