RFR: 8324734: Relax too-strict assert(VM_Version::supports_evex()) in Assembler::locate_operand() [v3]
Roman Kennke
rkennke at openjdk.org
Mon Jan 29 18:45:20 UTC 2024
> Details see bug report. The gist is that HotSpot downgrades to UseAVX=2 on some processors, and reports supports_evex() == false, but the instruction decoder can still encounter EVEX instructions when (e.g.) hitting a SIGBUS in memset() - which does have EVEX instructions.
>
> Testing:
> - [x] runtime/Unsafe/InternalErrorTest.java
> - [x] tier1
Roman Kennke has updated the pull request incrementally with five additional commits since the last revision:
- Fix intendation
- Update src/hotspot/share/runtime/abstract_vm_version.hpp
Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
- Update src/hotspot/share/runtime/abstract_vm_version.hpp
Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
- Update src/hotspot/cpu/x86/vm_version_x86.hpp
Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
- Update src/hotspot/cpu/x86/vm_version_x86.cpp
Co-authored-by: Aleksey Shipilëv <shipilev at amazon.de>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17590/files
- new: https://git.openjdk.org/jdk/pull/17590/files/f3929385..856cbfa2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17590&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17590&range=01-02
Stats: 5 lines in 3 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/17590.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17590/head:pull/17590
PR: https://git.openjdk.org/jdk/pull/17590
More information about the hotspot-compiler-dev
mailing list