Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91859 invoked from network); 25 Apr 2007 06:20:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 06:20:37 -0000 Received: (qmail 15988 invoked by uid 500); 25 Apr 2007 06:20:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15833 invoked by uid 500); 25 Apr 2007 06:20:43 -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 15803 invoked by uid 99); 25 Apr 2007 06:20:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 23:20:43 -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; Tue, 24 Apr 2007 23:20:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7ECC9714046 for ; Tue, 24 Apr 2007 23:20:15 -0700 (PDT) Message-ID: <9854773.1177482015516.JavaMail.jira@brutus> Date: Tue, 24 Apr 2007 23:20:15 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3738) [drlvm][jit][vmmagic] I8Lowerer does not eliminate all I8PseudoInsts when address arithmetic with vmmagics is used. In-Reply-To: <7350867.1177399995448.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-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491529 ] Alexey Varlamov commented on HARMONY-3738: ------------------------------------------ Mikhail, I tweaked build to include vmmagic.jar to compilation classpath, please try r532214 > [drlvm][jit][vmmagic] I8Lowerer does not eliminate all I8PseudoInsts when address arithmetic with vmmagics is used. > -------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3738 > URL: https://issues.apache.org/jira/browse/HARMONY-3738 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Priority: Minor > > I tried to improve GCMap checking capabilities for managed<-> unmanaged pointers conversion and found that this simple test fails when run with Jitrino.OPT. > I8Lowerer is not able to process pattern produced by this test. > This bug is not critical and does not affect any scenarios I know. > ------------------ > import org.vmmagic.unboxed.*; > public class Test { > static Address a; > static long val; > public static void main(String[] args) { > a = Address.fromLong(1L); > val = a.toLong(); > } > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.