-
Bug
-
Resolution: Fixed
-
P4
-
26
-
b16
-
x86
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8369304 | 25.0.2 | Srinivas Parasa | P4 | Resolved | Fixed | master |
JTreg compiler test in test/hotspot/jtreg/compiler/loopopts/superword/TestDependencyOffsets.java fails with the following error message
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (jdk/src/hotspot/cpu/x86/assembler_x86.cpp:13015), pid=2522730, tid=2522757
# assert(((!attributes->uses_vl()) || (attributes->get_vector_len() == AVX_512bit) || (!_legacy_mode_vl) || (attributes->is_legacy_mode()))) failed: XMM register should be 0-15
#
This happens when Intel APX is enabled for KNL platforms. It turns out that APX must be disabled for KNL but this is not the case currently.
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (jdk/src/hotspot/cpu/x86/assembler_x86.cpp:13015), pid=2522730, tid=2522757
# assert(((!attributes->uses_vl()) || (attributes->get_vector_len() == AVX_512bit) || (!_legacy_mode_vl) || (attributes->is_legacy_mode()))) failed: XMM register should be 0-15
#
This happens when Intel APX is enabled for KNL platforms. It turns out that APX must be disabled for KNL but this is not the case currently.
- backported by
-
JDK-8369304 Fix jtreg test failure when Intel APX is enabled for KNL platforms
-
- Resolved
-
- relates to
-
JDK-8329030 Intel Advanced Performance Extension support
-
- Open
-
-
JDK-8349582 APX NDD code generation for OpenJDK
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/e80db07a
-
Commit(master) openjdk/jdk/e883dec6
-
Review(master) openjdk/jdk25u/251
-
Review(master) openjdk/jdk/27299
(2 links to)