jdk/src/share/classes/java/lang/Class.java
changeset 18139 9fb8a2d427b5
parent 17710 ce8517f5a2fe
child 18179 9b6ad451b521
child 18253 4323a5fe8bc4
--- a/jdk/src/share/classes/java/lang/Class.java	Thu Jun 06 14:10:44 2013 +0100
+++ b/jdk/src/share/classes/java/lang/Class.java	Thu Jun 06 09:51:17 2013 -0400
@@ -2212,14 +2212,6 @@
      */
     private native java.security.ProtectionDomain getProtectionDomain0();
 
-
-    /**
-     * Set the ProtectionDomain for this class. Called by
-     * ClassLoader.defineClass.
-     */
-    native void setProtectionDomain0(java.security.ProtectionDomain pd);
-
-
     /*
      * Return the Virtual Machine's Class object for the named
      * primitive type.