From Dalibor.Topic at Sun.COM Thu Oct 15 06:54:35 2009 From: Dalibor.Topic at Sun.COM (Dalibor Topic) Date: Thu, 15 Oct 2009 15:54:35 +0200 Subject: OpenJDK for AIX? In-Reply-To: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> References: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> Message-ID: <4AD7299B.2040901@sun.com> K?rber Erik wrote: > Hi, > > > > Does anyone know if there are/have been any activities to port OpenJDK > to AIX? Hi Erik, not yet, afaik - but after Zero has been pushed upstream into Hotspot, it should be much easier to get OpenJDK with the Zero interpreter backend up and running for someone wanting to do that. cheers, dalibor topic -- ******************************************************************* Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55 http://openjdk.java.net D-20097 Hamburg mailto:Dalibor.Topic at sun.com Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten Amtsgericht M?nchen: HRB 161028 Gesch?ftsf?hrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel Vorsitzender des Aufsichtsrates: Martin H?ring From Christian.Thalinger at Sun.COM Thu Oct 15 07:32:52 2009 From: Christian.Thalinger at Sun.COM (Christian Thalinger) Date: Thu, 15 Oct 2009 16:32:52 +0200 Subject: OpenJDK for AIX? In-Reply-To: <4AD7299B.2040901@sun.com> References: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> <4AD7299B.2040901@sun.com> Message-ID: <1255617172.795.97.camel@macbook> On Thu, 2009-10-15 at 15:54 +0200, Dalibor Topic wrote: > K?rber Erik wrote: > > Hi, > > > > > > > > Does anyone know if there are/have been any activities to port OpenJDK > > to AIX? > > Hi Erik, > > not yet, afaik - but after Zero has been pushed upstream into > Hotspot, it should be much easier to get OpenJDK with the Zero > interpreter backend up and running for someone wanting to do that. Zero HotSpot stuff has been pushed on Tuesday and the build stuff today. Go ahead! :-) -- Christian From gnu_andrew at member.fsf.org Thu Oct 15 08:30:43 2009 From: gnu_andrew at member.fsf.org (Andrew John Hughes) Date: Thu, 15 Oct 2009 16:30:43 +0100 Subject: OpenJDK for AIX? In-Reply-To: <1255617172.795.97.camel@macbook> References: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> <4AD7299B.2040901@sun.com> <1255617172.795.97.camel@macbook> Message-ID: <17c6771e0910150830t7822396bkc06b9f8d1bc0f911@mail.gmail.com> 2009/10/15 Christian Thalinger : > On Thu, 2009-10-15 at 15:54 +0200, Dalibor Topic wrote: >> K?rber Erik wrote: >> > Hi, >> > >> > >> > >> > Does anyone know if there are/have been any activities to port OpenJDK >> > to AIX? >> >> Hi Erik, >> >> not yet, afaik - but after Zero has been pushed upstream into >> Hotspot, it should be much easier to get OpenJDK with the Zero >> interpreter backend up and running for someone wanting to do that. > > Zero HotSpot stuff has been pushed on Tuesday and the build stuff today. > Go ahead! :-) > > -- Christian > > They are still in separate forests, so you need to either manually merge the two (hotspot-comp and build) or use the IcedTea forest: http://hg.openjdk.java.net/icedtea/jdk7 until both are promoted. Happy hacking! -- Andrew :-) Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) Support Free Java! Contribute to GNU Classpath and the OpenJDK http://www.gnu.org/software/classpath http://openjdk.java.net PGP Key: 94EFD9D8 (http://subkeys.pgp.net) Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8 From gbenson at redhat.com Thu Oct 15 08:51:01 2009 From: gbenson at redhat.com (Gary Benson) Date: Thu, 15 Oct 2009 16:51:01 +0100 Subject: OpenJDK for AIX? In-Reply-To: <17c6771e0910150830t7822396bkc06b9f8d1bc0f911@mail.gmail.com> References: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> <4AD7299B.2040901@sun.com> <1255617172.795.97.camel@macbook> <17c6771e0910150830t7822396bkc06b9f8d1bc0f911@mail.gmail.com> Message-ID: <20091015155101.GK3556@redhat.com> Andrew John Hughes wrote: > 2009/10/15 Christian Thalinger : > > On Thu, 2009-10-15 at 15:54 +0200, Dalibor Topic wrote: > > > K?rber Erik wrote: > > > > Does anyone know if there are/have been any activities to port > > > > OpenJDK to AIX? > > > > > > not yet, afaik - but after Zero has been pushed upstream into > > > Hotspot, it should be much easier to get OpenJDK with the Zero > > > interpreter backend up and running for someone wanting to do > > > that. > > > > Zero HotSpot stuff has been pushed on Tuesday and the build stuff > > today. Go ahead! :-) > > They are still in separate forests, so you need to either manually > merge the two (hotspot-comp and build) or use the IcedTea forest: > http://hg.openjdk.java.net/icedtea/jdk7 > until both are promoted. > > Happy hacking! So I wrote some instructions about how to port Zero to BSD a while back: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-January/004543.html Though BSD is easier as all the hotspot/src/os/bsd stuff has already been done... Cheers, Gary -- http://gbenson.net/ From Dalibor.Topic at Sun.COM Thu Oct 15 09:22:32 2009 From: Dalibor.Topic at Sun.COM (Dalibor Topic) Date: Thu, 15 Oct 2009 18:22:32 +0200 Subject: OpenJDK for AIX? In-Reply-To: <20091015155101.GK3556@redhat.com> References: <8721F0F9B0109947A0DD64B7E44D83C11C65A55BFB@SVSMSG007.svservices.local> <4AD7299B.2040901@sun.com> <1255617172.795.97.camel@macbook> <17c6771e0910150830t7822396bkc06b9f8d1bc0f911@mail.gmail.com> <20091015155101.GK3556@redhat.com> Message-ID: <4AD74C48.6050703@sun.com> Gary Benson wrote: > So I wrote some instructions about how to port Zero to BSD a while back: > > http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-January/004543.html > > Though BSD is easier as all the hotspot/src/os/bsd stuff has already > been done... > Yeah - I expect that Michael Franz will have an easier time getting zero to work on ppc-darwin once the build and hotspot repositories have propagated into a JDK 7 build, and have been merged into the bsd port by the respective porters. Interesting times ahead! cheers, dalibor topic -- ******************************************************************* Dalibor Topic Tel: (+49 40) 23 646 738 Java F/OSS Ambassador AIM: robiladonaim Sun Microsystems GmbH Mobile: (+49 177) 2664 192 Nagelsweg 55 http://openjdk.java.net D-20097 Hamburg mailto:Dalibor.Topic at sun.com Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten Amtsgericht M?nchen: HRB 161028 Gesch?ftsf?hrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel Vorsitzender des Aufsichtsrates: Martin H?ring