-
Bug
-
Resolution: Fixed
-
P3
-
1.0.2, 1.1
-
1.1
-
sparc
-
solaris_2
-
Not verified
It looks like Class.getInterfaces() resolves the interface class names
relative to the class you're call it from (ResolveClassConstant)
instead of relative to the class itself (ResolveClassConstantFromClass).
I'd expect both the superclasses and interfaces of a class would be
loaded using the class loader of the class.
This problem breaks RMI in that the RMI runtime classes are loaded
via CLASSPATH but needs to get the interfaces of classes that have been
loaded via classloader.
relative to the class you're call it from (ResolveClassConstant)
instead of relative to the class itself (ResolveClassConstantFromClass).
I'd expect both the superclasses and interfaces of a class would be
loaded using the class loader of the class.
This problem breaks RMI in that the RMI runtime classes are loaded
via CLASSPATH but needs to get the interfaces of classes that have been
loaded via classloader.