Skip to content

Commit cfdf4a7

Browse files
committed
8266449: cleanup jtreg tags in compiler/intrinsics/sha/cli tests
Reviewed-by: kvn
1 parent 3544a9d commit cfdf4a7

12 files changed

+13
-36
lines changed

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseMD5IntrinsicsOptionOnSupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseMD5Intrinsics option processing on supported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseMD5IntrinsicsOptionOnUnsupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseMD5Intrinsics option processing on unsupported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnSupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseSHA1Intrinsics option processing on supported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA1IntrinsicsOptionOnUnsupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseSHA1Intrinsics option processing on unsupported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseSHA256Intrinsics option processing on supported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseSHA256Intrinsics option processing on unsupported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
* @test
2727
* @bug 8252204
2828
* @summary Verify UseSHA3Intrinsics option processing on supported CPU.
29-
* @library /test/lib testcases /
29+
* @library /test/lib /
3030
* @requires vm.flagless
31-
* @modules java.base/jdk.internal.misc
32-
* java.management
3331
*
3432
* @build sun.hotspot.WhiteBox
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
* @test
2727
* @bug 8252204
2828
* @summary Verify UseSHA3Intrinsics option processing on unsupported CPU.
29-
* @library /test/lib testcases /
29+
* @library /test/lib /
3030
* @requires vm.flagless
31-
* @modules java.base/jdk.internal.misc
32-
* java.management
3331
*
3432
* @build sun.hotspot.WhiteBox
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnSupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
* @bug 8035968
2727
* @summary Verify UseSHA512Intrinsics option processing on supported CPU.
2828
* @requires os.arch!="x86" & os.arch!="i386"
29-
* @library /test/lib testcases /
29+
* @library /test/lib /
3030
* @requires vm.flagless
31-
* @modules java.base/jdk.internal.misc
32-
* java.management
3331
*
3432
* @build sun.hotspot.WhiteBox
3533
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA512IntrinsicsOptionOnUnsupportedCPU.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
* @test
2626
* @bug 8035968
2727
* @summary Verify UseSHA512Intrinsics option processing on unsupported CPU.
28-
* @library /test/lib testcases /
28+
* @library /test/lib /
2929
* @requires vm.flagless
30-
* @modules java.base/jdk.internal.misc
31-
* java.management
3230
*
3331
* @build sun.hotspot.WhiteBox
3432
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

0 commit comments

Comments
 (0)