Skip to content

Commit df9210e

Browse files
linzihao1999SendaoYan
authored andcommitted
8347706: jvmciEnv.cpp has jvmci includes out of order
Reviewed-by: dnsimon
1 parent 5dd0acb commit df9210e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hotspot/share/jvmci/jvmciEnv.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
#include "gc/shared/barrierSet.hpp"
3232
#include "gc/shared/barrierSetNMethod.hpp"
3333
#include "jvm_io.h"
34+
#include "jvmci/jniAccessMark.inline.hpp"
35+
#include "jvmci/jvmciCompiler.hpp"
36+
#include "jvmci/jvmciRuntime.hpp"
3437
#include "memory/oopFactory.hpp"
3538
#include "memory/resourceArea.hpp"
3639
#include "memory/universe.hpp"
@@ -43,9 +46,6 @@
4346
#include "runtime/jniHandles.inline.hpp"
4447
#include "runtime/javaCalls.hpp"
4548
#include "runtime/os.hpp"
46-
#include "jvmci/jniAccessMark.inline.hpp"
47-
#include "jvmci/jvmciCompiler.hpp"
48-
#include "jvmci/jvmciRuntime.hpp"
4949

5050
JVMCICompileState::JVMCICompileState(CompileTask* task, JVMCICompiler* compiler):
5151
_task(task),

0 commit comments

Comments
 (0)