Integrated: 8371698: ZGC: Call GTEST_SKIP when OS is unsupported

Stefan Karlsson stefank at openjdk.org
Tue Nov 18 12:01:18 UTC 2025


On Mon, 17 Nov 2025 11:12:36 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> We have a ZGC-specific test fixture for our gtests. This fixture bails out if the OS is unsupported. In addition to that, all tests need to bail out as well. It turns out that we missed this bail-out in one of our tests.
> 
> I propose that we perform a stronger bail-out in the test fixture to make this error less likely to happen in the future.

This pull request has now been integrated.

Changeset: df5b105b
Author:    Stefan Karlsson <stefank at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/df5b105bbb55d9cc923ac45ff99e702126626670
Stats:     40 lines in 4 files changed: 9 ins; 31 del; 0 mod

8371698: ZGC: Call GTEST_SKIP when OS is unsupported

Reviewed-by: aboldtch, jsikstro, mdoerr

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

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


More information about the hotspot-gc-dev mailing list