This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: loadClass(String) vs loadClass(String, bool)
- From: Tom Tromey <tromey at redhat dot com>
- To: "Jeroen Frijters" <jeroen at sumatra dot nl>
- Cc: "Andrew Haley" <aph at redhat dot com>, <java at gcc dot gnu dot org>
- Date: 19 Apr 2005 16:21:20 -0600
- Subject: Re: loadClass(String) vs loadClass(String, bool)
- References: <D92197D0A6547B44A1567814F851FA680698C6@LEMBU.sumatrasoftware.com>
- Reply-to: tromey at redhat dot com
>>>>> "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