The following class raises a NullPointerException with Kaffe because
of the null passed to the WeakReference constructor. It should not.

public class NullWeakRef {
    public static void main(String[] args) {
        new java.lang.ref.WeakReference(null);
    }
}


-- 
Laurent Martelli
[EMAIL PROTECTED]                                Java Aspect Components
http://www.aopsys.com/                          http://jac.objectweb.org


_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to