RFR: 8286597: Implement PollerProvider on AIX [v9]
Tyler Steele
tsteele at openjdk.org
Fri May 19 15:17:05 UTC 2023
On Fri, 19 May 2023 14:59:43 GMT, Vyom Tewari <vtewari at openjdk.org> wrote:
>> Tyler Steele has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fixup
>> - Accept @turbanoff's changes
>
> src/java.base/aix/classes/sun/nio/ch/Pollset.java line 83:
>
>> 81: */
>> 82: public static long getEvent(long address, int i) {
>> 83: return address + (SIZEOF_POLLFD*i);
>
> minor comment please fix the format "address + (SIZEOF_POLLFD * i);"
Thanks. Fixed 😄.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13452#discussion_r1199077295
More information about the hotspot-dev
mailing list