Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 98073 invoked from network); 23 Nov 2006 12:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 12:40:37 -0000 Received: (qmail 16806 invoked by uid 500); 23 Nov 2006 12:40:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 16789 invoked by uid 500); 23 Nov 2006 12:40:46 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 16780 invoked by uid 99); 23 Nov 2006 12:40:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 04:40:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 04:40:36 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B5CC7142C3 for ; Thu, 23 Nov 2006 04:40:16 -0800 (PST) Message-ID: <28801767.1164285616237.JavaMail.jira@brutus> Date: Thu, 23 Nov 2006 04:40:16 -0800 (PST) From: "Mikhail Loenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-1989) [classlib] initial port to IPF 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 ] Mikhail Loenko closed HARMONY-1989. ----------------------------------- > [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 > Assigned To: Mikhail Loenko > Attachments: 1989.patch, 1989_2.patch, 1989_3.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 folowing: > 1. checkout classlib under IPF environment > 2. apply 1989_patch > 3. create depends/libs/linux.ia64 directory > 4. build and copy ICU libs to depends/libs/linux.ia64/ > 5. run ant fetch-depends > 6. run ant > Note: no special -D keys to determine the arch are needed -- 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