> 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:

  Assert not null explicitly

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/30064/files
  - new: https://git.openjdk.org/jdk/pull/30064/files/da87f250..717ec6b9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30064&range=03-04

  Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 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

Reply via email to