--- old/src/share/classes/sun/java2d/pipe/SpanShapeRenderer.java 2009-06-22 21:32:55.000000000 +0200 +++ new/src/share/classes/sun/java2d/pipe/SpanShapeRenderer.java 2009-06-22 21:32:55.000000000 +0200 @@ -74,7 +74,7 @@ public void renderBox(Object ctx, int x, int y, int w, int h) { SunGraphics2D sg2d = (SunGraphics2D) ctx; SurfaceData sd = sg2d.getSurfaceData(); - sg2d.loops.fillRectLoop.FillRect(sg2d, sd, x, y, w, h); + sg2d.getLoops().fillRectLoop.FillRect(sg2d, sd, x, y, w, h); } public void endSequence(Object ctx) {