* java/lang/natThread.cc (destroy): Removed incorrect comment.
From-SVN: r30423
This commit is contained in:
parent
b182031edf
commit
e4c4f09a1e
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1999-11-05 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* java/lang/natThread.cc (destroy): Removed incorrect comment.
|
||||||
|
|
||||||
1999-11-05 Jeff Sturm <jsturm@sigma6.com>
|
1999-11-05 Jeff Sturm <jsturm@sigma6.com>
|
||||||
|
|
||||||
* boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.
|
* boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.
|
||||||
|
|
|
@ -104,8 +104,6 @@ java::lang::Thread::currentThread (void)
|
||||||
return _Jv_ThreadCurrent ();
|
return _Jv_ThreadCurrent ();
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: this is apparently the only way a thread can be removed from
|
|
||||||
// a ThreadGroup. That seems wrong.
|
|
||||||
void
|
void
|
||||||
java::lang::Thread::destroy (void)
|
java::lang::Thread::destroy (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue