[jfx17u] Integrated: 8293214: Add support for Linux/LoongArch64

2023-02-04 Thread Ao Qi
On Mon, 9 Jan 2023 13:28:51 GMT, Ao Qi  wrote:

> Clean backport. Verified on Linux/LoongArch64, Linux/x64 and Linux/aarch64.

This pull request has now been integrated.

Changeset: 1b99a5b2
Author:Ao Qi 
Committer: Kevin Rushforth 
URL:   
https://git.openjdk.org/jfx17u/commit/1b99a5b26bcd194d98d97bd7078a6b7fb76d8d93
Stats: 26 lines in 4 files changed: 15 ins; 0 del; 11 mod

8293214: Add support for Linux/LoongArch64

Reviewed-by: jvos, kcr
Backport-of: cef583eef41aff3db55542d5e90423eec5601f41

-

PR: https://git.openjdk.org/jfx17u/pull/102


Integrated: 8293214: Add support for Linux/LoongArch64

2022-09-16 Thread Ao Qi
On Thu, 1 Sep 2022 12:19:23 GMT, Ao Qi  wrote:

> LoongArch is a new RISC ISA. This issue proposes adding support for 
> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but 
> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit 
> is updated to OpenJFX, it is supposed to work.
> 
> Testing:
> - [x] base, controls, fxml, graphics and web tests, {Release,Debug}, {with 
> WebKit,without Webkit} on Linux/x64
> - [x] base, controls, fxml, graphics and web tests, {Release,Debug}, {with 
> WebKit,without Webkit} on Linux/aarch64
> - [x] base, controls, fxml and graphics tests, {Release,Debug}, without 
> WebKit on Linux/loongarch64

This pull request has now been integrated.

Changeset: cef583ee
Author:Ao Qi 
Committer: Kevin Rushforth 
URL:   
https://git.openjdk.org/jfx/commit/cef583eef41aff3db55542d5e90423eec5601f41
Stats: 26 lines in 4 files changed: 15 ins; 0 del; 11 mod

8293214: Add support for Linux/LoongArch64

Reviewed-by: almatvee, jvos, kcr

-

PR: https://git.openjdk.org/jfx/pull/888