Hi,
This bug has already been fixed in CVS head.
Thanks for reporting it.
Regards,
Guilhem.
On Thu, 2005-04-14 at 17:19 +0200, Laurent Martelli wrote:
> 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);
> }
> }
>
>
_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe