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. Thank you for the update. The change looks good to me. I'll run this in our CI to be sure nothing else breaks. This will also require a different Reviewer to review this change. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31545#issuecomment-4774940954
