Re: RFR: 8264886: WebKit native to Java invocations on wrong thread

2021-04-08 Thread Johan Vos
On Thu, 8 Apr 2021 12:27:02 GMT, Matthias Bläsing wrote: >> Fix for JDK-8264886 > > Please have a look at https://github.com/openjdk/jfx/pull/458 - the solution > there is identical, but also fixes fetching the FileSystem class. > Please have a look at #458 - the solution there is identical, b

Re: RFR: 8264886: WebKit native to Java invocations on wrong thread

2021-04-08 Thread Matthias Bläsing
On Thu, 8 Apr 2021 12:18:59 GMT, Johan Vos wrote: > Fix for JDK-8264886 Please have a look at https://github.com/openjdk/jfx/pull/458 - the solution there is identical, but also fixes fetching the FileSystem class. - PR: https://git.openjdk.java.net/jfx/pull/459

RFR: 8264886: WebKit native to Java invocations on wrong thread

2021-04-08 Thread Johan Vos
Fix for JDK-8264886 - Commit messages: - Use env->AttachCurrentThread before making invocations from native to Java Changes: https://git.openjdk.java.net/jfx/pull/459/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=459&range=00 Issue: https://bugs.openjdk.java.net/bro