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

Emanuel Peter epeter at openjdk.org
Wed Apr 2 12:17:31 UTC 2025


On Tue, 1 Apr 2025 09:11:29 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> 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 :-)

@chhagedorn Ok, I refactored it. I'm now always comparing arbitrary classes. And `checkEQWithRawBits` does the comparison with raw bits, no `Options` required any more. Added a comment about reflection making things slow.

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

PR Comment: https://git.openjdk.org/jdk/pull/24224#issuecomment-2772372587


More information about the hotspot-compiler-dev mailing list