mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 00:18:34 +00:00
Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based. Reviewed-by: dholmes, rriggs, scolebourne, sla