This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFA for 4.0: use system class loader
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 23 Apr 2005 01:44:46 -0600
- Subject: Re: Patch: RFA for 4.0: use system class loader
- References: <m3r7hde69e.fsf@localhost.localdomain><4268030A.50101@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> Just a reminder: for now I can't build Kawa on the trunk.
Per> (I just tried, and it took me a little digging to figure out what
Per> was missing.)
Per> Should I enter a bug in bugzilla? I don't believe I have a simple
Per> testcase - but just try building Kawa from CVS head.
I'm hoping to fix this next week, but yeah, file it in bugzilla in
case something comes up. I can make a test case. The problem is that
the main class must be loaded by the system class loader, not the
bootstrap class loader.
Tom