[jdk17] RFR: 8270422: Test build/AbsPathsInImage.java fails after JDK-8259848
Erik Joelsson
erikj at openjdk.java.net
Wed Jul 14 07:42:25 UTC 2021
This patch extends the filter for marker files when creating jmods. Our latest established marker file format is `_*.marker` and through ExecuteWithLog, we regularly append additional suffixes to such file names. Thus I propose we simply extend the filter pattern to `_*.marker*`.
-------------
Commit messages:
- JDK-8270422
Changes: https://git.openjdk.java.net/jdk17/pull/249/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=249&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8270422
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk17/pull/249.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/249/head:pull/249
PR: https://git.openjdk.java.net/jdk17/pull/249
More information about the build-dev
mailing list