On Thu, 5 Mar 2026 00:32:27 GMT, Artur Barashev <[email protected]> wrote:
> Regression introduced in > [JDK-8359956](https://bugs.openjdk.org/browse/JDK-8359956). I don't recollect > why, but I replaced `sigAlgName.contains(pattern)` with > `sigAlgName.endsWith(pattern)` in the original code being re-worked. nit: Maybe `sigAlgName.startsWith(pattern)` for slightly more precision? ------------- PR Comment: https://git.openjdk.org/jdk/pull/30064#issuecomment-4003792815
