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!
Applicatio
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 repro
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.
We
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.
>>
>> Side
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
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 nee
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
>> &
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 running
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