From a000abb6b71ade8a86efdb370046e4266bd83b31 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Fri, 10 Dec 1999 14:42:01 +0000 Subject: changing Class.getPrimitiveClass back to VMClassLoader.getPrimitiveClass, thanks John --- vm/reference/java/lang/Class.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'vm/reference/java/lang/Class.java') 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); } -- cgit v1.2.1