src/cpu/x86/vm/compiledIC_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/x86/vm/compiledIC_x86.cpp

src/cpu/x86/vm/compiledIC_x86.cpp

Print this page
rev 29185 : Review changes

*** 136,146 **** return 0; } } #endif // INCLUDE_AOT ! void CompiledDirectStaticCall::set_to_interpreted(methodHandle callee, address entry) { address stub = find_stub(false /* is_aot */); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm; --- 136,146 ---- return 0; } } #endif // INCLUDE_AOT ! void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { address stub = find_stub(false /* is_aot */); guarantee(stub != NULL, "stub not found"); if (TraceICs) { ResourceMark rm;
src/cpu/x86/vm/compiledIC_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File