diff src/share/vm/graal/graalCodeInstaller.cpp @ 19426:dd8989d5547f

provide more detail when Graal code installation fails due to a failed dependency check
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 Feb 2015 14:49:05 +0100
parents 98592ae4b1fa
children b6beb2161e7a
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.cpp	Tue Feb 17 14:07:13 2015 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.cpp	Tue Feb 17 14:49:05 2015 +0100
@@ -468,7 +468,7 @@
       id = CompileBroker::assign_compile_id_unlocked(Thread::current(), method, entry_bci);
     }
     result = GraalEnv::register_method(method, nm, entry_bci, &_offsets, _custom_stack_area_offset, &buffer, stack_slots, _debug_recorder->_oopmaps, &_exception_handler_table,
-        GraalCompiler::instance(), _debug_recorder, _dependencies, env, id, false, installed_code, speculation_log);
+        GraalCompiler::instance(), _debug_recorder, _dependencies, env, id, false, installed_code, compiled_code, speculation_log);
     cb = nm;
   }