Integrated: JDK-8314752: Use google test string comparison macros

Thomas Stuefe stuefe at openjdk.org
Wed Aug 23 09:17:23 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 "<<").

This pull request has now been integrated.

Changeset: a0d0f21f
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a0d0f21f0844d402191f5285a154294a2b18059a
Stats:     84 lines in 14 files changed: 8 ins; 15 del; 61 mod

8314752: Use google test string comparison macros

Reviewed-by: coleenp, kbarrett

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

PR: https://git.openjdk.org/jdk/pull/15355


More information about the hotspot-dev mailing list