> 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.
Artur Barashev has updated the pull request incrementally with one additional commit since the last revision: Do not use othervm ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30064/files - new: https://git.openjdk.org/jdk/pull/30064/files/6bd665cc..da87f250 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=02-03 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30064.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30064/head:pull/30064 PR: https://git.openjdk.org/jdk/pull/30064
