This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FAQ Update


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]