src/share/vm/shark/sharkCompiler.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/sharkCompiler.cpp	Thu Jan 21 11:16:28 2016
--- new/src/share/vm/shark/sharkCompiler.cpp	Thu Jan 21 11:16:27 2016

*** 143,154 **** --- 143,153 ---- ShouldNotCallThis(); } void SharkCompiler::compile_method(ciEnv* env, ciMethod* target, ! int entry_bci, DirectiveSet* directive) { ! int entry_bci) { assert(is_initialized(), "should be"); ResourceMark rm; const char *name = methodname( target->holder()->name()->as_utf8(), target->name()->as_utf8());
*** 216,226 **** --- 215,225 ---- &oopmaps, &handler_table, &inc_table, this, false, ! env->directive(), false); } nmethod* SharkCompiler::generate_native_wrapper(MacroAssembler* masm, const methodHandle& target,

src/share/vm/shark/sharkCompiler.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File