[11] Review Request: JDK-6481195 ListSelectionListener indicates events on model.addElement after model.clear()

2018-01-22 Thread Pankaj Bansal
Hi All, Please review the fix for JDK 11. Bug: https://bugs.openjdk.java.net/browse/JDK-6481195 Webrev: http://cr.openjdk.java.net/~pbansal/6481195/webrev.00/ Issue: Invalid ListSelectionEvents are being fired, when the data is added after the clear() function has been called on

Re: [11][JDK-8176512][TEST_BUG] add a minimal delay to java/awt/Paint/bug8024864.java

2018-01-22 Thread Sergey Bylokhov
On 19/01/2018 20:38, Krishna Addepalli wrote: * For example, requestFocus() generates native request, which * generates one or two Java focus events, which then generate a * serie of paint events, a serie of Java focus events, which then * generate a serie of paint events