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

Christian Hagedorn chagedorn at openjdk.org
Tue Apr 1 09:14:43 UTC 2025


On Tue, 1 Apr 2025 07:06:32 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> 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 two additional commits since the last revision:
> 
>  - upate copyright
>  - Apply suggestions from code review
>    
>    Co-authored-by: Christian Hagedorn <christian.hagedorn at oracle.com>

I'll have a closer look at the code later again :-)

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

PR Review: https://git.openjdk.org/jdk/pull/24224#pullrequestreview-2732020875


More information about the hotspot-compiler-dev mailing list