Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77192 invoked from network); 24 Oct 2007 10:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 10:58:13 -0000 Received: (qmail 70237 invoked by uid 500); 24 Oct 2007 10:58:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 70216 invoked by uid 500); 24 Oct 2007 10:58:00 -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 70201 invoked by uid 99); 24 Oct 2007 10:58:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 03:58:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 24 Oct 2007 10:58:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0423714201 for ; Wed, 24 Oct 2007 03:57:50 -0700 (PDT) Message-ID: <30591993.1193223470646.JavaMail.jira@brutus> Date: Wed, 24 Oct 2007 03:57:50 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4786) [drlvm][jit][opt] EHWA crashes on em64t/server_static In-Reply-To: <26182139.1189687053195.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 [ https://issues.apache.org/jira/browse/HARMONY-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov updated HARMONY-4786: ------------------------------------ Attachment: gcpoints.diff The fix contains refactoring of interior pointers to static fields support in GCMap in Jitrino.OPT. Now both IA32 and EM64T version works identically. > [drlvm][jit][opt] EHWA crashes on em64t/server_static > ----------------------------------------------------- > > Key: HARMONY-4786 > URL: https://issues.apache.org/jira/browse/HARMONY-4786 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: SLES9 x86_64 release > Reporter: Alexey Varlamov > Assignee: Mikhail Fursov > Attachments: gcpoints.diff > > > > sh build.sh -DBUILD_CFG=release -Dtest.mode=jit -Dtest.vmargs="-Xem:server_static" ehwa.test > [java] SIGSEGV in VM code. > [java] Stack trace: > [java] 0: Jitrino::Ia32::GCSafePointsInfo::updatePairsOnInst(Jitrino::Ia32::Inst*, Jitrino::StlVector >&) (??:-1) > [java] 1: ?? (0x32a58d > [java] :-1) > [java] 2: ?? (0x329493 > [java] :-1) > [java] 3: Jitrino::Ia32::GCSafePointsInfo::calculateMPtrs() (??:-1) > [java] 4: ?? (0x2d6675 > [java] :-1) > [java] 5: Jitrino::Ia32::GCSafePointsInfo::_calculate() (??:-1) > [java] 6: Jitrino::Ia32::GCSafePointsInfo::GCSafePointsInfo(Jitrino::MemoryManager&, Jitrino::Ia32::IRManager&, Jitrino::Ia32::GCSafePointsInfo::Mode) (??:-1) > [java] 7: Jitrino::Ia32::GCPointsBaseLiveRangeFixer::runImpl() (??:-1) > [java] 8: Jitrino::Ia32::BBPollingTransformer::runImpl() (??:-1) > [java] 9: ?? (??:-1) > [java] 10: org/eclipse/osgi/framework/internal/core/BundleContextImpl.dispatchEvent(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;)V (BundleContextImpl.java:-1) > [java] 11: org/eclipse/osgi/framework/eventmgr/EventManager.dispatchEvent([Lorg/eclipse/osgi/framework/eventmgr/EventListeners$ListElement;Lorg/eclipse/osgi/framework/eventmgr/EventDispatcher;ILjava/lang/Object;)V (EventManager.java:-1) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.