mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8366878: Improve flags of compiler/loopopts/superword/TestAlignVectorFuzzer.java
Co-authored-by: Emanuel Peter <epeter@openjdk.org> Reviewed-by: epeter, mchevalier
This commit is contained in:
parent
e8db14f584
commit
0ba4141cb1
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,7 +30,19 @@
|
||||
* @key randomness
|
||||
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -XX:LoopUnrollLimit=250
|
||||
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
|
||||
* compiler.loopopts.superword.TestAlignVectorFuzzer
|
||||
*/
|
||||
|
||||
/*
|
||||
* @test id=CompileOnly
|
||||
* @bug 8253191
|
||||
* @summary Fuzzing loops with different (random) init, limit, stride, scale etc. Do not force alignment.
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /test/lib
|
||||
* @key randomness
|
||||
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -XX:LoopUnrollLimit=250
|
||||
* -XX:CompileCommand=compileonly,compiler.loopopts.superword.TestAlignVectorFuzzer::*
|
||||
* compiler.loopopts.superword.TestAlignVectorFuzzer
|
||||
*/
|
||||
|
||||
@ -44,7 +56,6 @@
|
||||
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -XX:+AlignVector -XX:+VerifyAlignVector
|
||||
* -XX:LoopUnrollLimit=250
|
||||
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
|
||||
* compiler.loopopts.superword.TestAlignVectorFuzzer
|
||||
*/
|
||||
|
||||
@ -58,7 +69,6 @@
|
||||
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -XX:+AlignVector -XX:+VerifyAlignVector
|
||||
* -XX:LoopUnrollLimit=250
|
||||
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
|
||||
* -XX:ObjectAlignmentInBytes=16
|
||||
* compiler.loopopts.superword.TestAlignVectorFuzzer
|
||||
*/
|
||||
@ -73,7 +83,6 @@
|
||||
* @run main/bootclasspath/othervm -XX:+IgnoreUnrecognizedVMOptions
|
||||
* -XX:+AlignVector -XX:+VerifyAlignVector
|
||||
* -XX:LoopUnrollLimit=250
|
||||
* -XX:CompileCommand=printcompilation,compiler.loopopts.superword.TestAlignVectorFuzzer::*
|
||||
* -XX:-TieredCompilation -Xbatch
|
||||
* compiler.loopopts.superword.TestAlignVectorFuzzer
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user