RFR: 8279668: x86: AVX2 versions of vpxor should be asserted [v3]
    Aleksey Shipilev 
    shade at openjdk.java.net
       
    Mon Jan 10 13:18:05 UTC 2022
    
    
  
> Got the SIGILLs on some machines when testing JDK-8279621. That patch started using shorter `vpxor` versions on `UseAVX = 1` path, which tried to use `VEX.256`-encoded `vpxor` instruction that is only available on AVX2. This should be at very least asserted in assembler code. 
> 
> Also fixed the implicit `bool` -> `int` conversion to `vector_len`.
> 
> Additional testing:
>  - [x] Linux x86_64 fastdebug `tier1` with `-XX:UseAVX=1`
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
  Add more asserts
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7005/files
  - new: https://git.openjdk.java.net/jdk/pull/7005/files/e52bdf0a..194bfa09
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7005&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7005&range=01-02
  Stats: 6 lines in 1 file changed: 6 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7005.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7005/head:pull/7005
PR: https://git.openjdk.java.net/jdk/pull/7005
    
    
More information about the hotspot-dev
mailing list