So that’s 32- and 64-bit x86, and 32-bit PowerPC known to work, sweet :)
Mhm, I didn’t think that this would be a problem anyway. I built IcedTea6-1.5 with shark enabled 2 weeks ago myself, using 1.4.1 with shark enabled.
Yet the platform isn’t new, this also was on PPC32 using LLVM-2.4.
Great news, but…No new news? ;)
I’ve mostly been working on getting Zero into upstream OpenJDK. Lots of rearranging things, not exactly exciting news ;)
Gary, this keep working like a charm, I did a successful PPC shark against shark build during last night as well!
[grottan@PowerBookG4 icedtea6]$ ./autogen.sh ; ./configure –enable-zero –enable-shark LLVM_CONFIG=/home/grottan/llvm-2.5/Release/bin/llvm-config ; make clean ; make
… 7 hours later …
IcedTea is served: openjdk/build/linux-ppc
mkdir -p stamps
touch stamps/icedtea.stamp
printf — ‘-cacao ERROR\n’ >> openjdk/build/linux-ppc/j2sdk-image/jre/lib/ppc/jvm.cfg
touch stamps/add-cacao.stamp
printf — ‘-zero ERROR\n’ >> openjdk/build/linux-ppc/j2sdk-image/jre/lib/ppc/jvm.cfg
touch stamps/add-zero.stamp
[grottan@PowerBookG4 icedtea6]$ openjdk/build/linux-ppc/j2sdk-image/bin/java -version
java version “1.6.0_0”
OpenJDK Runtime Environment (IcedTea6 1.5-r0b4d2e77cf97) (build 1.6.0_0-b16)
OpenJDK Shark VM (build 14.0-b15, mixed mode)
[grottan@PowerBookG4 icedtea6]$
So that’s 32- and 64-bit x86, and 32-bit PowerPC known to work, sweet :)
Mhm, I didn’t think that this would be a problem anyway. I built IcedTea6-1.5 with shark enabled 2 weeks ago myself, using 1.4.1 with shark enabled.
Yet the platform isn’t new, this also was on PPC32 using LLVM-2.4.
Great news, but…No new news? ;)
I’ve mostly been working on getting Zero into upstream OpenJDK. Lots of rearranging things, not exactly exciting news ;)
Hey that’s some good news !! ;)