Skip to content

Commit b054d24

Browse files
author
SendaoYan
committed
8350584: Check the usage of LOG_PLEASE
Reviewed-by: stuefe
1 parent 717c499 commit b054d24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/hotspot/gtest/metaspace/test_clms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#ifdef _LP64
4040

41-
#define LOG_PLEASE
41+
// #define LOG_PLEASE
4242
#include "metaspaceGtestCommon.hpp"
4343
#include "metaspaceGtestContexts.hpp"
4444
#include "metaspaceGtestRangeHelpers.hpp"

test/hotspot/gtest/metaspace/test_metaspacearena.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "utilities/debug.hpp"
4141
#include "utilities/globalDefinitions.hpp"
4242

43-
#define LOG_PLEASE
43+
// #define LOG_PLEASE
4444
#include "metaspaceGtestCommon.hpp"
4545
#include "metaspaceGtestContexts.hpp"
4646
#include "metaspaceGtestRangeHelpers.hpp"

test/hotspot/gtest/runtime/test_os_reserve_between.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "utilities/macros.hpp"
3131
#include "utilities/resourceHash.hpp"
3232

33-
#define LOG_PLEASE
33+
// #define LOG_PLEASE
3434
#include "testutils.hpp"
3535
#include "unittest.hpp"
3636

0 commit comments

Comments
 (0)