This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: FAQ Update
- To: Jeff Sturm <jsturm at sigma6 dot com>
- Subject: Re: FAQ Update
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Thu, 04 Nov 1999 20:28:33 +1300
- CC: Bradley Schatz <bradley dot schatz at netali dot com>, java-discuss at sourceware dot cygnus dot com
- References: <Pine.LNX.4.10.9911032305080.797-100000@cc42593-a.taylor1.mi.home.com>
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 ]