[kaffe] Re: Bug Report: ClassFormatError for java.net.SocketImpl
Hervé Roussain
Herve.Roussain at univ-ubs.fr
Thu Apr 17 01:22:01 PDT 2003
> Yes, I do think they are loading the right classes. With -verbose, I see:
> Loading java/net/SocketImpl.class(/tmp/kaffe-with-kjc/jre/lib/rt.jar)
> [compressed]
> or
> Loading
> java/net/SocketImpl.class(/tmp/kaffe-with-tamed-jikes/jre/lib/rt.jar)
> [compressed]
>
The abstract SocketImpl implements SocketOptions, that have 2 methods
(getOption & setOption) that throw SocketException.
SocketException is NOT loaded.
So, the last code added by Tim should look for exceptions thrown by
abstract methods of interfaces implemented by abstract classes.
More information about the kaffe
mailing list