[ https://issues.apache.org/jira/browse/HARMONY-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Cornwall updated HARMONY-6067:
-------------------------------------
Attachment: WideStore.ccode.decompiled
WideStore.ccode.source
WideStore.ccode.source is the source file, which is compiled with VMTT. WideStore.ccode.decompiled
is the result of running that file through vmtt -Easm.
Note line 121-122:
121,122c121,122
< 3: wide istore 2
< 7: wide iload 2
---
> 3: wide istore 2
> 7: wide istore 2
> [drlvm][testing] VMTT decompiles wide iload as wide istore
> ----------------------------------------------------------
>
> Key: HARMONY-6067
> URL: https://issues.apache.org/jira/browse/HARMONY-6067
> Project: Harmony
> Issue Type: Bug
> Affects Versions: 5.0M8
> Reporter: Andrew Cornwall
> Attachments: WideStore.ccode.decompiled, WideStore.ccode.source
>
>
> If you have a class that does wide istore, VMTT will generate the code for it correctly.
However, if you decompile the class, you will find the wide istore is displayed as wide iload.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|