On 9/8/11 4:08 AM, Konstantin Tokarev wrote: > > 08.09.2011, 05:26, "Kurt Miller": > >>> 3) Does anybody have OpenJDK image for Mac/PPC newer than [5]? In [5] >>> Zero is failng too much: it cannot run Java 5 application which runs fine >>> of Apple JVM, and it cannot be used as bootstrap VM. >>> >>> [5] >>> http://landonf.bikemonkey.org/static/soylatte/bsd-dist/openjdk7_darwin/openjdk7-macppc-2009-12-16-b4.tar.bz2 >> I have some debug builds from February here: >> >> http://www.intricatesoftware.com/OpenJDK/macppc/ >> > Is it capable of self-hosting? >
It was at the time and should be ok for now too. The problem with self bootstrapping has been caused by the langtools check for when to build stub files. The following change should resolve that problem: http://hg.openjdk.java.net/bsd-port/bsd-port/langtools/rev/23aadf169f08 -Kurt