RFR: 8374170: I/O Poller updates
Matthias Baesken
mbaesken at openjdk.org
Tue Feb 3 15:27:32 UTC 2026
On Sun, 1 Feb 2026 09:34:58 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> I hope to make this PR "ready for review" soon. Would you be able to check that it builds on AIX?
Hi @AlanBateman , sure I can add it to our build/test queue .
Should I do so now?
> 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);
^
symbol: variable pollset
location: class PollsetPoller
1 error
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29195#issuecomment-3833646732
PR Comment: https://git.openjdk.org/jdk/pull/29195#issuecomment-3841302974
More information about the net-dev
mailing list