< prev index next >

src/hotspot/share/runtime/compilationPolicy.hpp

Print this page
rev 52821 : [mq]: 8214850-rename-vm_operations

*** 26,36 **** #define SHARE_VM_RUNTIME_COMPILATIONPOLICY_HPP #include "code/nmethod.hpp" #include "compiler/compileBroker.hpp" #include "memory/allocation.hpp" ! #include "runtime/vm_operations.hpp" #include "utilities/growableArray.hpp" // The CompilationPolicy selects which method (if any) should be compiled. // It also decides which methods must always be compiled (i.e., are never // interpreted). --- 26,36 ---- #define SHARE_VM_RUNTIME_COMPILATIONPOLICY_HPP #include "code/nmethod.hpp" #include "compiler/compileBroker.hpp" #include "memory/allocation.hpp" ! #include "runtime/vmOperations.hpp" #include "utilities/growableArray.hpp" // The CompilationPolicy selects which method (if any) should be compiled. // It also decides which methods must always be compiled (i.e., are never // interpreted).
< prev index next >