JDK 9 RFR of 8177559: Enable java/nio/channels/Selector/OutOfBand.java for macOS >= 10.10.5

Brian Burkhalter brian.burkhalter at oracle.com
Fri Mar 24 20:06:17 UTC 2017


Please review this test-only change at your convenience.

Issue:	https://bugs.openjdk.java.net/browse/JDK-8177559
Patch:	http://cr.openjdk.java.net/~bpb/8177559/webrev.00/

Recent testing as list in [1] and elsewhere has revealed that the underlying OS X problem appears to have been fixed at least for Darwin kernels of version 14.5 or newer which corresponds to macOS 10.10.5 or newer. This change modifies the test to require either a non-macOS operating system or a macOS version of 10.10.5 or newer. The test is also removed from the problem list. If the recent tests are spurious and the test ends up failing again it can be re-listed as a problem. If it continues to succeed then [1] can then later be resolved as Cannot Reproduce once we are sure.

Thanks,

Brian

[1] https://bugs.openjdk.java.net/browse/JDK-7132677


More information about the nio-dev mailing list