src/cpu/zero/vm/sharedRuntime_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/zero/vm/sharedRuntime_zero.cpp	Mon Aug 19 16:51:39 2013
--- new/src/cpu/zero/vm/sharedRuntime_zero.cpp	Mon Aug 19 16:51:39 2013

*** 87,106 **** --- 87,108 ---- compile_id, sig_bt, ret_type); #else ShouldNotCallThis(); + return NULL; #endif // SHARK } int Deoptimization::last_frame_adjust(int callee_parameters, int callee_locals) { return 0; } uint SharedRuntime::out_preserve_stack_slots() { ShouldNotCallThis(); + return 0; } JRT_LEAF(void, zero_stub()) ShouldNotCallThis(); JRT_END
*** 133,138 **** --- 135,141 ---- int SharedRuntime::c_calling_convention(const BasicType *sig_bt, VMRegPair *regs, int total_args_passed) { ShouldNotCallThis(); + return 0; }

src/cpu/zero/vm/sharedRuntime_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File