-
Bug
-
Resolution: Fixed
-
P3
-
17, 21, 25
-
b14
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366949 | 25.0.2 | Sergey Bylokhov | P3 | Resolved | Fixed | master |
The LCMSImageLayout class performs several direct casts without instanceof checks, which may fail under certain circumstances.
Example:
case BufferedImage.TYPE_USHORT_GRAY -> {
var shortRaster = (ShortComponentRaster) image.getRaster();
Example:
case BufferedImage.TYPE_USHORT_GRAY -> {
var shortRaster = (ShortComponentRaster) image.getRaster();
- backported by
-
JDK-8366949 Unexpected exception in sun.java2d.cmm.lcms.LCMSImageLayout
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/81bf8787
-
Commit(master) openjdk/jdk/12e6a0b6
-
Review(master) openjdk/jdk21u-dev/2139
-
Review(master) openjdk/jdk25u/156
-
Review(master) openjdk/jdk/26994
(1 links to)