RFR: 8365844: RISC-V: TestBadFormat.java fails when running without RVV [v2]

Dingli Zhang dzhang at openjdk.org
Thu Aug 21 06:52:07 UTC 2025


> Hi,
> Can you help to review this patch? Thanks!
> 
> We noticed that testlibrary_tests/ir_framework/tests/TestBadFormat.java fails when running tier4 tests on p550.
> The reason for the error is that the Vector test related to badVectorNodeSize requires RVV on riscv, otherwise the expected passing case will fail and cannot match FailCount.
> 
> ### Test (fastdebug)
> - [x] Run testlibrary_tests/ir_framework/tests/TestBadFormat.java on k1/k230/sg2042

Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:

  Enable test without RVV and fix in BadIRAnnotationsAfterTestVM

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/26855/files
  - new: https://git.openjdk.org/jdk/pull/26855/files/1b9f1698..d4468d61

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26855&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26855&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/26855.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26855/head:pull/26855

PR: https://git.openjdk.org/jdk/pull/26855


More information about the hotspot-compiler-dev mailing list