RFR: 8269029: compiler/codegen/TestCharVect2.java fails for client VMs
Vladimir Kozlov
kvn at openjdk.java.net
Fri Jun 18 14:19:27 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.
Trivial.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4530
More information about the hotspot-compiler-dev
mailing list