--- old/modules/graphics/src/main/java/com/sun/scenario/effect/impl/sw/java/JSWLinearConvolveShadowPeer.java 2014-02-21 17:02:41.000000000 -0800 +++ new/modules/graphics/src/main/java/com/sun/scenario/effect/impl/sw/java/JSWLinearConvolveShadowPeer.java 2014-02-21 17:02:41.000000000 -0800 @@ -39,7 +39,7 @@ } private float[] getShadowColor() { - return getKernel().getShadowColorComponents(getPass()); + return getRenderState().getPassShadowColorComponents(); } @Override @@ -91,7 +91,7 @@ } } - /** + /* * In the nomenclature of the argument list for this method, "row" refers * to the coordinate which increments once for each new stream of single * axis data that we are blurring in a single pass. And "col" refers to