summaryrefslogtreecommitdiff
path: root/vm/reference/java/lang/Class.java
diff options
context:
space:
mode:
Diffstat (limited to 'vm/reference/java/lang/Class.java')
-rwxr-xr-xvm/reference/java/lang/Class.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/vm/reference/java/lang/Class.java b/vm/reference/java/lang/Class.java
index 3fe70fee4..81eac149a 100755
--- a/vm/reference/java/lang/Class.java
+++ b/vm/reference/java/lang/Class.java
@@ -441,14 +441,5 @@ public class Class {
*/
public native Field[] getDeclaredFields() throws SecurityException;
- /**
- * Helper for java.lang.Integer, Byte, etc. to get the TYPE class
- * at initialization time. If there are multiple classloaders, this
- * method may be called once per ClassLoader per type.
- *
- * @param type name of the primitive type; i.e. "int", "byte", etc.
- * @return a "bogus" class representing the primitive type.
- */
- final static native Class getPrimitiveClass(String type);
}