mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8223639: [JVMCI] jvmciCompiler.cpp needs to include "oops/objArrayOop.inline.hpp""
Added missing header Reviewed-by: dlong, kvn
This commit is contained in:
parent
4bf58d7d18
commit
2767374bb7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "classfile/moduleEntry.hpp"
|
||||
#include "jvmci/jvmciEnv.hpp"
|
||||
#include "jvmci/jvmciRuntime.hpp"
|
||||
#include "oops/objArrayOop.inline.hpp"
|
||||
#include "runtime/handles.inline.hpp"
|
||||
|
||||
JVMCICompiler* JVMCICompiler::_instance = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue