This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/16899] Gcj does not produce working executables for big endian ARMs
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 17 Aug 2004 15:43:42 -0000
- Subject: [Bug java/16899] Gcj does not produce working executables for big endian ARMs
- References: <20040806144324.16899.jari.korva@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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