This commit is contained in:
Nils Eliasson 2015-11-13 13:31:48 +01:00
commit 2f9e32256d
181 changed files with 8026 additions and 4055 deletions

View file

@ -112,7 +112,7 @@ void JVMCICompiler::bootstrap() {
_bootstrapping = false;
}
void JVMCICompiler::compile_method(methodHandle method, int entry_bci, JVMCIEnv* env) {
void JVMCICompiler::compile_method(const methodHandle& method, int entry_bci, JVMCIEnv* env) {
JVMCI_EXCEPTION_CONTEXT
bool is_osr = entry_bci != InvocationEntryBci;