RFR: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects [v5]

Emanuel Peter epeter at openjdk.org
Mon Mar 31 08:57:33 UTC 2025


> We should extend the functionality of Verify.checkEQ:
> - Allow different NaN encodings to be seen as equal (by default).
> - Compare VectorAPI vectors.
> - Compare Exceptions, and their messages.
> - Compare arbitrary Objects via Reflection.
> 
> Note: this is a prerequisite for the Template Library [JDK-8352861](https://bugs.openjdk.org/browse/JDK-8352861) / https://github.com/openjdk/jdk/pull/23418.

Emanuel Peter has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:

 - Merge branch 'master' into JDK-8352869-Verify-NaN-Vector-Objects
 - Verify.Options refactor for Galder
 - Update test/hotspot/jtreg/compiler/lib/verify/Verify.java
   
   Co-authored-by: Galder Zamarreño <galder at redhat.com>
 - Merge branch 'master' into JDK-8352869-Verify-NaN-Vector-Objects
 - clean up test
 - JDK-8352869

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24224/files
  - new: https://git.openjdk.org/jdk/pull/24224/files/f2ed085a..d46c45de

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24224&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24224&range=03-04

  Stats: 6635 lines in 96 files changed: 3713 ins; 2593 del; 329 mod
  Patch: https://git.openjdk.org/jdk/pull/24224.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24224/head:pull/24224

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


More information about the hotspot-compiler-dev mailing list