You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org> on 2007/03/23 12:40:32 UTC

[jira] Commented: (HARMONY-3110) [drlvm][jit][x86_64] java.lang.reflect.Field.get(Object) returns incorrect value of a float field

    [ https://issues.apache.org/jira/browse/HARMONY-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483539 ] 

Pavel Ozhdikhin commented on HARMONY-3110:
------------------------------------------

Please wipe the commented lines from the patch when committing this.

> [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.