Hi, Anton.
The fix looks fine.
On 01.07.15 16:07, Anton Nashatyrev wrote:
Hello Artem, Sergey
thanks for your help with the issue investigation!
could you please review the following fix:
fix: http://cr.openjdk.java.net/~anashaty/8081485/webrev.00/
<http://cr.openjdk.java.net/%7Eanashaty/8081485/webrev.00/>
bug: https://bugs.openjdk.java.net/browse/JDK-8081485
Problem: EventQueue.push() at the very beginning prevents the app
from shutting down automatically
Reason: the EventQueue.push() first checks if the EDT for the top
EventQeue exists (to transfer it to the new EventQueue) and then
implicitly starts it.
Fix: do posting of dummy event only in case if the EventQueue had
the EDT
Thanks!
Anton.
--
Best regards, Sergey.