I used canvas.getUpdateManager().getUpdateRunnableQueue().
   invokeLater(new Runnable())  to update DOM tree, but was running
into deadlock sometimes. I noticed that "synchronized" block in
RunnableQueue.run doesn't have "notify" at the end. If I add
list.notify() there, I no longer get deadlocks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to