Commit de246753 by Mark Wielaard Committed by Mark Wielaard

* java/util/Timer (TaskQueue.stop): set elements to zero.

From-SVN: r50254
parent 41c78c88
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> 2002-02-28 Anthony Green <green@redhat.com>
* java/lang/reflect/natMethod.cc (result): Add void* element. * java/lang/reflect/natMethod.cc (result): Add void* element.
......
...@@ -293,6 +293,7 @@ public class Timer ...@@ -293,6 +293,7 @@ public class Timer
public synchronized void stop() public synchronized void stop()
{ {
this.heap = null; this.heap = null;
this.elements = 0;
this.notify(); this.notify();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment