This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Really Horrible GCJ 4.1 Classloading Bug Discovered
- From: Andrew Haley <aph at redhat dot com>
- To: "Craig A. Vanderborgh" <craigv at voxware dot com>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 14 Dec 2005 17:19:07 +0000
- Subject: Re: Really Horrible GCJ 4.1 Classloading Bug Discovered
- References: <43A052BD.60304@voxware.com>
Craig A. Vanderborgh writes:
>
> But what would happen if the same class were pushed TWICE?
That will only happen if the same library is loaded twice. This is
typically because some forgets to use -Bsymbolic with a BC-compiled
library.
It's best to abort in this case.
Andrew.