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

Emanuel Peter epeter at openjdk.org
Thu Apr 3 05:46:30 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 incrementally with one additional commit since the last revision:

  Apply suggestions from code review
  
  Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24224/files
  - new: https://git.openjdk.org/jdk/pull/24224/files/f2b3c371..8c3e9b91

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

  Stats: 35 lines in 2 files changed: 0 ins; 5 del; 30 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