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/04/28 10:32:15 UTC

[jira] Closed: (HARMONY-3780) [drlvm][jit][jet] VMMagic test fails in JET on Address.fromIntZeroExtend operation.

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

Mikhail Fursov closed HARMONY-3780.
-----------------------------------

    Resolution: Won't Fix

Closing, this problem is a part of HARMONY-3784

> [drlvm][jit][jet] VMMagic test fails in JET on Address.fromIntZeroExtend operation.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-3780
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3780
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: jet.fix
>
>
> The test below fails with assertion when run with JET
>         Address a = Address.fromIntZeroExtend(-1);
>         long val = a.toLong();
>         if (val == -1) {
>             System.out.println("PASSED");
>         } else {
>             System.out.println("FAILED");
>         }
> Reason:
> Invalid order of types listed in 
>     static size_t sizes[] =  { 
>         1, //i8,
>         2, //i16, 
>         2, //u16,
>         8, //i64,
>         4, //i32,
> array.
> This issue does not affect any scenarios we have today.

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