mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
* java/util/Timer (TaskQueue.stop): set elements to zero.
From-SVN: r50254
This commit is contained in:
parent
41c78c8833
commit
de2467532d
@ -1,3 +1,7 @@
|
||||
2002-03-03 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* java/util/Timer (TaskQueue.stop): set elements to zero.
|
||||
|
||||
2002-02-28 Anthony Green <green@redhat.com>
|
||||
|
||||
* java/lang/reflect/natMethod.cc (result): Add void* element.
|
||||
|
@ -293,6 +293,7 @@ public class Timer
|
||||
public synchronized void stop()
|
||||
{
|
||||
this.heap = null;
|
||||
this.elements = 0;
|
||||
this.notify();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user