From 16a6082adf92290e36e50d3a1dae98ec18b2789b Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Tue, 25 Feb 2025 11:30:02 +0800 Subject: [PATCH] 8350584: Check the usage of LOG_PLEASE --- 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 ca126b7f61581..a1bcb65eaedaf 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 e44e3abe398dd..e99c22abf88a4 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 7e326fda43904..34dd26dcf1769 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"