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/03/12 13:56:09 UTC

[jira] Commented: (HARMONY-3365) [drlvm][win64] Double.doubleToLongBits(double) produces incorrect results.

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

Mikhail Fursov commented on HARMONY-3365:
-----------------------------------------

Just checked that Linix EM64T build is not affected by this issue.

> [drlvm][win64] Double.doubleToLongBits(double) produces incorrect results.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-3365
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3365
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>            Priority: Critical
>
> While debugging DRLVM on WIN64 platform I've found that Double.doubleToLongBits(double) method produces incorect results and prevents some benchmarks to pass.
> Here is the test:
>     public static void main(String[] args) {
>         System.out.println(Double.doubleToLongBits(1));
>     }
> RI prints:
> 4607182418800017408
> Harmony (both JET and OPT)
> -3689348814741910324
> I think the cause is a problem in native stubs and calling conventions on windows in DRLVM.

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