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

The java.awt.color.ICC_Profile#getData/getData(int) are not thread safe

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 17
    • 11, 17
    • client-libs
    • None
    • 2d
    • b11
    • generic
    • generic

      Both methods are implemented in a similar way.
       1. Requests the size of the profile/tag data
       2. Creates an array of the correct size
       3. Requests the data and copy it to the array

      If the data will be changed concurrently between steps 2. and 3. then we will get a mismatch between the array and copied data.

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

              Created:
              Updated:
              Resolved: