-
Bug
-
Resolution: Duplicate
-
P2
-
OpenJDK6
-
x86
-
linux
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.
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.
- duplicates
-
JDK-6523403 OSS CMM: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles
- Closed