--- old/src/java.desktop/share/classes/sun/java2d/NullSurfaceData.java 2015-05-08 22:11:54.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/java2d/NullSurfaceData.java 2015-05-08 22:11:53.000000000 +0300 @@ -86,7 +86,7 @@ * In most cases, the returned Raster might contain more pixels * than requested. * - * @see useTightBBoxes + * @see #useTightBBoxes */ public Raster getRaster(int x, int y, int w, int h) { throw new InvalidPipeException("should be NOP"); @@ -101,7 +101,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() { return false;