Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 70749 invoked from network); 2 Feb 2007 10:55:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 10:55:27 -0000 Received: (qmail 46149 invoked by uid 500); 2 Feb 2007 10:55:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 46118 invoked by uid 500); 2 Feb 2007 10:55:32 -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 46109 invoked by uid 99); 2 Feb 2007 10:55:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 02:55:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 02 Feb 2007 02:55:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA5A671429F for ; Fri, 2 Feb 2007 02:55:05 -0800 (PST) Message-ID: <22988867.1170413705761.JavaMail.jira@brutus> Date: Fri, 2 Feb 2007 02:55:05 -0800 (PST) From: "Elena Semukhina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3110) [drlvm][jit][x86_64] java.lang.reflect.Field.get(Object) returns incorrect value of a float field In-Reply-To: <15030989.1170338945676.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-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Semukhina updated HARMONY-3110: ------------------------------------- Attachment: FloatAntnTest.java FloatAntn.java It seems that this issue causes the failure of kernel test org.apache.harmony.lang.annotation.AllTypesTest as well. I attached another reproducer which should print defaultValue = -2.0 value = 0.0 but prints defaultValue = -2.0 value = 0.0 > [drlvm][jit][x86_64] java.lang.reflect.Field.get(Object) returns incorrect value of a float field > ------------------------------------------------------------------------------------------------- > > Key: HARMONY-3110 > URL: https://issues.apache.org/jira/browse/HARMONY-3110 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: SUSE9 linux x86_64 > Reporter: Elena Semukhina > Attachments: FieldTest.java, FloatAntn.java, FloatAntnTest.java > > > DRLVM kernel test java.lang.reflect.FieldTest fails on linux x86_64 in jet/opt modes while passes in interpreter. > I attached a simple reproducer which prints > 0.555 = 3.689349E19 > while expected printing is > 0.555 = 0.555 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.