Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 27386 invoked from network); 27 Oct 2006 13:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2006 13:13:24 -0000 Received: (qmail 92254 invoked by uid 500); 27 Oct 2006 13:13:34 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 92232 invoked by uid 500); 27 Oct 2006 13:13:34 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 92219 invoked by uid 99); 27 Oct 2006 13:13:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 06:13:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 06:13:22 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9221D7142CE for ; Fri, 27 Oct 2006 06:12:19 -0700 (PDT) Message-ID: <1474715.1161954739596.JavaMail.root@brutus> Date: Fri, 27 Oct 2006 06:12:19 -0700 (PDT) From: "Sergey Dmitriev (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1989) [classlib] initial port to IPF In-Reply-To: <28461674.1161954617782.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-1989?page=all ] Sergey Dmitriev updated HARMONY-1989: ------------------------------------- Attachment: 1989.patch classlib] initial port to IPF: corresponding patch. > [classlib] initial port to IPF > ------------------------------ > > Key: HARMONY-1989 > URL: http://issues.apache.org/jira/browse/HARMONY-1989 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: Linux, IPF > Reporter: Sergey Dmitriev > Attachments: 1989.patch > > > The patch is based on EM64T patch (1005 JIRA issue). > Two major platform-dependant things has been fixed with respect to this. > - HYTHR > some fake functions have been added since DRLVM has its own hythr: > modules\portlib\src\main\native\thread\linux\ia64\thrhelp.c > modules\portlib\src\main\native\thread\linux\ia64\thrspinlock.c > - SIGNAL > IPF support for signal yet. The code is just compilable. > modules/portlib/src/main/native/port/linux/hysignal.c > Some notes, at least what I know about: > You have to have the liblcms.a, libpng.a and libjpeg.a at /usr/lib/. > And please remember that you have to have the IPF JDK 1.5. > At this time the built stub deploy/jdk/jre/bin/java does not work. Fails with segmentation fault. > The build process is the same (no special -D keys are needed): > ant fetch-depends > ant -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira