Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8346465 Add a check in setData() to restrict the update of Built-In ICC_Profiles
  3. JDK-8350810

Release Note: JDK provided instances of ICC_Profile cannot be modified.

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 25
    • client-libs
    • 2d
    • generic
    • generic

      The desktop module provides the ICC_Profile class used in Color Management for image processing applications.
      Previously an ICC_Profile instance would always allow an application to modify the raw color profile data which the ICC_Profile encapsulates.
      However instances of this class provided by the desktop module itself are shared and should never be modified.
      JDK now enforces this restriction on these shared instances.
      As a result, application code which tries to do this will cause a Java Exception to be thrown.

            honkar Harshitha Onkar
            honkar Harshitha Onkar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: