Integrated: 8257143: Enable JVMCI code installation tests on AArch64

Nick Gasson ngasson at openjdk.java.net
Thu Dec 3 07:29:59 UTC 2020


On Fri, 27 Nov 2020 03:56:22 GMT, Nick Gasson <ngasson at openjdk.org> wrote:

> This set of jtreg tests test JVMCI code installation independently of
> Graal. Currently they only run on x86 as the minimal assembler required
> is only implemented for that platform. This patch implements the
> TestAssembler for AArch64 to ensure JVMCI test coverage even if the
> Graal embedded in OpenJDK is disabled/removed.

This pull request has now been integrated.

Changeset: 4169d96e
Author:    Nick Gasson <ngasson at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4169d96e
Stats:     573 lines in 10 files changed: 556 ins; 0 del; 17 mod

8257143: Enable JVMCI code installation tests on AArch64

Reviewed-by: burban, kvn

-------------

PR: https://git.openjdk.java.net/jdk/pull/1475


More information about the hotspot-compiler-dev mailing list