Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 82945 invoked from network); 9 Aug 2006 10:01:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 10:01:03 -0000 Received: (qmail 22105 invoked by uid 500); 9 Aug 2006 10:01:02 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 22076 invoked by uid 500); 9 Aug 2006 10:01:01 -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 22021 invoked by uid 99); 9 Aug 2006 10:01:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:01:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:00:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8870B7141F5 for ; Wed, 9 Aug 2006 09:58:15 +0000 (GMT) Message-ID: <4181999.1155117495556.JavaMail.jira@brutus> Date: Wed, 9 Aug 2006 02:58:15 -0700 (PDT) From: "Mikhail Loenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Resolved: (HARMONY-1005) [classlib] initial port to x86_64 platform In-Reply-To: <26998959.1154079733999.JavaMail.jira@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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1005?page=all ] Mikhail Loenko resolved HARMONY-1005. ------------------------------------- Resolution: Fixed Applied in revision 430015 Marina, please check if it works as expected > [classlib] initial port to x86_64 platform > ------------------------------------------ > > Key: HARMONY-1005 > URL: http://issues.apache.org/jira/browse/HARMONY-1005 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: Linux, X86_64 > Reporter: Marina V. Goldburt > Assigned To: Mikhail Loenko > Attachments: classlib_em64t_patch.txt, drlvm_port_patch.txt > > > the classlib_em64t_patch.txt patch allows the classlib to be compiled and run under Linux/x86_64 platform. > the drlvm_port_patch.txt was done only for testing purposes, it allows the DRLVM to be compiled and run Linux/x86_64 platform in the interpreter mode. > to test the patch: > 1. checkout classlib under Linux/x86_64 environment > 2. apply patch classlib_em64t_patch.txt > 3. create depends/libs/linux.x86_64 directory > 4. build and copy there x86_64 version of icu* libraries > 5. download dependencies > 6. build classlib: ant -Dos.arch=x86_64 > Note: setting os.arch manually is necessary as Ant doesn't set os.arch correctly > 7. checkout DRLVM > 8. apply patch drlvm_port_patch.txt > 9. change remote.ECLIPSE.location in the build/make/lnx.properties to point it to the x86_64 eclipse build > or set ECLIPSE_HOME to the appropriate location > 10. build DRLVM > 11. Run eclipse.sh script under deploy/jre/bin directory to test the build. > As jitrino doesn't support x86_64 platform, use java -Xint to test it. -- 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