On Thu, 23 Jan 2025 10:58:19 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> When matching configurations using CONF, normally this is treated as a > pattern. However, if an exact match is found, this is exclusively used. This > is to allow matching for e.g. linux-x64 and not matching linux-x64-debug, > which is otherwise impossible. > > To inform the user that this has happened, make prints > > > Using exact match for CONF=linux-x64 (other matches are possible) > > > even if no other matches are possible. This pull request has now been integrated. Changeset: 7460a0af Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7460a0aff4b3913d74a9a7802a687c1a1cf80dbc Stats: 13 lines in 1 file changed: 7 ins; 5 del; 1 mod 8348392: Make claims "other matches are possible" even when that is not true Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/23261