Skip to content

Commit

Permalink
8267117: sun/hotspot/whitebox/CPUInfoTest.java fails on Ice Lake
Browse files Browse the repository at this point in the history
Reviewed-by: kvn
  • Loading branch information
Vladimir Ivanov committed May 13, 2021
1 parent 2667024 commit 2a2f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib-test/sun/hotspot/whitebox/CPUInfoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class CPUInfoTest {
"avx512bw", "avx512vl", "sha", "fma",
"vzeroupper", "avx512_vpopcntdq", "avx512_vpclmulqdq", "avx512_vaes",
"avx512_vnni", "clflush", "clflushopt", "clwb",
"avx512_vmbi2", "avx512_vmbi", "hv"
"avx512_vbmi2", "avx512_vbmi", "hv"
);
// @formatter:on
// Checkstyle: resume
Expand Down

1 comment on commit 2a2f105

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.