This is the mail archive of the java-prs@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]

[Bug java/16899] Gcj does not produce working executables for big endian ARMs


------- Additional Comments From mckinlay at redhat dot com  2004-08-17 15:43 -------
It is ok for ClassLoader.getSystemClassLoader() to return null - Sun's
implementation uses null here to represent the "bootstrap" class loader. It is
wrong for _Jv_FindClass to assume that getSystemClassLoader won't return null.
_Jv_FindClass needs a different way to get the bootstrap class loader.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16899


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