RFR: 8368739: [AIX] java/net/httpclient/http3/H3SimpleGet.java#useNioSelector and #with-continuations fail

Jaikiran Pai jpai at openjdk.org
Wed Oct 29 15:02:50 UTC 2025


On Wed, 29 Oct 2025 09:22:02 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8349910](https://bugs.openjdk.org/browse/JDK-8349910) the 2 tests java/net/httpclient/http3/H3SimpleGet.java#useNioSelector and #with-continuations fail on AIX; all the other HTTP3 related tests seem to do fine on AIX.
> 
> The tests fail in the runs with  `-Djdk.httpclient.quic.defaultMTU=16336` .  This setting has to be adjusted to a lower value for AIX to work.

Hello Matthias, I was talking to Daniel @dfuch yesterday and we were thinking of reducing the system property value (like you have it here). I thought he meant we would reduce it for all platforms and that way we wouldn't have to duplicate these test definitions for AIX.

It would be good to let Daniel have a look at this before integrating. You don't have to update the PR until you hear from Daniel.

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

PR Comment: https://git.openjdk.org/jdk/pull/28041#issuecomment-3462052476


More information about the net-dev mailing list