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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 17
    • Affects Version/s: 11, 17
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: