--- old/src/share/classes/sun/awt/image/BufImgSurfaceData.java 2011-12-01 18:54:50.598417552 +0100 +++ new/src/share/classes/sun/awt/image/BufImgSurfaceData.java 2011-12-01 18:54:50.419419409 +0100 @@ -323,8 +323,8 @@ } public RenderLoops getRenderLoops(SunGraphics2D sg2d) { - if (sg2d.paintState <= sg2d.PAINT_ALPHACOLOR && - sg2d.compositeState <= sg2d.COMP_ISCOPY) + if (sg2d.paintState <= SunGraphics2D.PAINT_ALPHACOLOR && + sg2d.compositeState <= SunGraphics2D.COMP_ISCOPY) { return solidloops; }