[kaffe] Bug report: Null WeakReference

Guilhem Lavaux guilhem at kaffe.org
Thu Apr 14 23:22:34 PDT 2005


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);
>     }
> }
> 
> 





More information about the kaffe mailing list