mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8296886: Fix various include sort order issues
Reviewed-by: kbarrett, dholmes, stuefe
This commit is contained in:
parent
5e196b4b8e
commit
df6cf1e41d
116 changed files with 161 additions and 182 deletions
|
@ -109,11 +109,6 @@
|
|||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
#include "utilities/vmError.hpp"
|
||||
|
||||
#include CPU_HEADER(vmStructs)
|
||||
#include OS_HEADER(vmStructs)
|
||||
#include OS_CPU_HEADER(vmStructs)
|
||||
|
||||
#ifdef COMPILER2
|
||||
#include "opto/addnode.hpp"
|
||||
#include "opto/block.hpp"
|
||||
|
@ -142,6 +137,10 @@
|
|||
#include "opto/vectornode.hpp"
|
||||
#endif // COMPILER2
|
||||
|
||||
#include CPU_HEADER(vmStructs)
|
||||
#include OS_HEADER(vmStructs)
|
||||
#include OS_CPU_HEADER(vmStructs)
|
||||
|
||||
// Note: the cross-product of (c1, c2, product, nonproduct, ...),
|
||||
// (nonstatic, static), and (unchecked, checked) has not been taken.
|
||||
// Only the macros currently needed have been defined.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue