Integrated: 8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects
Emanuel Peter
epeter at openjdk.org
Tue May 6 06:29:29 UTC 2025
On Tue, 25 Mar 2025 11:15:58 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.
This pull request has now been integrated.
Changeset: 9f8fbf29
Author: Emanuel Peter <epeter at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9f8fbf292278d995c9fa112d8f97b2375f619537
Stats: 684 lines in 3 files changed: 581 ins; 2 del; 101 mod
8352869: Verify.checkEQ: extension for NaN, VectorAPI and arbitrary Objects
Reviewed-by: chagedorn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/24224
More information about the hotspot-compiler-dev
mailing list