From 54029b0a3c49b4b5bdb01467a6d8db6a4e84992c Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Mon, 11 May 2026 07:38:50 +0000 Subject: [PATCH] 8334617: Build always compiles gtest depending on Serial GC, failing build if disabled Reviewed-by: shade, aboldtch --- test/hotspot/gtest/gc/{shared => serial}/test_collectorPolicy.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/hotspot/gtest/gc/{shared => serial}/test_collectorPolicy.cpp (100%) diff --git a/test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp b/test/hotspot/gtest/gc/serial/test_collectorPolicy.cpp similarity index 100% rename from test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp rename to test/hotspot/gtest/gc/serial/test_collectorPolicy.cpp