On Thu, 11 Jan 2024 04:41:58 GMT, Varada M wrote:
> The delay in response has caused an incomplete test and timeout error.
> Setting the TCP_NODELAY socket option to 1 by the property
> sun.net.httpserver.nodelay solves the issue.
>
> JBS Issue : [JDK-8323276](https://bugs.openjdk.org/browse/J
The delay in response has caused an incomplete test and timeout error. Setting
the TCP_NODELAY socket option to 1 by the property sun.net.httpserver.nodelay
solves the issue.
JBS Issue : [JDK-8323276](https://bugs.openjdk.org/browse/JDK-8323276)
-
Commit messages:
- JDK-8323276 -
On Mon, 14 Aug 2023 07:48:00 GMT, Matthias Baesken wrote:
> Currently there is a number of functionality that would be interesting to
> have for shared lib load operations in the JDK C code.
> Some examples :
> Events::log_dll_message for hs-err files reporting
> JFR event NativeLibraryLoad
> Th