--- old/src/java.desktop/share/classes/sun/java2d/SurfaceData.java 2015-05-08 22:11:56.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/java2d/SurfaceData.java 2015-05-08 22:11:56.000000000 +0300 @@ -939,7 +939,7 @@ * In most cases, the returned Raster might contain more pixels * than requested. * - * @see useTightBBoxes + * @see #useTightBBoxes */ public abstract Raster getRaster(int x, int y, int w, int h); @@ -952,7 +952,7 @@ * the pixels has to be made when doing a getRaster. The * fewer pixels copied, the faster the operation will go. * - * @see getRaster + * @see #getRaster */ public boolean useTightBBoxes() { // Note: The native equivalent would trigger on VISIBLE_TO_NATIVE