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

Tests fail with IllegalArgumentException: Can't load standard profile: LINEAR_RGB.pf

    XMLWordPrintable

Details

    • 2d
    • x86
    • linux

    Description

      JDK: openJDK6 b03 (pass on b02)
      JCK: JCK6a + alt01
      Platform: Ubuntu Linux

      The following tests fails with similar reports

      api/java_awt/Color/index.html#getColorComponents[Color0019]
      api/java_awt/Color/index.html#getColorSpace[Color0024]
      api/java_awt/Color/index.html#getComponents[Color0026]
      api/java_awt/Color/index.html#ctor4[Color0006]
      api/java_awt/Color/ICC_ColorSpace/index.html#GetTesttestCase6
      api/java_awt/Color/ICC_Profile/index.html#GetTesttestCase10


      java.lang.IllegalArgumentException: Can't load standard profile: LINEAR_RGB.pf
      at java.awt.color.ICC_Profile$2.run(ICC_Profile.java:893)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.awt.color.ICC_Profile.getStandardProfile(ICC_Profile.java:886)
      at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:867)
      at java.awt.color.ColorSpace.getInstance(ColorSpace.java:328)


      The following calls causes IAE:

              ICC_ColorSpace.getInstance(ICC_ColorSpace.CS_LINEAR_RGB);
              ColorSpace.getInstance(ColorSpace.CS_LINEAR_RGB);
              ICC_Profile.getInstance(ColorSpace.CS_LINEAR_RGB)
              etc.

      Attachments

        Issue Links

          Activity

            People

              avu Alexey Ushakov
              dbessono Dmitry Bessonov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: