On Mon, 22 Jun 2026 17:30:24 GMT, Ashay Rane <[email protected]> wrote:
>> Instead of discarding the newly created `CommunicationException` >> exception and referencing the outer (caught) >> `SSLPeerUnverifiedException` exception, this patch adds the >> `SSLPeerUnverifiedException` exception as the suppressed exception of >> the newly created `CommunicationException` exception. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Ashay Rane has updated the pull request incrementally with one additional > commit since the last revision: > > Handle the case when `closureReason == null` > > Also, since `closureReason` is shared, we first read it into a local > variable (`priorFailure`) before checking for null. @raneashay Your change (at version 9c69ffa8084536d11a4bdb9c34eff243ec41a839) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31545#issuecomment-4856399736
