On Tue, 14 Mar 2023 18:21:33 GMT, Roger Riggs wrote:
>> Improvements to support OS specific customization for JDK internal use:
>> - To select values and code; allowing elimination of unused code and values
>> - Optionally evaluated by build processes, compilation, or archiving (i.e.
>> CDS)
>
On Tue, 14 Mar 2023 18:21:33 GMT, Roger Riggs wrote:
>> Improvements to support OS specific customization for JDK internal use:
>> - To select values and code; allowing elimination of unused code and values
>> - Optionally evaluated by build processes, compilation, or archiving (i.e.
>> CDS)
>
On Wed, 22 Mar 2023 15:07:21 GMT, Daniel Jeliński wrote:
> This PR removes the test from the problemlist.
>
> The test failed in JDK13 because of an issue with
> `TwoStackPlainDatagramSocket`'s implementation of `setNetworkInterface`, see
> JBS for details.
>
> `TwoStackPlainDatagramSocket` w
This PR removes the test from the problemlist.
The test failed in JDK13 because of an issue with
`TwoStackPlainDatagramSocket`'s implementation of `setNetworkInterface`, see
JBS for details.
`TwoStackPlainDatagramSocket` was completely removed in JDK 18, and the current
implementation appears
> Please find here an RFE that makes the `java.net.HttpClient` auto-closeable.
>
> The API has been modeled on `ExecutorService`.
>
> HttpClient::close() is a graceful shutdown and will wait until all operations
> are terminated before returning.
> If a request is in progress, and the caller doe
On Thu, 16 Mar 2023 14:19:14 GMT, Daniel Jeliński wrote:
> Please review this change that fixes and reenables OptionsTest on Windows.
>
> The test is checking that the values retrieved from getOption match the
> values set by an earlier call to setOption. The `IP_MULTICAST_IF` option was
> tes