JDK 11 | JDK 17 | JDK 18 | JDK 19 |
---|---|---|---|
11.0.16-oracleFixed | 17.0.4-oracleFixed | 18.0.2Fixed | 19 b05Fixed |
Relates :
|
|
Relates :
|
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.
|