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

[jira] Updated: (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:all-tabpanel ]

Igor V Chebykin updated HARMONY-3110:
-------------------------------------

    Attachment: H3110-regtest.patch

The regression test added:
H3110-regtest.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-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.