mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8365917: Sort share/logging includes
Reviewed-by: ayang, phh
This commit is contained in:
parent
bdf9834b81
commit
11eccfc85f
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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
|
||||
|
||||
@ -54,6 +54,7 @@ public class TestIncludesAreSorted {
|
||||
"share/jfr",
|
||||
"share/jvmci",
|
||||
"share/libadt",
|
||||
"share/logging",
|
||||
"share/metaprogramming",
|
||||
"share/oops",
|
||||
"share/opto",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user