Class.h (_Jv_Self): New union type.

* java/lang/Class.h (_Jv_Self): New union type.
	(Class): Manipulate vtable pointer via _Jv_Self union. Thanks to
	Jeff Sturm and Fergus Henderson.

	* java/lang/ClassLoader.java: Remove dead code fragment.

From-SVN: r41876
This commit is contained in:
Bryce McKinlay 2001-05-06 13:42:11 +00:00 committed by Bryce McKinlay
parent 2a7f63c436
commit 7026707d15
3 changed files with 19 additions and 7 deletions

View file

@ -91,10 +91,6 @@ public abstract class ClassLoader
return loadClass (name, false);
}
/* findClass implementation for the system classloader.
native Class systemFindClass(String name)
throws java.lang.ClassNotFoundException;
/**
* Loads the class by the given name. The default implementation
* will search for the class in the following order (similar to jdk 1.2)