ThreadGroup.java: Fixed now-erroneous comment.

* java/lang/ThreadGroup.java: Fixed now-erroneous comment.
	* java/lang/natThread.cc (finish_): Call ThreadGroup.remove.

From-SVN: r28753
This commit is contained in:
Tom Tromey 1999-08-18 19:51:23 +00:00 committed by Tom Tromey
parent b30f05db01
commit 5a0eb8326f
3 changed files with 8 additions and 3 deletions

View file

@ -250,6 +250,8 @@ java::lang::Thread::finish_ (void)
_Jv_MutexUnlock (&t->interrupt_mutex);
}
group->remove (this);
_Jv_MonitorExit (this);
}