Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk16u Public archive

Commit

Permalink
8267117: sun/hotspot/whitebox/CPUInfoTest.java fails on Ice Lake
Browse files Browse the repository at this point in the history
Backport-of: 2a2f105a56bba3a180658f0b0151240676478ba4
  • Loading branch information
Vladimir Ivanov committed May 14, 2021
1 parent 319621c commit d917b81
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 d917b81

@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.