RFR: 8269029: compiler/codegen/TestCharVect2.java fails for client VMs [v2]

Christoph Göttschkes cgo at openjdk.java.net
Fri Jun 18 14:44:53 UTC 2021


> 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.

Christoph Göttschkes has updated the pull request incrementally with one additional commit since the last revision:

  Update copyright year.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4530/files
  - new: https://git.openjdk.java.net/jdk/pull/4530/files/b6fa971d..23ec9a30

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4530&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4530&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4530.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4530/head:pull/4530

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


More information about the hotspot-compiler-dev mailing list