RFR: 8374170: I/O Poller updates
Alan Bateman
alanb at openjdk.org
Tue Feb 3 15:27:35 UTC 2026
On Tue, 3 Feb 2026 13:24:14 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> > Thanks, it is missing the close method. I've updated it, would you mind re-testing the build?
>
> Done. Unfortunately it still fails, this time with
>
> ```
> /jdk/src/java.base/aix/classes/sun/nio/ch/PollsetPoller.java:57: error: cannot find symbol
> Pollset.pollsetDestroy(pollset);
Duh, the pollset ID here is setid. Would you mind changing that locally to see if there is anything else?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29195#issuecomment-3841508007
More information about the net-dev
mailing list