Integrated: 8269029: compiler/codegen/TestCharVect2.java fails for client VMs

Christoph Göttschkes cgo at openjdk.java.net
Mon Jun 21 11:11:32 UTC 2021


On Fri, 18 Jun 2021 13:41:22 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:

> This reverts parts of the changes done by 7320e051eade3f22d28f11aef9c5effe324f0b79.
> 
> The introduced `CompileCommand` is still present, but the test case is again split up into two parts, one generic (without the `MaxVectorSize` flag), and one C2 specific with that flag. This fixes the test case for C1.
> 
> We could also keep the current test structure and add `IgnoreUnrecognizedVMOptions` for the later three `run`s, but this would execute the same test case multiple times if a client VM is tested.

This pull request has now been integrated.

Changeset: cbec37d4
Author:    Christoph Göttschkes <cgo at openjdk.org>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cbec37d45d77533081c27b3fc649098dfcca0425
Stats:     9 lines in 1 file changed: 8 ins; 0 del; 1 mod

8269029: compiler/codegen/TestCharVect2.java fails for client VMs

Reviewed-by: kvn, jiefu

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

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


More information about the hotspot-compiler-dev mailing list