[kaffe] Kaffe CVS: kaffe jim

Kaffe CVS cvs-commits at kaffe.org
Fri May 31 20:27:22 PDT 2002


CVSROOT:	/cvs/kaffe
Module name:	kaffe
Changes by:	jim	02/05/31 20:27:22

Modified files:
	.              : ChangeLog 
	kaffe/kaffevm/systems/unix-jthreads: jthread.c 

Log message:
From: Timothy Stack <stack at cs.utah.edu>

* Attached is a fix for unix-jthreads that should better handle
large timeout values.  For example:

synchronized( this )
{
this.wait(Long.MAX_VALUE);
}

eventually reaches this code:

jtid->time = timeout + currentTime();

which overflows and gives a bogus value.





More information about the kaffe mailing list