On Thu, 13 Jul 2023 09:46:30 GMT, Viktor Klang <d...@openjdk.org> wrote:
> I'd use a monotonic clock like `System.nanoTime()` for things like this since > the system clock can be changed to anything at any time. We have 100's of uses of `System.currentTimeMillis()` in our tests. I think changing them should be handled by a separate effort. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14817#discussion_r1262683702