On Wed, 17 May 2023 21:54:20 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with one additional > commit since the last revision: > > rework based upon code review comments src/java.base/share/classes/sun/security/ssl/CertificateRequest.java line 738: > 736: try { > 737: chc.peerSupportedAuthorities = crm.getAuthorities(); > 738: } Move the `catch` line up to line 738. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13466#discussion_r1197776053