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

src/cpu/zero/vm/compiledIC_zero.cpp

Print this page
rev 29185 : Review changes

*** 58,68 **** int CompiledStaticCall::reloc_to_interp_stub() { ShouldNotReachHere(); // Only needed for COMPILER2. return 0; } ! void CompiledDirectStaticCall::set_to_interpreted(methodHandle callee, address entry) { ShouldNotReachHere(); // Only needed for COMPILER2. } void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { ShouldNotReachHere(); // Only needed for COMPILER2. --- 58,68 ---- int CompiledStaticCall::reloc_to_interp_stub() { ShouldNotReachHere(); // Only needed for COMPILER2. return 0; } ! void CompiledDirectStaticCall::set_to_interpreted(const methodHandle& callee, address entry) { ShouldNotReachHere(); // Only needed for COMPILER2. } void CompiledDirectStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { ShouldNotReachHere(); // Only needed for COMPILER2.
src/cpu/zero/vm/compiledIC_zero.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File