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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: 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

            Assignee:
            Naoto Sato
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: