--- old/src/java.desktop/share/classes/sun/java2d/SunCompositeContext.java 2015-05-08 22:11:54.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/java2d/SunCompositeContext.java 2015-05-08 22:11:54.000000000 +0300 @@ -84,9 +84,9 @@ * and places the result in the destination tile. Note that * the destination can be the same object as either * the first or second source. - * @param src1 The first source tile for the compositing operation. - * @param src2 The second source tile for the compositing operation. - * @param dst The tile where the result of the operation is stored. + * @param srcArg The first source tile for the compositing operation. + * @param dstIn The second source tile for the compositing operation. + * @param dstOut The tile where the result of the operation is stored. */ public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { WritableRaster src;