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.
------------- Commit messages: - 8379191: SunX509KeyManagerImpl alias chooser methods returns null for EC_EC Changes: https://git.openjdk.org/jdk/pull/30064/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379191 Stats: 145 lines in 2 files changed: 143 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
