Hi,

When Class.forName() is called with an array classname (e.g. "[LFoo;"), it
calls classloader.loadClass() with the same string, but this isn't correct.
It should instead load "Foo" and then call a VM native method that
constructs the array class.

Regards,
Jeroen



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to