FAQ Update
Bryce McKinlay
bryce@albatross.co.nz
Wed Nov 3 23:27:00 GMT 1999
Jeff Sturm wrote:
> I'm working with the CVS trunk for now, with various patches applied... I
> can compile libgcj with -O2, almost (jc1 dumps core on MessageFormat.java
> and Vector.java).
I get this too. Perhaps you could file a PR? Also, there is a possible nasty
CNI problem - when attempting to build libgcj with -O2, the linker gets a bunch of
messages like:
.libs/libgcj.so: undefined reference to
`java::net::InetAddress::checkConnect(java::lang::String *)'
private static methods are being optimized away or inlined by the compiler, and thus
unable to be called from within the classes own native counterpart!
regards
[ bryce ]
More information about the Java
mailing list