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	Fri Sep 25 16:23:25 2015
--- new/src/share/vm/shark/sharkCompiler.cpp	Fri Sep 25 16:23:25 2015

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

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