JDK-7021417 : closed/sun/java2d/cmm/StubCMMShellTest.sh test failure against jdk7
Type:Bug
Component:client-libs
Sub-Component:2d
Affected Version:7
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2011-02-22
Updated:2011-04-05
Resolved:2011-04-05
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
EVALUATION
This test makes an assumption that obtaining a profile instance causes
immediate activation of color management subsystem. However, this
assumption is not correct now, because we deffer profile loading until
it is actually required (for color conversion op, for instance).
This change was done as a part of fix for CR 6793818 (JpegImageReader is
too greedy creating color profiles)
To workaround this, we can explicitly request profile data, that leads
to color management initialization, and actual profile loading.
28-02-2011
EVALUATION
I now spot b54 also had "6658726 ColorConvertOp causes JVM to abort"
Maybe that is more relevant.
22-02-2011
EVALUATION
b54 is when LittleCMS 1.18 was integrated and although this isn't testing that code
I suppose a difference in the initialisation of the test is causing a failure
of this test. Not sure that its important. Needs evaluation.