Skip to content

Commit 2a2f105

Browse files
author
Vladimir Ivanov
committedMay 13, 2021
8267117: sun/hotspot/whitebox/CPUInfoTest.java fails on Ice Lake
Reviewed-by: kvn
1 parent 2667024 commit 2a2f105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/lib-test/sun/hotspot/whitebox/CPUInfoTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class CPUInfoTest {
6262
"avx512bw", "avx512vl", "sha", "fma",
6363
"vzeroupper", "avx512_vpopcntdq", "avx512_vpclmulqdq", "avx512_vaes",
6464
"avx512_vnni", "clflush", "clflushopt", "clwb",
65-
"avx512_vmbi2", "avx512_vmbi", "hv"
65+
"avx512_vbmi2", "avx512_vbmi", "hv"
6666
);
6767
// @formatter:on
6868
// Checkstyle: resume

0 commit comments

Comments
 (0)
Please sign in to comment.