[rfc] [icedtea-web] Fix EDT hanging on OpenJDK 11
Laurent Bourgès
bourges.laurent at gmail.com
Thu Sep 13 13:55:35 UTC 2018
Mario,
Here is the updated patch:
http://cr.openjdk.java.net/~lbourges/itw/patch_EDT.log.4
Changes:
- added SwingUtils.callOnAppContext() used appropriately
- several SwingUtilities.invoke* replaced by SwingUtils.invoke*()
- removed 2 debugging EDT classes
My answers, below:
> > I can improve that to defer also the installPanel() method until show()
> using a new method to queue the getPanel(this) ...
> > but it could have side-effect ? so I just wrap that call for now.
>
> Sure, let's revisit later then.
>
I tried but getPanel() calls SecurityDialog constructors that enqueue
operations on ViwableDialog => chicken-egg problem.
=> installPanel() MUST be called excatly at that place, and cannot be
defered.
> >> Regarding the SwingUtils, I'm not happy about installing those repaint
> >> managers, although I understand this is for debug only.
> >
> >
> > Ok, I propose to remove the 2 other classes and keep them on my side, if
> I need to debug it again in the future.
>
> Yes, thanks, users can do the same if they need to debug the EDT (as
> we can do too).
>
Done.
>
> > It is not in my patch but in current code base.
> > Another example: ViwableDialog should be ViewableDialog ?
>
> Ops, you are right. If you don't mind fixing this line while we're
> there, otherwise just let it be and we'll go over another time.
>
I left as is (as I forgot).
>
> > OK, I will improve my patch:
> > - add SwingUtils.callOnAppContext()
> > - rewrite the installPanel() tricky part
>
> Thanks!
>
> I don't need another review unless the patch changes substantially (or
> if you want me to go through your new changes for installPanel), if
> Martin approves you can push directly (or we'll wait for Jiri if you
> don't have push rights).
>
I modified few SwingUtilities usage by SwingUtils (tested OK), so you make
a diff between .3 vs .4 (small) to have a quick look.
As I do not have push rights, please push for me once the patch is approved.
Cheers,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180913/45dd18f9/attachment.html>
More information about the distro-pkg-dev
mailing list