This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Revised patch: ClassLoader changes and more


>>>>> "Anthony" == Anthony Green <green@cygnus.com> writes:

Anthony> 	* java/lang/Class.java (forName): New method.
Anthony> 	* java/lang/Class.h (forName): New method.
Anthony> 	* java/lang/natClass.cc (forName): New method.

You wrote forName(String,ClassLoader).
However, 1.2 defines forName(String,boolean,ClassLoader).

Implementing the latter is probably a bit more involved, as you have
to delve into class initialization stuff.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]