On Tue, 9 May 2023 23:37:05 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Sergey Chernyshev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> addressed review comment > > src/java.base/share/classes/javax/crypto/JceSecurity.java.template line 217: > >> 215: // recursion; return failure now >> 216: throw new IllegalStateException >> 217: ("Recursion during verification"); > > nit: no need for repeating error message here since it's not really used in > line 242 anyway. Thank you! I updated the PR. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13658#discussion_r1189668166