7181508: Remove GenerateNativeHeader on awt java file

Reviewed-by: ohair
This commit is contained in:
Erik Joelsson 2012-07-03 11:45:34 -07:00
parent 7517b9d193
commit f51d607e9f
4 changed files with 0 additions and 12 deletions

View file

@ -27,7 +27,6 @@ package java.awt.image;
import java.awt.color.ColorSpace;
import java.awt.Transparency;
import javax.tools.annotation.GenerateNativeHeader;
/**
* The <code>DirectColorModel</code> class is a <code>ColorModel</code>
@ -107,8 +106,6 @@ import javax.tools.annotation.GenerateNativeHeader;
* @see ColorModel#getRGBdefault
*
*/
/* No native methods here, but the constants are needed in the supporting JNI code */
@GenerateNativeHeader
public class DirectColorModel extends PackedColorModel {
private int red_mask;
private int green_mask;

View file

@ -24,10 +24,6 @@
*/
package sun.awt;
import javax.tools.annotation.GenerateNativeHeader;
/* No native methods here, but the constants are needed in the supporting JNI code */
@GenerateNativeHeader
public class CharsetString {
/**
* chars for this string. See also offset, length.

View file

@ -27,14 +27,10 @@ package sun.java2d.pipe;
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;

View file

@ -31,7 +31,6 @@
#include "img_globals.h"
#include "java_awt_image_IndexColorModel.h"
#include "java_awt_image_DirectColorModel.h"
#include "java_awt_Transparency.h"
/*