On 4/25/07, Alexey Petrenko <[EMAIL PROTECTED]> wrote:
Could you please file a JIRA?
Sure, https://issues.apache.org/jira/browse/HARMONY-3754
SY, Alexey
2007/4/25, Andrew Zhang <[EMAIL PROTECTED]>:
> Hi,
>
> There're some annoying output from drlvm when Array.newInstace
(Class,int[])
> is invoked. Running following code would print "[Ljava/lang/String;" to
the
> console. Would anyone like to fix that? Thanks!
>
> 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 Zhang
>
--
Best regards,
Andrew Zhang