On 4/25/07, Alexey Varlamov <[EMAIL PROTECTED]> wrote:
I've fixed this at r532324, thanks for noticing this.
Oh... good. I still use the snapshot from our website to test some exissting
applications. Thanks!
2007/4/25, Alexey Petrenko <[EMAIL PROTECTED]>:
> Could you please file a JIRA?
>
> 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