This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.endorsed.dirs plan
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 16 Mar 2005 17:29:00 -0700
- Subject: Re: java.endorsed.dirs plan
- References: <m364zz9gey.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
Tom> 6. Handle duplicate class registration.
On reflection I think we don't need to make any change here. Instead,
I think we can just require that a .so that is intended to override
part of the core must be linked with -Bsymbolic. I think this will
avoid the duplicate registration problem altogether.
I've got java.endorsed.dirs basically working now. I'm going to do
some testing tomorrow, but I'll send a preliminary patch to
java-patches for folks to look at.
Tom