On Wed, 16 Sep 2026 13:07:43 GMT, Matthew Donovan <[email protected]> wrote:

>> This PR updates AIACertTimeout.java to improve reliability:
>> 
>> - Replaces the default HttpServer executor with a single-threaded 
>> ExecutorService. One possible cause of the intermittent timeout is that that 
>> HttpHandler passed to createContext() (line 137) has an explicit sleep() 
>> call. The default executor executes the handler on the dispatcher thread. 
>> The sleep() call could make the HttpServer unresponsive.
>> - Replace "localhost" with "127.0.0.1"
>> 
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Matthew Donovan has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   removed wildcard imports and logging flag; changed to use 
> InetAddress.getLoopbackAddress

Marked as reviewed by myankelevich (Committer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/32814#pullrequestreview-5254985038

Reply via email to