On Sat, 9 Nov 2024 13:52:50 GMT, Lothar Kimmeringer <d...@openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Set initial cache size > > test/jdk/sun/security/ssl/CipherSuite/TLSCipherSuiteWildCardMatchingIllegalArgument.java > line 71: > >> 69: } >> 70: fail("No IllegalArgumentException was thrown"); >> 71: } > > And another nitpick ;-) Put the fail-call under `SSLContext.getInstance` > within the try/catch-block so you don't need to explictly return in the > catch-block. Done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21841#discussion_r1838291071