RFR: 8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java

Manuel Hässig mhaessig at openjdk.org
Fri Sep 5 16:52:20 UTC 2025


The test definitions of `TestAlignVectorFuzzer.java` all contain `printcompilation` directives. These are redundant and slow down the test execution of a test that already often times out. @eme64 also suggested adding a `compileonly` directive to one of the four tests.

Testing:
 - [ ] Github Actions
 - [ ] tier1 and stress testing (features `TestAlignVectorFuzzer.java`)

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

Commit messages:
 - Fix flags

Changes: https://git.openjdk.org/jdk/pull/27122/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27122&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8366878
  Stats: 5 lines in 1 file changed: 0 ins; 3 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/27122.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27122/head:pull/27122

PR: https://git.openjdk.org/jdk/pull/27122


More information about the hotspot-compiler-dev mailing list