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

Lazy initialization of built-in ICC_Profile/ColorSpace classes is too lazy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • client-libs
    • None
    • 2d
    • b10
    • generic
    • generic

      The ICC_Profile/ColorSpace classes use a singleton pattern for the built-in profiles and color spaces. The creation of these singletons is guarded by static synchronization. In fact, the whole point of this lazy initialization is to prevent the creation of a few small java objects.

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: