<Swing Dev> [9] Review Request for 8130735: javax.swing.TimerQueue: timer fires late when another timer starts
Reto Merz
reto.merz at gmail.com
Sat Jul 11 21:17:58 UTC 2015
Hello,
I'm the submitter of JDK-8130735. Thank you for your work on this issue.
The fix looks good to me.
>> This happens very rare only for repeated timers and only if user uses
the Swing timer API
>> inaccurately (call start() without stop()).
It also happens with "accurate" code when both, stop() and start(), calls
are invoked by EDT
after the TimerThread has removed this timer from the queue and before the
lock on this timer is acquired.
The Testcase does not call stop() to make it more reproducible.
Our Swingbased RIA highly depends on Swing Timer so it would be really great
if this will be backported to JDK 8u.
Regards,
Reto Merz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20150711/893eed97/attachment.html>
More information about the swing-dev
mailing list