Just wondering…
Why hasn’t currentTimeMillis() been updated so behind the scenes it uses nanoTime?
It would be nice if existing code didn’t have to be rewritten to improve the timer resolution.
(or is the contract of nanoTime() not compatible with currentTimeMillis())