You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "midstar (JIRA)" <ji...@apache.org> on 2008/01/27 13:56:34 UTC

[jira] Updated: (HARMONY-5432) about types

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

midstar updated HARMONY-5432:
-----------------------------

    Attachment: a.java

> about types
> -----------
>
>                 Key: HARMONY-5432
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5432
>             Project: Harmony
>          Issue Type: Test
>         Environment: Harmony-545368 , Harmony-608801
>            Reporter: midstar
>         Attachments: a.java
>
>
> Hi,all! I have run the attached program a.java using opt.emconf in both version 545368 and version 608801,and dumped the HIR insts in both versions.The attached 545368_dump_main.txt and 608801_dump_main.txt are for the HIR insts of method a::main in the version 545255 and version 608307 respectively.And I found some differences.
> The fraction of 608307_dump_main.txt is as below:
> I17:call      a::work(t3) ((t9,t10)) -) t11:cls:.Unresolved  bcmap:20 
> and the fraction of 545255_dump_main.txt is as below:
> I17:call      a::work(t3) ((t9,t10)) -) t11:cls:man 
> why the differences exist and why t11 is unresolved in the new version? when it would be resolved?How can I get it?
> Thanks very much!
>   

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