This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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-16 18:07 -------
That is strange. Unless your application code installed a security manager,
System.getSecurityManager() should always return null, thus the code you
commented out should never be executed anyway.

The two lines you didn't comment out are a no-op, they have no effect on the
return value.

Could you check to make sure that the System.getSecurityManager() is returning null?

-- 


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]