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: Per Bothner <per at bothner dot com>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 21 Apr 2005 12:46:18 -0700
- Subject: Re: Patch: RFA for 4.0: use system class loader
- References: <m3r7hde69e.fsf@localhost.localdomain>
Tom Tromey wrote:
This patch addresses the problem Per is seeing with Kawa.
...
On the trunk we will fix this more correctly, by providing a mechanism
to distinguish between linked-in classes which should be loaded by the
system loader, and classes in libgcj, which should be loaded by the
bootstrap loader.
Just a reminder: for now I can't build Kawa on the trunk.
(I just tried, and it took me a little digging to figure out what
was missing.)
Should I enter a bug in bugzilla? I don't believe I have a simple
testcase - but just try building Kawa from CVS head. (I believe Kawa
should now work with the gcc-4.0 branch,
from Tom Tromey <tromey@redhat.com>
* java/lang/natClassLoader.cc (_Jv_FindClass): Use system loader,
not boot loader.
--
--Per Bothner
per@bothner.com http://per.bothner.com/