-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.2.1
-
None
-
generic
-
solaris_9
While investigating 4526227, we noticed that the current logic in IndexColorModel
(i.e. in createCompatibleWritableRaster() and related methods) is somewhat inconsistent
when pixel bits is 3. Specifically when pixel bits is 3, this method will create a
ByteInterleavedRaster, but it would probably be more efficient to create a 4-bit
BytePackedRaster instead.
(i.e. in createCompatibleWritableRaster() and related methods) is somewhat inconsistent
when pixel bits is 3. Specifically when pixel bits is 3, this method will create a
ByteInterleavedRaster, but it would probably be more efficient to create a 4-bit
BytePackedRaster instead.
- relates to
-
JDK-4526227 IndexColorModel.getRGB() throws ArrayIndexOutOfBoundsException
-
- Resolved
-