Skip to content

Commit 813b223

Browse files
committed
8296926: Sort include lines of files in the include/ directory
Reviewed-by: kbarrett, erikj, lkorinth
1 parent 8cdcec4 commit 813b223

File tree

113 files changed

+114
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+114
-120
lines changed

src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <sys/types.h>
2727

2828
#include "precompiled.hpp"
29-
#include "jvm.h"
3029
#include "asm/assembler.hpp"
3130
#include "asm/assembler.inline.hpp"
3231
#include "ci/ciEnv.hpp"
@@ -39,6 +38,7 @@
3938
#include "gc/shared/tlab_globals.hpp"
4039
#include "interpreter/bytecodeHistogram.hpp"
4140
#include "interpreter/interpreter.hpp"
41+
#include "jvm.h"
4242
#include "compiler/compileTask.hpp"
4343
#include "compiler/disassembler.hpp"
4444
#include "memory/resourceArea.hpp"

src/hotspot/cpu/arm/interp_masm_arm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26-
#include "jvm.h"
2726
#include "asm/macroAssembler.inline.hpp"
2827
#include "gc/shared/barrierSet.hpp"
2928
#include "gc/shared/cardTable.hpp"
@@ -32,6 +31,7 @@
3231
#include "interp_masm_arm.hpp"
3332
#include "interpreter/interpreter.hpp"
3433
#include "interpreter/interpreterRuntime.hpp"
34+
#include "jvm.h"
3535
#include "logging/log.hpp"
3636
#include "oops/arrayOop.hpp"
3737
#include "oops/markWord.hpp"

src/hotspot/cpu/arm/methodHandles_arm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
// Last synchronization: changeset f8c9417e3571
2828

2929
#include "precompiled.hpp"
30-
#include "jvm.h"
3130
#include "classfile/javaClasses.inline.hpp"
3231
#include "classfile/vmClasses.hpp"
3332
#include "interpreter/interpreter.hpp"
3433
#include "interpreter/interpreterRuntime.hpp"
34+
#include "jvm.h"
3535
#include "logging/log.hpp"
3636
#include "logging/logStream.hpp"
3737
#include "memory/allocation.inline.hpp"

src/hotspot/cpu/arm/vm_version_arm_32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26-
#include "jvm.h"
2726
#include "asm/macroAssembler.inline.hpp"
27+
#include "jvm.h"
2828
#include "memory/resourceArea.hpp"
2929
#include "runtime/arguments.hpp"
3030
#include "runtime/globals_extension.hpp"

src/hotspot/cpu/ppc/methodHandles_ppc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27-
#include "jvm.h"
2827
#include "asm/macroAssembler.inline.hpp"
2928
#include "classfile/javaClasses.inline.hpp"
3029
#include "classfile/vmClasses.hpp"
3130
#include "interpreter/interpreter.hpp"
31+
#include "jvm.h"
3232
#include "logging/log.hpp"
3333
#include "logging/logStream.hpp"
3434
#include "memory/allocation.inline.hpp"

src/hotspot/cpu/ppc/vm_version_ppc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27-
#include "jvm.h"
2827
#include "asm/assembler.inline.hpp"
2928
#include "asm/macroAssembler.inline.hpp"
3029
#include "compiler/disassembler.hpp"
30+
#include "jvm.h"
3131
#include "memory/resourceArea.hpp"
3232
#include "runtime/globals_extension.hpp"
3333
#include "runtime/java.hpp"

src/hotspot/cpu/s390/methodHandles_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27-
#include "jvm.h"
2827
#include "asm/macroAssembler.inline.hpp"
2928
#include "classfile/javaClasses.inline.hpp"
3029
#include "classfile/vmClasses.hpp"
3130
#include "interpreter/interpreter.hpp"
31+
#include "jvm.h"
3232
#include "logging/log.hpp"
3333
#include "logging/logStream.hpp"
3434
#include "memory/allocation.inline.hpp"

src/hotspot/cpu/s390/vm_version_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
*/
2525

2626
#include "precompiled.hpp"
27-
#include "jvm.h"
2827
#include "asm/assembler.inline.hpp"
2928
#include "compiler/disassembler.hpp"
3029
#include "code/compiledIC.hpp"
30+
#include "jvm.h"
3131
#include "memory/resourceArea.hpp"
3232
#include "runtime/java.hpp"
3333
#include "runtime/stubCodeGenerator.hpp"

src/hotspot/cpu/x86/macroAssembler_x86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26-
#include "jvm.h"
2726
#include "asm/assembler.hpp"
2827
#include "asm/assembler.inline.hpp"
2928
#include "compiler/compiler_globals.hpp"
@@ -34,6 +33,7 @@
3433
#include "gc/shared/tlab_globals.hpp"
3534
#include "interpreter/bytecodeHistogram.hpp"
3635
#include "interpreter/interpreter.hpp"
36+
#include "jvm.h"
3737
#include "memory/resourceArea.hpp"
3838
#include "memory/universe.hpp"
3939
#include "oops/accessDecorators.hpp"

src/hotspot/cpu/x86/methodHandles_x86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
*/
2424

2525
#include "precompiled.hpp"
26-
#include "jvm.h"
2726
#include "asm/macroAssembler.hpp"
2827
#include "classfile/vmClasses.hpp"
2928
#include "compiler/disassembler.hpp"
3029
#include "classfile/javaClasses.inline.hpp"
3130
#include "interpreter/interpreter.hpp"
3231
#include "interpreter/interpreterRuntime.hpp"
32+
#include "jvm.h"
3333
#include "logging/log.hpp"
3434
#include "logging/logStream.hpp"
3535
#include "memory/allocation.inline.hpp"

0 commit comments

Comments
 (0)