RFR: JDK-8314752: Use google test string comparision macros

Coleen Phillimore coleenp at openjdk.org
Tue Aug 22 12:10:26 UTC 2023


On Sun, 20 Aug 2023 10:09:49 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Small improvement to use google test's string comparison macros instead of raw C-functions.
> 
> This makes the code more readable and provides us with automatic error output in case of string mismatches (so we don't have to print the values via "<<").

Seems reasonable.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15355#pullrequestreview-1589280269


More information about the hotspot-dev mailing list