Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 79864 invoked from network); 3 Nov 2008 18:31:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 18:31:40 -0000 Received: (qmail 70933 invoked by uid 500); 3 Nov 2008 18:31:45 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 70900 invoked by uid 500); 3 Nov 2008 18:31:45 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 70886 invoked by uid 99); 3 Nov 2008 18:31:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 10:31:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pmcfirst@gmail.com designates 64.233.170.184 as permitted sender) Received: from [64.233.170.184] (HELO rn-out-0910.google.com) (64.233.170.184) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 18:30:30 +0000 Received: by rn-out-0910.google.com with SMTP id k57so1983274rnd.13 for ; Mon, 03 Nov 2008 10:31:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sUX3Pq/Q6I4tPz1iuzV60EBCB6IkZTXv/ZmHsRp1GiI=; b=p+PL19cUs1SoP5pwIdUVNu24kx+7TLBeeUBnGtHggariMy8fJWp07XYBA1SPTiB9eT NEF9ND4nYuaUK7Wpko1/QVeeRohMxUR5WVzvTzB4eBKb/BA0tzY+dzYlrz48WvodkQKE AeScaJ+gmNXWOyqO3nlD44TaY/ECkmbxhcU88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Dq0M85awjo2luMJBqp5hdf10RuE3T8ktvayWCCWFiXsQRDkR8y5tjEgVeMOlBGgKTz idOocWvcxodinkONsxHOUDY4LyDq2MHgXgZfH+WveRVn2AL5BPPRRnT1B1Rs3OWRRHzY BuJc/M7FxlH6FOcMhAHTFx6eNapWJ/vc/d1hY= Received: by 10.142.253.21 with SMTP id a21mr211957wfi.254.1225737070904; Mon, 03 Nov 2008 10:31:10 -0800 (PST) Received: by 10.142.153.3 with HTTP; Mon, 3 Nov 2008 10:31:10 -0800 (PST) Message-ID: Date: Mon, 3 Nov 2008 21:31:10 +0300 From: "Pavel Pervov" To: dev@harmony.apache.org Subject: Re: [general] Harmony on PowerPC In-Reply-To: <238C6E77EA42504DA038BAEE6D1C11EC3CBA94@zcarhxm0.corp.nortel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <238C6E77EA42504DA038BAEE6D1C11EC3CBA94@zcarhxm0.corp.nortel.com> X-Virus-Checked: Checked by ClamAV on apache.org Hello, Mark, I hope you succeed in porting assembly snippets to PPC, but you'll be able to run the VM only with interpreter as JIT clearly misses code generation for PPC platform. WBR, Pavel. On Mon, Nov 3, 2008 at 6:34 AM, Mark Gertsvolf wrote: > Hello, > > I am trying to run Java application on a PowerPC Linux distro, which is > old - Kernel 2.4.22 and glibc 2.3.2. > I could not use off-the-shelf binary distributions of JVM from Sun or > IBM as I need to build the JVM from source using my toolchain. With help > from this list (Thank you, Tim) I was able to successfully run my Java > application with Harmony on CentOS 5, x86 as an initial proof of > concept. > > I am now trying to build Harmony on PowerPC platform. I have built a few > modules of classlib, but encountered a problem in threads portlib > module, where a number of functions are implemented in assembly language > and the ppc implementation is missing. > Apart from portlib thread module there seem to exist only two more VM > modules with assembly code and PPC specific implementation is missing. > > The "supported platforms" section on the project website indicates that > the PPC port is in progress. > What is the current status of PowerPC porting? Is anybody running > Harmony on PowerPC? > > Thank you in advance, > Mark. > > > > >