You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/04/25 15:04:15 UTC

[jira] Closed: (HARMONY-3754) [drlvm] Annoying output from drlvm when Array.newInstance(Class, int[]) is invoked.

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

Alexey Varlamov closed HARMONY-3754.
------------------------------------


> [drlvm] Annoying output from drlvm when Array.newInstance(Class, int[]) is invoked. 
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3754
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3754
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Andrew Zhang
>         Assigned To: Alexey Varlamov
>
> Hi,
> There will be some debug output in the console if running following test against DRLVM.
>       public void test() throws Exception {
> 		String[][] array = (String[][]) Array.newInstance(String.class, new int[] { 1, 2 });
> 		assertEquals(1,array.length);
> 		assertEquals(2,array[0].length);
> 	}
> Best regards,
> Andrew

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