On Fri, 2008-11-21 at 19:25 +0000, Andrew John Hughes wrote: > 2008/11/21 Kelly O'Hair <[EMAIL PROTECTED]>: > > Sorry, I meant to explicitly call out the 3 "WARNING:" messages. > > The bcopy problem is a separate thing, more serious and needs to be > > fix in OpenJDK sources. Glad to hear that IcedTea has them fixed. > > > > We just remove the offending lines from > openjdk/hotspot/src/share/vm/libadt/port.hpp which works on GNU/Linux > platforms but I'm not sure if anyone has built the result on Solaris.
Yes, I did and it works. I just checked the patch (patches/icedtea-no-bcopy.patch) is in my IcedTea checkout and it was applied. $ openjdk/control/build/solaris-i586/j2sdk-image/bin/java -version java version "1.6.0_0" OpenJDK Runtime Environment (build 1.6.0_0-b12) OpenJDK Server VM (build 1.6.0_0-b12, mixed mode) - Christian