mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8266265: mark hotspot compiler/vectorization tests which ignore VM flags
Reviewed-by: kvn
This commit is contained in:
parent
49372149e5
commit
56cde70da2
1 changed files with 3 additions and 0 deletions
|
@ -26,8 +26,11 @@
|
||||||
* @bug 8257531
|
* @bug 8257531
|
||||||
* @summary Test vectorization for Buffer operations.
|
* @summary Test vectorization for Buffer operations.
|
||||||
* @library /test/lib /
|
* @library /test/lib /
|
||||||
|
*
|
||||||
|
* @requires vm.flagless
|
||||||
* @requires vm.compiler2.enabled & vm.debug == true
|
* @requires vm.compiler2.enabled & vm.debug == true
|
||||||
* @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
|
* @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64"
|
||||||
|
*
|
||||||
* @run driver compiler.vectorization.TestBufferVectorization array
|
* @run driver compiler.vectorization.TestBufferVectorization array
|
||||||
* @run driver compiler.vectorization.TestBufferVectorization arrayOffset
|
* @run driver compiler.vectorization.TestBufferVectorization arrayOffset
|
||||||
* @run driver compiler.vectorization.TestBufferVectorization buffer
|
* @run driver compiler.vectorization.TestBufferVectorization buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue