classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: RMI Class loader fix


From: Andrew Haley
Subject: Re: [cp-patches] RFC: RMI Class loader fix
Date: Tue, 26 Jul 2005 10:17:14 +0100

Tom Tromey writes:
 > >>>>> "Jeroen" == Jeroen Frijters <address@hidden> 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.





reply via email to

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