You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/08/15 09:55:32 UTC

[jira] Assigned: (HARMONY-2726) [drlvm][jit][opt]Bitwise double and float notion works incorrectly

     [ https://issues.apache.org/jira/browse/HARMONY-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov reassigned HARMONY-2726:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit][opt]Bitwise double and float notion works incorrectly
> ------------------------------------------------------------------
>
>                 Key: HARMONY-2726
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2726
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Nikolay Sidelnikov
>            Assignee: Mikhail Fursov
>            Priority: Minor
>         Attachments: test.java
>
>
> double and float arithmetic instructions (dadd, dsub, dneg, ddiv, dmul, fadd, 
> fsub, fneg, fdiv, fmul) return incorrect results when icl compiler is used.
> It is occurs when double and float parameters were created from long and 
> integer values respectively using Double.longBitsToDouble(long) and 
> Float.intBitsToFloat(int) methods.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.