[OpenJDK 2D-Dev] Review Request: (JDK-8048782) OpenJDK: PiscesCache : xmax/ymax rounding up can cause RasterFormatException.

prasanta sadhukhan prasanta.sadhukhan at oracle.com
Fri Feb 20 04:39:21 UTC 2015


Hi,

I would like a review for a solution of this bug.
In OpenJDK9, "java.awt.image.RasterFormatException: (x + width) is 
outside raster" is thrown when the bounding box width outgrows original 
raster. This is because PiscesRenderingEngine does not take care of 
clipping the bounding box correctly.

Bug:https://bugs.openjdk.java.net/browse/JDK-8048782
webrev: http://cr.openjdk.java.net/~serb/prasanta/8048782/webrev.00

Regards
Prasanta



More information about the 2d-dev mailing list