Commit Graph

7 Commits

Author SHA1 Message Date
Anton Nashatyrev f5e84a8894 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
Reviewed-by: bae, prr
2014-07-08 17:47:47 +04:00
Anton Nashatyrev 9963d07882 8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
Reviewed-by: bae, serb
2014-05-19 17:38:18 +04:00
Andrew Brygin 969c84555e 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
Reviewed-by: prr
2013-07-25 17:14:39 +04:00
David Buck 733b1d638e 7104147: the fix for cr6887286 was not appropriate for backporting
Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.

Reviewed-by: prr, flar
2012-03-21 18:41:42 -07:00
Kelly O'Hair fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
Andrew Brygin d83e26cba4 6800846: REGRESSION: Printing quality degraded with Java 6 compared to 5.0
Reviewed-by: igor, prr
2009-02-06 20:49:53 +03:00
J. Duke 319a3b9947 Initial load 2007-12-01 00:00:00 +00:00