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

Alan Bateman alanb at openjdk.java.net
Wed May 11 17:17:27 UTC 2022


On Wed, 11 May 2022 17:13:48 GMT, Tyler Steele <tsteele at openjdk.org> wrote:

>> This change provides a stub implementation of DefaultPollerProvider on AIX. This is a temporary measure to ensure AIX can still be built while work on a full implementation is under way.
>
> 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.

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

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


More information about the nio-dev mailing list