Re: RFR: 8263788: JavaFX application freezes completely after some time when using the WebView

2021-04-20 Thread PrimosK
On Mon, 12 Apr 2021 13:10:53 GMT, Arun Joseph wrote: > Issue: Java application (with WebView) will completely freeze after using it > for a while. > > Fix: Use native isMainThread functions instead of JNI call. We've created another production build and it seems to be working fine!

Re: RFR: 8263788: JavaFX application freezes completely after some time when using the WebView

2021-04-19 Thread PrimosK
On Mon, 12 Apr 2021 13:10:53 GMT, Arun Joseph wrote: > Issue: Java application (with WebView) will completely freeze after using it > for a while. > > Fix: Use native isMainThread functions instead of JNI call. Please discard my previous comment. After building a debug version we can't

Re: RFR: 8263788: JavaFX application freezes completely after some time when using the WebView

2021-04-19 Thread PrimosK
On Mon, 12 Apr 2021 13:10:53 GMT, Arun Joseph wrote: > Issue: Java application (with WebView) will completely freeze after using it > for a while. > > Fix: Use native isMainThread functions instead of JNI call. A production build using this fix doesn't solve it. Application still freezes.

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-10 Thread PrimosK
On Tue, 9 Mar 2021 15:46:06 GMT, Arun Joseph wrote: >> I think this is actually a lack of physical memory. I was doing tests inside >> Windows Sandbox which has 4GB of memory by default. >> >> After repeating the build procedure inside VM with 16GB of memory the build >> succeeded. >> >>

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-09 Thread PrimosK
On Tue, 9 Mar 2021 12:41:41 GMT, Kevin Rushforth wrote: >> when passing `--info` to gradle, the build succeeds. Without passing >> `--info` it fails. I'll do more testing later. > >> when passing `--info` to gradle, the build succeeds. Without passing >> `--info` it fails. I'll do more testing

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-08 Thread PrimosK
On Tue, 9 Mar 2021 06:30:46 GMT, PrimosK wrote: >>> > The build failed again. The only difference I can spot at this time is >>> > the line at which the build failed (it changed from 3445 to 3453): >>> > ... >>> > Please let me know if you

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-08 Thread PrimosK
On Mon, 8 Mar 2021 16:20:21 GMT, PrimosK wrote: >> when passing `--info` to gradle, the build succeeds. Without passing >> `--info` it fails. I'll do more testing later. > >> > The build failed again. The only difference I can spot at this time is the >> &g

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-08 Thread PrimosK
On Mon, 8 Mar 2021 15:07:30 GMT, Johan Vos wrote: >>> The build failed again. The only difference I can spot at this time is the >>> line at which the build failed (it changed from 3445 to 3453): >>> ... >>> >>> Please let me know if you need any further information. >> >> You might be

Re: RFR: 8262276: Debug build of WebKit fails

2021-03-08 Thread PrimosK
On Thu, 4 Mar 2021 06:41:53 GMT, Arun Joseph wrote: > Fixing the Debug build of WebKit. > > Test: Build JavaFX using `-PCOMPILE_WEBKIT=true -PCONF=DebugNative` and test > using a simple HelloWebView app. Hi dear OpenJdk team, At first I would like to thank you for looking into this. I am the