[kaffe] Kaffe CVS: kaffe dalibor

Kaffe CVS cvs-commits at kaffe.org
Fri Oct 18 15:29:13 PDT 2002


CVSROOT:	/cvs/kaffe
Module name:	kaffe
Changes by:	dalibor	02/10/18 15:28:45

Modified files:
	.              : ChangeLog 
	kaffe/kaffevm  : thread.c 
	libraries/javalib/java/lang: System.java Thread.java 
	libraries/javalib/kaffe/io: ConverterAlias.java 

Log message:
Fri Oct 18 23:34:11 CEST 2002 Timothy S Stack <stack at cs.utah.edu>
* kaffe/kaffevm/thread.c:
The started field wasn't being set for the main thread

* libraries/javalib/java/lang/Thread.java:
The group field wasn't being cleared after the thread died.

The setPriority() method should throw an IllegalArgumentException
if the parameter is outside the range [MIN_PRIORITY, MAX_PRIORITY],
and not the ThreadGroup's max priority.  If the parameter was
greater than the group's max priority it should be set the priority
to the group's maximum.

Fri Oct 18 18:33:54 CEST 2002 Dalibor Topic <robilad at yahoo.com>
* libraries/javalib/kaffe/io/ConverterAlias.java:
added alias for US-ASCII.

Patch by: Vesa Kaihlavirta <vpkaihla at cc.jyu.fi>

* libraries/javalib/java/lang/System.java:
(arraycopy) fixed bug preventing SPEC JVM98 check to run. Now
throws NullPointerException when source or destination are null.

Reported by: Kevin D. Kissell <kevink at mips.com>





More information about the kaffe mailing list