This is the mail archive of the java@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: Really Horrible GCJ 4.1 Classloading Bug Discovered


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.


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