Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16434 invoked from network); 28 Apr 2007 08:32:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Apr 2007 08:32:36 -0000 Received: (qmail 85974 invoked by uid 500); 28 Apr 2007 08:32:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85954 invoked by uid 500); 28 Apr 2007 08:32:42 -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 85945 invoked by uid 99); 28 Apr 2007 08:32:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2007 01:32:42 -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; Sat, 28 Apr 2007 01:32:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 82BAC714076 for ; Sat, 28 Apr 2007 01:32:15 -0700 (PDT) Message-ID: <26029370.1177749135532.JavaMail.jira@brutus> Date: Sat, 28 Apr 2007 01:32:15 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3780) [drlvm][jit][jet] VMMagic test fails in JET on Address.fromIntZeroExtend operation. In-Reply-To: <19089616.1177655415726.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-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov closed HARMONY-3780. ----------------------------------- Resolution: Won't Fix Closing, this problem is a part of HARMONY-3784 > [drlvm][jit][jet] VMMagic test fails in JET on Address.fromIntZeroExtend operation. > ----------------------------------------------------------------------------------- > > Key: HARMONY-3780 > URL: https://issues.apache.org/jira/browse/HARMONY-3780 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Attachments: jet.fix > > > The test below fails with assertion when run with JET > Address a = Address.fromIntZeroExtend(-1); > long val = a.toLong(); > if (val == -1) { > System.out.println("PASSED"); > } else { > System.out.println("FAILED"); > } > Reason: > Invalid order of types listed in > static size_t sizes[] = { > 1, //i8, > 2, //i16, > 2, //u16, > 8, //i64, > 4, //i32, > array. > This issue does not affect any scenarios we have today. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.