RFR(S) : 8240904 : Screen flashes on test failures when running tests from make

2020-04-15 Thread Igor Ignatyev
http://cr.openjdk.java.net/~iignatyev//8240904/webrev.00 > 35 lines changed: 26 ins; 0 del; 10 mod Hi all, 8233827[1] which added screenshots to so-called failure handler had an unexpected side-effect on linux, where users might observer flashes each time a screenshot is taken, which, to put i

Re: [15] Review request for 8242498: Invalid "sun.awt.TimedWindowEvent" object leads to JVM crash

2020-04-15 Thread Sergey Bylokhov
On 4/15/20 12:26 pm, Anton Litvinov wrote: When JDK is used in a normal way and not as it is used in the reproducer, "opposite" is always HWND of a peer of "java.awt.Window" instance, thus for such cases there is no need to search for some parent HWND of the "opposite" HWND. I do not want to bre

Re: [15] Review request for 8242498: Invalid "sun.awt.TimedWindowEvent" object leads to JVM crash

2020-04-15 Thread Anton Litvinov
Hi Sergey, This bug happens, when original "opposite" is HWND of the peer object of the "java.awt.Component", like "java.awt.Label", "java.awt.TextArea" etc. which are strictly not instances of "java.awt.Window" class. These AWT components cannot be displayed on a screen without being located