RFR: 8286597: Implement PollerProvider on AIX [v2]

Alan Bateman alanb at openjdk.org
Mon May 8 17:34:29 UTC 2023


On Mon, 8 May 2023 17:30:13 GMT, Tyler Steele <tsteele at openjdk.org> wrote:

>> Thanks for mentioning it. I'll take a look at those to see if they also fail.
>
> That test passes. I'll take a look into the differences between the two tests.

The long standing spec for SO_LINGER is "Enabling the option with a timeout of zero does a forceful close immediately". The wording isn't quite right but it is trying to say that if the timeout is set to zero then calling the close method will cause a forceful close. There are several tests that use this so there might be other failures on AIX.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13452#discussion_r1187703035


More information about the hotspot-dev mailing list