RFR: 8368205: [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8 [v2]
    Dingli Zhang 
    dzhang at openjdk.org
       
    Thu Oct 16 04:13:01 UTC 2025
    
    
  
On Wed, 15 Oct 2025 12:38:27 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> The test `VectorMaskCompareNotTest` requires 16 Byte vectors (or larger). If the machine only uses 8 Byte vectors, we get an exception in the static initializer because the code tries to use a 4 Byte vector which is unsupported (stack trace: see JBS issue [JDK-8369511](https://bugs.openjdk.org/browse/JDK-8369511)). This is an alternative to https://github.com/openjdk/jdk/pull/27749.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add check if flag is available.
Hi @TheRealMDoerr Thanks for the patch! I’ve tested on k1 and k230 (with RVV) as well as sg2042 (without RVV), and it looks good.
-------------
Marked as reviewed by dzhang (Author).
PR Review: https://git.openjdk.org/jdk/pull/27805#pullrequestreview-3342995338
    
    
More information about the hotspot-compiler-dev
mailing list