RFR: 8327370: (ch) sun.nio.ch.Poller.register throws AssertionError

Alan Bateman alanb at openjdk.org
Thu Jun 20 10:51:35 UTC 2024


On Wed, 19 Jun 2024 13:36:03 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> Please find here an almost trivial change that fixes an intermittent AssertionError observed in `sun.nio.ch.Poller`.
> 
> This change (in the mist of a bigger fix) was contributed by @AlanBateman to the loom repo two weeks ago.

There have been a few sightings. One possible theory on macOS is that kevent(2) if failing with ENOMEM although it doesn't appear to have been caught in any logs.

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

PR Comment: https://git.openjdk.org/jdk/pull/19792#issuecomment-2178845690


More information about the nio-dev mailing list