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

Manuel Hässig mhaessig at openjdk.org
Tue Sep 16 15:42:40 UTC 2025


On Fri, 5 Sep 2025 16:46:09 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

> 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`)

Merged master and addressed @eme64's comment.

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

PR Comment: https://git.openjdk.org/jdk/pull/27122#issuecomment-3299328398


More information about the hotspot-compiler-dev mailing list