Skip to content

Commit 8520fd3

Browse files
Vladimir IvanovSandhya Viswanathan
authored andcommitted
8366365: [test] test/lib-test/jdk/test/whitebox/CPUInfoTest.java should be updated
Reviewed-by: kvn, sviswanathan
1 parent f90d520 commit 8520fd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/lib-test/jdk/test/whitebox/CPUInfoTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public class CPUInfoTest {
6666
"hv", "fsrm", "avx512_bitalg", "gfni",
6767
"f16c", "pku", "ospke", "cet_ibt",
6868
"cet_ss", "avx512_ifma", "serialize", "avx_ifma",
69-
"apx_f", "avx10_1", "avx10_2"
69+
"apx_f", "avx10_1", "avx10_2", "avx512_fp16",
70+
"sha512", "hybrid"
7071
);
7172
// @formatter:on
7273
// Checkstyle: resume

0 commit comments

Comments
 (0)