This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: loadClass(String) vs loadClass(String, bool)


>>>>> "Jeroen" == Jeroen Frijters <jeroen@sumatra.nl> writes:

Jeroen> On IKVM ClassLoader.resolveClass() is a no-op and based on
Jeroen> experiments I did when I was trying to understand class
Jeroen> resolving I strongly suspect that it's a no-op on the JDK too.

I thought I had a test showing otherwise, but I resurrected it and,
indeed, resolveClass doesn't seem to do anything discernible.  I'm
going to check in a patch on the trunk that makes ours do nothing as
well.

Tom


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