Re: OpenJdk11-28-EA JDialog hanging

2018-09-04 Thread Laurent Bourgès
Hi, Should we submit a new bug or complete the opened bug with this reproducer ? It is quite critical for OpenJDK 11 adoption as I expect linux distributions at least will provide icedtea-web for javaws support, even for 11+. I will try implementing a workaround redirecting EDT using a single App

Re: RFR(M) : 8210039 : move OSInfo to top level testlibrary

2018-09-04 Thread Igor Ignatyev
Daniel, Chris, Alan, thank you for your review. I've pushed it w/ Platfform::privilegedGetProperty method added to shorten lines in Platform.java Cheers, -- Igor > On Sep 4, 2018, at 6:08 AM, Daniel Fuchs wrote: > > Hi Igor, > > Nit: You could have introduced a > private static String getP

Re: OpenJdk11-28-EA JDialog hanging

2018-09-04 Thread Laurent Bourgès
Hi Krishna, Thanks for your answers, I managed writing a simple reproducer, see below. I inspected heap dumps on jvisualvm but it looks like the First SequencedEvent is not consumed and is blocking the queue for ever. On JDK8 or JDK10: it works (windows are animated and not hanging). On JDK11: it

Re: [12] Review request for JDK-8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut

2018-09-04 Thread Manajit Halder
Hi Dmitry, Thanks for your reply. Please see my reply inline. Thanks, Manajit On 01/09/18 12:02 AM, Dmitry Markov wrote: Hi Manajit, The current implementation assumes that orderAboveSiblings() places the window in front of other windows located at the same level. The proposed fix introduc

Re: StackOverflowError happened by TextField.setFont(...)

2018-09-04 Thread Krishna Addepalli
Hi Ichiroh, Yes I'm able to see this issue in jdk12 repo on Ubuntu. But this issue is not reproducible on Windows. So, I guess the fix has to be specific to Linux. Thanks, Krishna -Original Message- From: Ichiroh Takiguchi Sent: Monday, September 3, 2018 4:26 PM To: Krishna Addepalli

Re: OpenJdk11-28-EA JDialog hanging

2018-09-04 Thread Krishna Addepalli
Hi Laurent, Thanks for bringing this up. I have fixed a problem in this area JDK-8152974, which is about AWT hang when SequencedEvents arrive out of order. However, the fix was partial, and same problem was reported in JDK8(because of webstart), after it was backported. At that point, the fix wa

Re: RFR(M) : 8210039 : move OSInfo to top level testlibrary

2018-09-04 Thread Daniel Fuchs
Hi Igor, Nit: You could have introduced a private static String getProperty(String name) { return AccessController.doP } in Platform.java to avoid the long lines. Otherwise looks good to me too! best regards, -- daniel On 31/08/2018 19:42, Igor Ignatyev wrote: Alan, Chris, thanks f

OpenJdk11-28-EA JDialog hanging

2018-09-04 Thread Laurent Bourgès
Phil & Sergey, I am testing IcedTea-Web 1.7 with OpenJDK11-28 and experienced many times the GUI hanging with AWT-EventQueue threads in the WAITING state (SequencedEvent) at EventQueue.getNextEvent(). I fixed the netx code (EDT violations in swing code) but the problem is still happening randomly

Re: RFR(M) : 8210039 : move OSInfo to top level testlibrary

2018-09-04 Thread Chris Hegarty
Igor, > On 31 Aug 2018, at 19:42, Igor Ignatyev wrote: > > Alan, Chris, > > thanks for looking at it, I went w/ the alternative suggested by Chris. that > required a sprinkle of doPrivileged in the testlibrary, but now > Sockets/policy.* files grant the minimal required permissions to the tes

Re: RFR(M) : 8210039 : move OSInfo to top level testlibrary

2018-09-04 Thread Alan Bateman
On 31/08/2018 19:42, Igor Ignatyev wrote: Alan, Chris, thanks for looking at it, I went w/ the alternative suggested by Chris. that required a sprinkle of doPrivileged in the testlibrary, but now Sockets/policy.* files grant the minimal required permissions to the test code. the incremental

Re: [12] JDK-8182043: Access to Windows Large Icons

2018-09-04 Thread Shashidhara Veerabhadraiah
Hi All, Please find the updated Webrev per the discussion: http://cr.openjdk.java.net/~sveerabhadra/8182043/webrev.02/ Thanks and regards, Shashi From: Shashidhara Veerabhadraiah Sent: Monday, July 30, 2018 1:32 PM To: Prasanta Sadhukhan ; swing-...@openjdk.java.net; awt-dev@openjdk.