This is the mail archive of the java-patches@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: Patch: RFA for 4.0: use system class loader


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/


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