--- old/src/share/classes/sun/java2d/pipe/RegionIterator.java 2012-07-03 19:51:29.766735803 +0200 +++ new/src/share/classes/sun/java2d/pipe/RegionIterator.java 2012-07-03 19:51:29.506731974 +0200 @@ -27,14 +27,10 @@ import java.awt.Rectangle; -import javax.tools.annotation.GenerateNativeHeader; - /** * This class defines the API for iterating through the bands * of a region object. */ -/* No native methods here, but the constants are needed in the supporting JNI code */ -@GenerateNativeHeader public class RegionIterator { Region region; int curIndex;