We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd0acb commit df9210eCopy full SHA for df9210e
src/hotspot/share/jvmci/jvmciEnv.cpp
@@ -31,6 +31,9 @@
31
#include "gc/shared/barrierSet.hpp"
32
#include "gc/shared/barrierSetNMethod.hpp"
33
#include "jvm_io.h"
34
+#include "jvmci/jniAccessMark.inline.hpp"
35
+#include "jvmci/jvmciCompiler.hpp"
36
+#include "jvmci/jvmciRuntime.hpp"
37
#include "memory/oopFactory.hpp"
38
#include "memory/resourceArea.hpp"
39
#include "memory/universe.hpp"
@@ -43,9 +46,6 @@
43
46
#include "runtime/jniHandles.inline.hpp"
44
47
#include "runtime/javaCalls.hpp"
45
48
#include "runtime/os.hpp"
-#include "jvmci/jniAccessMark.inline.hpp"
-#include "jvmci/jvmciCompiler.hpp"
-#include "jvmci/jvmciRuntime.hpp"
49
50
JVMCICompileState::JVMCICompileState(CompileTask* task, JVMCICompiler* compiler):
51
_task(task),
0 commit comments