Re: RFR: 8256983: GitHub actions: specify the version of each platform OS and compiler

2020-12-13 Thread Ambarish Rapte
On Tue, 8 Dec 2020 20:06:21 GMT, Kevin Rushforth wrote: > As described in the [JBS > issue](https://bugs.openjdk.java.net/browse/JDK-8256983), we should specify > the specific version of each OS and compiler rather than just using the > defaults. This will help insulate us from changes to the

Linux basic application not displaying correctly

2020-12-13 Thread Chad Preisler
Hello, I'm running elementaryOS and when I use gtk3 the main window does not display correctly. When using gtk2, the main window does display correctly. Here is the command line to run with gtk2. java -Djdk.gtk.version=2 --module-path="/home/chad/javafx/jfx/build/sdk/lib" --add-modules

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened [v2]

2020-12-13 Thread Johan Vos
On Sun, 13 Dec 2020 16:21:52 GMT, Johan Vos wrote: >> John Neffenger has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains two additional >> commits

Re: RFR: 8201568: zForce touchscreen input device fails when closed and immediately reopened [v2]

2020-12-13 Thread Johan Vos
On Fri, 25 Sep 2020 22:21:36 GMT, John Neffenger wrote: >> Fixes [JDK-8201568](https://bugs.openjdk.java.net/browse/JDK-8201568). > > John Neffenger has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated changes >

Re: RFR: 8242361: JavaFX Web View crashes with Segmentation Fault, when HTML contains Data-URIs

2020-12-13 Thread Matthias Bläsing
On Sat, 12 Dec 2020 22:41:59 GMT, Kevin Rushforth wrote: > 1. Would it be possible to turn the test into an automated one? Possibly > using some of the same techniques that the ModuleLauncherTest does? Thank you for the pointer to `ModuleLauncherTest` indeed that was an inspiration for

Re: RFR: 8242361: JavaFX Web View crashes with Segmentation Fault, when HTML contains Data-URIs [v2]

2020-12-13 Thread Matthias Bläsing
> The code in WTF::scheduleDispatchFunctionsOnMainThread assumes, that > the java class com.sun.webkit.MainThread can be found be the JNI > function FindClass. This is only true if the class is loadable by the > system class loader. > > One such case is when the OpenJFX modules are loaded from a