Re: RFR: JDK-8323276: StressDirListings.java fails on AIX

2024-01-10 Thread Jaikiran Pai
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

RFR: JDK-8323276: StressDirListings.java fails on AIX

2024-01-10 Thread Varada M
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 -

Withdrawn: JDK-8313764: Offer JVM HS functionality to shared lib load operations done by the JDK codebase

2024-01-10 Thread duke
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