8365917: Sort share/logging includes

Reviewed-by: ayang, phh
This commit is contained in:
Francesco Andreuzzi 2025-08-21 18:58:27 +00:00 committed by Paul Hohensee
parent bdf9834b81
commit 11eccfc85f
5 changed files with 5 additions and 3 deletions

View File

@ -26,8 +26,8 @@
#include "logging/logLevel.hpp"
#include "logging/logPrefix.hpp"
#include "logging/logTagSet.hpp"
#include "logging/logTag.hpp"
#include "logging/logTagSet.hpp"
#include "utilities/debug.hpp"
class LogMessageBuffer;

View File

@ -24,8 +24,8 @@
#ifndef SHARE_LOGGING_LOGDECORATORS_HPP
#define SHARE_LOGGING_LOGDECORATORS_HPP
#include "utilities/globalDefinitions.hpp"
#include "logging/logSelection.hpp"
#include "utilities/globalDefinitions.hpp"
class outputStream;

View File

@ -29,6 +29,7 @@
#include "logging/logMessageBuffer.hpp"
#include "memory/allocation.inline.hpp"
#include "utilities/defaultStream.hpp"
#include <string.h>
const char* const LogFileStreamOutput::FoldMultilinesOptionKey = "foldmultilines";

View File

@ -22,9 +22,9 @@
*
*/
#include "logging/logTag.hpp"
#include "utilities/stringUtils.hpp"
#include "utilities/globalDefinitions.hpp"
#include "utilities/ostream.hpp"
#include "utilities/stringUtils.hpp"
const char* const LogTag::_name[] = {
"", // __NO_TAG

View File

@ -54,6 +54,7 @@ public class TestIncludesAreSorted {
"share/jfr",
"share/jvmci",
"share/libadt",
"share/logging",
"share/metaprogramming",
"share/oops",
"share/opto",