classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Class.forName() bug


From: Jeroen Frijters
Subject: Class.forName() bug
Date: Tue, 7 Jan 2003 15:36:13 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]