-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
Fix Understood
We should not be using System.currentTimeMillis() for measuring elapsed time, because the results might be affected by the system time synchronization.
Instead, we should be using System.nanoTime().
(Came out of a discussion in https://github.com/openjdk/jfx/pull/1394)
Instead, we should be using System.nanoTime().
(Came out of a discussion in https://github.com/openjdk/jfx/pull/1394)