提交 d0252a50 编写于 作者: E erikj

7181508: Remove GenerateNativeHeader on awt java file

Reviewed-by: ohair
上级 7f294b0e
......@@ -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;
......
......@@ -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.
......
......@@ -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;
......
......@@ -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"
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册