RFR: 8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix) [v2]

Varada M varadam at openjdk.org
Mon Oct 14 10:03:55 UTC 2024


On Mon, 14 Oct 2024 07:19:25 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Varada M has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix)
>
> src/java.base/aix/classes/sun/nio/ch/AixPollPort.java line 228:
> 
>> 226:     @Override
>> 227:     void startPoll(int fd, int events) {
>> 228:         // update events (or add to epoll on first usage)
> 
> I assume you didn't mean to say "epoll" in this comment.

Thanks for the pointing that out. Fixed it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21487#discussion_r1799120291


More information about the nio-dev mailing list