re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cancel())
authorTom Tromey <tromey@redhat.com>
Tue, 13 Nov 2001 23:09:23 +0000 (23:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 13 Nov 2001 23:09:23 +0000 (23:09 +0000)
commitf9d44b00b686b9973139863c7d6472c2b7a11eb3
treee9b663583e713a1ac78ca30e1a59b238265e40fd
parentc19083d85209756915bfc19d00e38d39dbb73039
re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cancel())

Fix for PR libgcj/4859:
* java/util/Timer.java (TaskQueue.isStopped): New method.
(Scheduler.run): Don't re-schedule task if queue has been
stopped.

From-SVN: r46994
libjava/ChangeLog
libjava/java/util/Timer.java