RFR: 8338426: Test java/nio/channels/Selector/WakeupNow.java failed
Jaikiran Pai
jpai at openjdk.org
Thu Oct 24 11:06:06 UTC 2024
On Thu, 24 Oct 2024 00:58:42 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> `System.currentTimeMillis()` is replaced with `System.nanoTime()` and the elapsed time is added to the failure exception message.
test/jdk/java/nio/channels/Selector/WakeupNow.java line 66:
> 64: Selector sel = Selector.open();
> 65: Pipe p = Pipe.open();
> 66: p.source().configureBlocking(false);
Hello Brian, is this intentionally being removed?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21674#discussion_r1814764619
More information about the nio-dev
mailing list