Tom Tromey writes:
 > >>>>> "Jeroen" == Jeroen Frijters <[EMAIL PROTECTED]> writes:
 > 
 > Jeroen>      * java/rmi/server/RMIClassLoader.java
 > Jeroen>      (loadClass(String, String)): Use Class.forName() instead of
 > Jeroen>      directly calling ClassLoader.loadClass(), to handle array
 > Jeroen>      types correctly.
 > 
 > Andrew, didn't we run into code that expected ClassLoader.loadClass
 > to handle array signatures?

Yes, we did.  This is what the other runtimes I tried do, and it
should be fixed in ClassLoader.loadClass() in order to be compatible.

Andrew.



_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to