From b054d24df55a73bae70c784f6e75b3eb56d4be8b Mon Sep 17 00:00:00 2001 From: SendaoYan Date: Mon, 3 Mar 2025 07:48:12 +0000 Subject: [PATCH] 8350584: Check the usage of LOG_PLEASE Reviewed-by: stuefe --- test/hotspot/gtest/metaspace/test_clms.cpp | 2 +- test/hotspot/gtest/metaspace/test_metaspacearena.cpp | 2 +- test/hotspot/gtest/runtime/test_os_reserve_between.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/hotspot/gtest/metaspace/test_clms.cpp b/test/hotspot/gtest/metaspace/test_clms.cpp index ca126b7f615..a1bcb65eaed 100644 --- a/test/hotspot/gtest/metaspace/test_clms.cpp +++ b/test/hotspot/gtest/metaspace/test_clms.cpp @@ -38,7 +38,7 @@ #ifdef _LP64 -#define LOG_PLEASE +// #define LOG_PLEASE #include "metaspaceGtestCommon.hpp" #include "metaspaceGtestContexts.hpp" #include "metaspaceGtestRangeHelpers.hpp" diff --git a/test/hotspot/gtest/metaspace/test_metaspacearena.cpp b/test/hotspot/gtest/metaspace/test_metaspacearena.cpp index e44e3abe398..e99c22abf88 100644 --- a/test/hotspot/gtest/metaspace/test_metaspacearena.cpp +++ b/test/hotspot/gtest/metaspace/test_metaspacearena.cpp @@ -40,7 +40,7 @@ #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" -#define LOG_PLEASE +// #define LOG_PLEASE #include "metaspaceGtestCommon.hpp" #include "metaspaceGtestContexts.hpp" #include "metaspaceGtestRangeHelpers.hpp" diff --git a/test/hotspot/gtest/runtime/test_os_reserve_between.cpp b/test/hotspot/gtest/runtime/test_os_reserve_between.cpp index 7e326fda439..34dd26dcf17 100644 --- a/test/hotspot/gtest/runtime/test_os_reserve_between.cpp +++ b/test/hotspot/gtest/runtime/test_os_reserve_between.cpp @@ -30,7 +30,7 @@ #include "utilities/macros.hpp" #include "utilities/resourceHash.hpp" -#define LOG_PLEASE +// #define LOG_PLEASE #include "testutils.hpp" #include "unittest.hpp"