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
|
@ -39,9 +39,6 @@
|
|||
#include "jfr/jfrEvents.hpp"
|
||||
#include "jfr/support/jfrThreadId.hpp"
|
||||
#include "jvm.h"
|
||||
#if INCLUDE_JVMCI
|
||||
#include "jvmci/jvmci.hpp"
|
||||
#endif
|
||||
#include "logging/log.hpp"
|
||||
#include "logging/logStream.hpp"
|
||||
#include "memory/metaspaceUtils.hpp"
|
||||
|
@ -93,6 +90,9 @@
|
|||
#if INCLUDE_JFR
|
||||
#include "jfr/jfr.hpp"
|
||||
#endif
|
||||
#if INCLUDE_JVMCI
|
||||
#include "jvmci/jvmci.hpp"
|
||||
#endif
|
||||
|
||||
GrowableArray<Method*>* collected_profiled_methods;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue