< prev index next >

src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp

Print this page

        

*** 27,36 **** --- 27,37 ---- #include "oops/objArrayOop.inline.hpp" #include "jvmci/jvmciRuntime.hpp" #include "jvmci/jvmciCompilerToVM.hpp" #include "jvmci/vmStructs_jvmci.hpp" #include "runtime/handles.inline.hpp" + #include "runtime/sharedRuntime.hpp" #include "utilities/resourceHash.hpp" int CompilerToVM::Data::Klass_vtable_start_offset; int CompilerToVM::Data::Klass_vtable_length_offset;
*** 181,191 **** #undef VM_INTRINSIC_INFO assert(index == vmIntrinsics::ID_LIMIT - 1, "must be"); return vmIntrinsics; } - /** * The set of VM flags known to be used. */ #define PREDEFINED_CONFIG_FLAGS(do_bool_flag, do_intx_flag, do_uintx_flag) \ do_intx_flag(AllocateInstancePrefetchLines) \ --- 182,191 ----
< prev index next >