Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8074023

Clock.system(ZoneId) could be optimized to always return the same clock for a given zone.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None

      Clock.systemUTC() has been optimized to return a constant.
      It would be good if Clock.systemDefaultZone() and Clock.system(ZoneId) could also be optimized to avoid creating new instance of Clock.SystemClock every time they are called.

      One possible solution was proposed on core-libs-dev:
      http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-February/031759.html

            naoto Naoto Sato
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: