RFR: 8286597: Implement PollerProvider on AIX [v12]
Tyler Steele
tsteele at openjdk.org
Wed May 24 20:09:03 UTC 2023
On Wed, 24 May 2023 19:10:52 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Tyler Steele has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use existing MAX_POLL_EVENTS size for poll buffer
>
> src/java.base/aix/classes/sun/nio/ch/Pollset.java line 63:
>
>> 61:
>> 62: // maximum number of events to poll at a time
>> 63: public static final int MAX_POLL_EVENTS = 512;
>
> This is property of the pollset based Poller implementation, I don't think it should be defined in Pollset (the Selector implementation might use a different maximum for example).
Fair comment. Thanks for pointing that out. I have made this change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13452#discussion_r1204700071
More information about the hotspot-dev
mailing list