8266401: mark hotspot compiler/intrinsics/sha/cli tests which ignore VM flags
Reviewed-by: iignatyev, kvn
This commit is contained in:
parent
dedddd5ab2
commit
7e30130e35
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseMD5Intrinsics option processing on supported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseMD5Intrinsics option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA1Intrinsics option processing on supported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA1Intrinsics option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA256Intrinsics option processing on supported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA256Intrinsics option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020, Huawei Technologies Co., Ltd. All rights reserved.
|
||||
* Copyright (C) 2021 THL A29 Limited, a Tencent company. 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
|
||||
@ -26,6 +27,7 @@
|
||||
* @bug 8252204
|
||||
* @summary Verify UseSHA3Intrinsics option processing on supported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2020, Huawei Technologies Co., Ltd. All rights reserved.
|
||||
* Copyright (C) 2021 THL A29 Limited, a Tencent company. 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
|
||||
@ -26,6 +27,7 @@
|
||||
* @bug 8252204
|
||||
* @summary Verify UseSHA3Intrinsics option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary Verify UseSHA512Intrinsics option processing on supported CPU.
|
||||
* @requires os.arch!="x86" & os.arch!="i386"
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA512Intrinsics option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA option processing on supported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
*
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 8035968
|
||||
* @summary Verify UseSHA option processing on unsupported CPU.
|
||||
* @library /test/lib testcases /
|
||||
* @requires vm.flagless
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build sun.hotspot.WhiteBox
|
||||
|
Loading…
Reference in New Issue
Block a user