[Bug java/16899] Gcj does not produce working executables for big endian ARMs
mckinlay at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Aug 17 15:43:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list