Skip to content

Commit a7a8efb

Browse files
committed
8308172: [Lilliput/JDK17] Revert disabling vzeroupper
Reviewed-by: shade
1 parent ded5c31 commit a7a8efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/opto/library_call.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class LibraryCallKit : public GraphKit {
344344

345345
void clear_upper_avx() {
346346
#ifdef X86
347-
if (false && UseAVX >= 2) {
347+
if (UseAVX >= 2) {
348348
C->set_clear_upper_avx(true);
349349
}
350350
#endif

0 commit comments

Comments
 (0)