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:
parent
2a7f63c436
commit
7026707d15
3 changed files with 19 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue