RFR: JDK-8295865: Several issues with os::realloc
Thomas Stuefe
stuefe at openjdk.org
Wed Nov 2 13:26:32 UTC 2022
On Wed, 2 Nov 2022 12:42:16 GMT, David Holmes <dholmes at openjdk.org> wrote:
> I meant different place in the file, rather than under "convenience asserts" when they are not assertions. I remain ignorant as to what the behaviour of EXPECT_X(p) is actually meant to be ??
EXPECT_x and ASSERT_x mimic the assertion macros with the same name that the gtest suite exposes. This is gtest lingo. It is assumed here that the reader knows how gtest tests are written, in particular what ASSERT and EXPECT are and how they work.
I can make it more obvious with a clarifying comment.
-------------
PR: https://git.openjdk.org/jdk/pull/10857
More information about the hotspot-runtime-dev
mailing list