RFR: 8286540: Build failure caused by missing DefaultPollProvider implementation on AIX [v2]

Tyler Steele tsteele at openjdk.java.net
Wed May 11 17:17:27 UTC 2022


On Wed, 11 May 2022 17:10:14 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Tyler Steele has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Readily removes spurious space from pollset poller
>>  - Replace RuntimeException with UnsupportedOperationException
>
> src/java.base/aix/classes/sun/nio/ch/PollsetPoller.java line 35:
> 
>> 33: class PollsetPoller extends Poller {
>> 34: 
>> 35:     PollsetPoller (boolean read) throws IOException {
> 
> You have a spurious space in "PollsetPoller (", otherwise looks okay.

Removed. Thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/8658


More information about the nio-dev mailing list