classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] RFC: RMI Class loader fix


From: Jeroen Frijters
Subject: [cp-patches] RFC: RMI Class loader fix
Date: Mon, 25 Jul 2005 14:52:01 +0200

Hi,

I'm not an RMI person, but an IKVM user ran into an RMI problem that I
think is caused by a problem in the RMI class loader that the attached
patch should fix.

Please comment.

Regards,
Jeroen

        * java/rmi/server/RMIClassLoader.java
        (loadClass(String, String)): Use Class.forName() instead of
        directly calling ClassLoader.loadClass(), to handle array
        types correctly.

Attachment: rmi.patch.txt
Description: rmi.patch.txt


reply via email to

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