< prev index next >

src/hotspot/share/jvmci/jvmci.cpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 29,38 **** --- 29,39 ---- #include "jvmci/jvmci.hpp" #include "jvmci/jvmciJavaClasses.hpp" #include "jvmci/jvmciRuntime.hpp" #include "jvmci/metadataHandleBlock.hpp" #include "memory/universe.hpp" + #include "runtime/mutexLocker.inline.hpp" MetadataHandleBlock* JVMCI::_metadata_handles = NULL; JVMCIRuntime* JVMCI::_compiler_runtime = NULL; JVMCIRuntime* JVMCI::_java_runtime = NULL;
< prev index next >