jdk-24/jdk/test/sun/awt/image
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
..
ImageRepresentation 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ImageWatched 7104147: the fix for cr6887286 was not appropriate for backporting 2012-03-21 18:41:42 -07:00
DrawByteBinary.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00