RFR: 8338426: Test java/nio/channels/Selector/WakeupNow.java failed

Jaikiran Pai jpai at openjdk.org
Thu Oct 24 11:10:04 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.

This change to move away from using `System.currentTimeMillis()` in favour of `System.nanoTime()` looks OK to me.

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

Marked as reviewed by jpai (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21674#pullrequestreview-2392139457


More information about the nio-dev mailing list