diff options
| author | Brian Jones <cbj@gnu.org> | 1999-12-10 14:42:01 +0000 |
|---|---|---|
| committer | Brian Jones <cbj@gnu.org> | 1999-12-10 14:42:01 +0000 |
| commit | a000abb6b71ade8a86efdb370046e4266bd83b31 (patch) | |
| tree | 37a08df57056a0880c1e9d1bebce55e91035c5cd /vm/reference/java/lang/Class.java | |
| parent | f3b41afe1c3f18f589fc12bc17a8e035e6b968a8 (diff) | |
| download | classpath-a000abb6b71ade8a86efdb370046e4266bd83b31.tar.gz | |
changing Class.getPrimitiveClass back to VMClassLoader.getPrimitiveClass, thanks John
Diffstat (limited to 'vm/reference/java/lang/Class.java')
| -rwxr-xr-x | vm/reference/java/lang/Class.java | 9 |
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); } |
