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

        

*** 58,79 **** int CompiledStaticCall::reloc_to_interp_stub() { ShouldNotReachHere(); // Only needed for COMPILER2. return 0; } ! void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) { ShouldNotReachHere(); // Only needed for COMPILER2. } ! void CompiledStaticCall::set_stub_to_clean(static_stub_Relocation* static_stub) { ShouldNotReachHere(); // Only needed for COMPILER2. } //----------------------------------------------------------------------------- // Non-product mode code. #ifndef PRODUCT ! void CompiledStaticCall::verify() { ShouldNotReachHere(); // Only needed for COMPILER2. } #endif // !PRODUCT --- 58,79 ---- 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. } //----------------------------------------------------------------------------- // Non-product mode code. #ifndef PRODUCT ! void CompiledDirectStaticCall::verify() { ShouldNotReachHere(); // Only needed for COMPILER2. } #endif // !PRODUCT
src/cpu/zero/vm/compiledIC_zero.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File