jdk/src/share/classes/java/awt/color/ICC_Profile.java
changeset 12813 c10ab96dcf41
parent 11813 643f5bef6ab4
child 14643 be37da9c57d7
--- a/jdk/src/share/classes/java/awt/color/ICC_Profile.java	Wed Jul 05 18:09:43 2017 +0200
+++ b/jdk/src/share/classes/java/awt/color/ICC_Profile.java	Thu Jun 07 18:05:09 2012 -0700
@@ -58,6 +58,7 @@
 import java.security.AccessController;
 import java.security.PrivilegedAction;
 
+import javax.tools.annotation.GenerateNativeHeader;
 
 /**
  * A representation of color profile data for device independent and
@@ -89,6 +90,8 @@
  */
 
 
+/* No native methods here, but the constants are needed in the supporting JNI code */
+@GenerateNativeHeader
 public class ICC_Profile implements Serializable {
 
     private static final long serialVersionUID = -3938515861990936766L;