You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Cornwall (JIRA)" <ji...@apache.org> on 2009/05/19 02:46:46 UTC

[jira] Closed: (HARMONY-6104) [dvrlm][testing][vmtt] VMTT renders multianewarray incorrectly

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

Andrew Cornwall closed HARMONY-6104.
------------------------------------


Patch was applied as expected. Thanks!

> [dvrlm][testing][vmtt] VMTT renders multianewarray incorrectly
> --------------------------------------------------------------
>
>                 Key: HARMONY-6104
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6104
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M8
>         Environment: All VMTT
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>            Priority: Minor
>             Fix For: 5.0M10
>
>         Attachments: multianewarray-comment.patch
>
>
> When displaying the multianewarray instruction, VMTT will display it in a manner which is not able to be compiled:
> 5:	multianewarray #11  // "[[Ljava/lang/Object;" 2  
> The second argument (2) should come before the comment:
> 5:	multianewarray #11 2  // "[[Ljava/lang/Object;"

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