Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12542 invoked from network); 6 Jun 2007 13:20:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 13:20:47 -0000 Received: (qmail 85932 invoked by uid 500); 6 Jun 2007 13:20:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85832 invoked by uid 500); 6 Jun 2007 13:20:51 -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 85821 invoked by uid 99); 6 Jun 2007 13:20:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 06:20:51 -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, 06 Jun 2007 06:20:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C45047141A6 for ; Wed, 6 Jun 2007 06:20:26 -0700 (PDT) Message-ID: <21677482.1181136026801.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 06:20:26 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4074) [drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][jit][ipf] JIT on IPF does unaligned access to memory in Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long) --------------------------------------------------------------------------------------------------------------------------------------------------------------- Key: HARMONY-4074 URL: https://issues.apache.org/jira/browse/HARMONY-4074 Project: Harmony Issue Type: Bug Reporter: Gregory Shimansky Priority: Minor When running some of the smoke tests on IPF in default JIT mode Linux reports unaligned access (at IP 0x2000000007575aa0 for me). I've disassembled this address: 0x2000000007575aa0 <_ZN7Jitrino3IPF16RuntimeInterface13findSafePointEPhjy+320>:[MMI] ld8 r14=[r14];; After C++ demangling the function name looks like Jitrino::IPF::RuntimeInterface::findSafePoint(unsigned char*, unsigned int, unsigned long long) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.