src/cpu/sparc/vm/compiledIC_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/compiledIC_sparc.cpp	Thu Nov  3 04:05:38 2016
--- new/src/cpu/sparc/vm/compiledIC_sparc.cpp	Thu Nov  3 04:05:38 2016

*** 83,93 **** --- 83,93 ---- // Relocation entries for call stub, compiled java to interpreter. int CompiledStaticCall::reloc_to_interp_stub() { return 10; // 4 in emit_java_to_interp + 1 in Java_Static_Call } ! void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(/*is_aot*/ false); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm;

src/cpu/sparc/vm/compiledIC_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File