On Wed, 14 Jul 2021 07:34:58 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> 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*`. Marked as reviewed by mikael (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk17/pull/249