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/25 09:59:15 UTC

[jira] Updated: (HARMONY-3738) [drlvm][jit][vmmagic] I8Lowerer does not eliminate all I8PseudoInsts when address arithmetic with vmmagics is used.

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

Mikhail Fursov updated HARMONY-3738:
------------------------------------

    Patch Info: [Patch Available]

> [drlvm][jit][vmmagic] I8Lowerer does not eliminate all I8PseudoInsts when  address arithmetic with vmmagics is used.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3738
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3738
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>            Priority: Minor
>         Attachments: i8.diff
>
>
> I tried to improve GCMap checking capabilities for managed<-> unmanaged pointers conversion and found that this simple test fails when run with Jitrino.OPT.
> I8Lowerer is not able to process pattern produced by this test.
> This bug is not critical and does not affect any scenarios I know.
> ------------------
> import org.vmmagic.unboxed.*;
> public class Test {
>     static Address a;
>     static long val;
>     public static void main(String[] args) {
>         a = Address.fromLong(1L);
>         val = a.toLong();
>     }
> }

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