Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 60623 invoked from network); 23 Mar 2007 09:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 09:44:49 -0000 Received: (qmail 53636 invoked by uid 500); 23 Mar 2007 09:44:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53535 invoked by uid 500); 23 Mar 2007 09:44:56 -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 53526 invoked by uid 99); 23 Mar 2007 09:44:56 -0000 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, 23 Mar 2007 02:44:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 610BD714071 for ; Fri, 23 Mar 2007 02:43:32 -0700 (PDT) Message-ID: <18710728.1174643012392.JavaMail.jira@brutus> Date: Fri, 23 Mar 2007 02:43:32 -0700 (PDT) From: "Igor V Chebykin (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 ] Igor V Chebykin updated HARMONY-3110: ------------------------------------- Attachment: H3110-fix.patch The fix is submitted: H3110-fix.patch > [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 > Assigned To: Alexey Varlamov > Attachments: FieldTest.java, FloatAntn.java, FloatAntnTest.java, H3110-fix.patch, H3110-regtest.patch > > > 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.