Really Horrible GCJ 4.1 Classloading Bug Discovered

Andrew Haley aph@redhat.com
Wed Dec 14 17:18:00 GMT 2005


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.



More information about the Java mailing list