Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b117
-
x86_64
-
linux_ubuntu
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028852 | port-stage-ppc-aix | Philip Race | P2 | Resolved | Fixed | master |
Description
fails with jdk1.8.0b114, jdk1.8.0b113. Passes on jdk1.7.0_45b18
----------System.out:(2/122)----------
Selfupdate: update grayTRC with the same data.
Got exception: java.lang.IllegalArgumentException: Can not write tag data.
----------System.err:(20/1190)----------
java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
at SetDataTest$TestCase.doTest(SetDataTest.java:99)
at SetDataTest.main(SetDataTest.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalArgumentException: Can not write tag data.
at sun.java2d.cmm.lcms.LCMS.setTagDataNative(Native Method)
at sun.java2d.cmm.lcms.LCMS.setTagData(LCMS.java:121)
at java.awt.color.ICC_Profile.setData(ICC_Profile.java:1410)
at SetDataTest$TestCase.doTest(SetDataTest.java:77)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
----------System.out:(2/122)----------
Selfupdate: update grayTRC with the same data.
Got exception: java.lang.IllegalArgumentException: Can not write tag data.
----------System.err:(20/1190)----------
java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
at SetDataTest$TestCase.doTest(SetDataTest.java:99)
at SetDataTest.main(SetDataTest.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.IllegalArgumentException: Can not write tag data.
at sun.java2d.cmm.lcms.LCMS.setTagDataNative(Native Method)
at sun.java2d.cmm.lcms.LCMS.setTagData(LCMS.java:121)
at java.awt.color.ICC_Profile.setData(ICC_Profile.java:1410)
at SetDataTest$TestCase.doTest(SetDataTest.java:77)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Unexpected exception was thrown: Can not write tag data.
Attachments
Issue Links
- backported by
-
JDK-8028852 sun/java2d/cmm/ProfileOp/SetDataTest.java fails
- Resolved
- duplicates
-
JDK-8028205 sun/java2d/cmm/ProfileOp/ReadWriteProfileTest.java fails
- Closed