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
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
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
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
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
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
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
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
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
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
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.
11 matches
Mail list logo