RFR: 8366897: RBTreeTest.IntrusiveCustomVerifyTest and RBTreeTest.CustomVerify tests fail on non-debug builds
Casper Norrbin
cnorrbin at openjdk.org
Thu Sep 4 18:03:45 UTC 2025
On Thu, 4 Sep 2025 17:48:56 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> How about `assert(verifier(...` a few below? Does that require similar fixup?
That is the internal self-defined verifier that compares nodes, defined in `verify_self`. It has no side effect, and is strictly used for node comparisons.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27097#issuecomment-3254899269
More information about the hotspot-dev
mailing list