[jfx11u] RFR: 8259555: Webkit crashes on Apple Silicon

2021-05-08 Thread Kevin Rushforth
Clean backport to jfx11u. Tested on all three platforms, along with my other 
in-progress backports, all of which are aggregated in my 
[`kevinrushforth:test-kcr-11.0.12`](https://github.com/kevinrushforth/jfx11u/commits/test-kcr-11.0.12)
 branch.

-

Commit messages:
 - 8259555: Webkit crashes on Apple Silicon

Changes: https://git.openjdk.java.net/jfx11u/pull/9/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=9=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259555
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx11u/pull/9.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx11u pull/9/head:pull/9

PR: https://git.openjdk.java.net/jfx11u/pull/9


Re: RFR: 8259555: Webkit crashes on Apple Silicon

2021-04-02 Thread Johan Vos
On Fri, 2 Apr 2021 15:37:38 GMT, Arun Joseph  wrote:

> WebKit crashes during JavaScriptCore initialization code for Apple Silicon.

The other required changes required to build for M1 can easily be passed as 
build parameters using gradlew -P 
Hence, this change contains all that is needed to be changed in the repository.

-

Marked as reviewed by jvos (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/452


Re: RFR: 8259555: Webkit crashes on Apple Silicon

2021-04-02 Thread Kevin Rushforth
On Fri, 2 Apr 2021 15:37:38 GMT, Arun Joseph  wrote:

> WebKit crashes during JavaScriptCore initialization code for Apple Silicon.

Marked as reviewed by kcr (Lead).

-

PR: https://git.openjdk.java.net/jfx/pull/452


Re: RFR: 8259555: Webkit crashes on Apple Silicon

2021-04-02 Thread Kevin Rushforth
On Fri, 2 Apr 2021 17:32:41 GMT, Johan Vos  wrote:

>> WebKit crashes during JavaScriptCore initialization code for Apple Silicon.
>
> This works, as long as MACOSX_MIN_VERSION is set to 11. I guess we don't want 
> to commit that in the build.gradle, as we only require that for a build on 
> Apple Silicon.

Any changes to minimum OS version in `mac.gradle` would need to be qualified by 
a check for the target architecture. It might make sense to do that in 
connection with other needed build changes.

-

PR: https://git.openjdk.java.net/jfx/pull/452


Re: RFR: 8259555: Webkit crashes on Apple Silicon

2021-04-02 Thread Johan Vos
On Fri, 2 Apr 2021 15:37:38 GMT, Arun Joseph  wrote:

> WebKit crashes during JavaScriptCore initialization code for Apple Silicon.

This works, as long as MACOSX_MIN_VERSION is set to 11. I guess we don't want 
to commit that in the build.gradle, as we only require that for a build on 
Apple Silicon.

-

PR: https://git.openjdk.java.net/jfx/pull/452


RFR: 8259555: Webkit crashes on Apple Silicon

2021-04-02 Thread Arun Joseph
WebKit crashes during JavaScriptCore initialization code for Apple Silicon.

-

Commit messages:
 - 8259555: Webkit crashes on Apple Silicon

Changes: https://git.openjdk.java.net/jfx/pull/452/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx=452=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8259555
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/452.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/452/head:pull/452

PR: https://git.openjdk.java.net/jfx/pull/452