Re: RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status [v2]

2024-10-03 Thread Valerie Peng
On Wed, 2 Oct 2024 22:53:01 GMT, Jamil Nimeh wrote: >> This PR corrects a flaw in the StatusResponseManager where it was >> incorrectly swallowing the interrupt status when either an invokeAll was >> called (spawning the threads to fetch each OCSP response) or when attempting >> to grab the da

Re: RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status [v2]

2024-10-02 Thread Jamil Nimeh
> This PR corrects a flaw in the StatusResponseManager where it was incorrectly > swallowing the interrupt status when either an invokeAll was called (spawning > the threads to fetch each OCSP response) or when attempting to grab the data > from one of the Futures returned from the fetches. > Ad

Re: RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status

2024-10-02 Thread Jamil Nimeh
On Wed, 2 Oct 2024 21:44:08 GMT, Valerie Peng wrote: >> This PR corrects a flaw in the StatusResponseManager where it was >> incorrectly swallowing the interrupt status when either an invokeAll was >> called (spawning the threads to fetch each OCSP response) or when attempting >> to grab the d

Re: RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status

2024-10-02 Thread Valerie Peng
On Fri, 27 Sep 2024 18:48:23 GMT, Jamil Nimeh wrote: > This PR corrects a flaw in the StatusResponseManager where it was incorrectly > swallowing the interrupt status when either an invokeAll was called (spawning > the threads to fetch each OCSP response) or when attempting to grab the data >

Re: RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status

2024-10-02 Thread Valerie Peng
On Fri, 27 Sep 2024 18:48:23 GMT, Jamil Nimeh wrote: > This PR corrects a flaw in the StatusResponseManager where it was incorrectly > swallowing the interrupt status when either an invokeAll was called (spawning > the threads to fetch each OCSP response) or when attempting to grab the data >

RFR: 8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status

2024-09-27 Thread Jamil Nimeh
This PR corrects a flaw in the StatusResponseManager where it was incorrectly swallowing the interrupt status when either an invokeAll was called (spawning the threads to fetch each OCSP response) or when attempting to grab the data from one of the Futures returned from the fetches. Additionally