< prev index next >

src/hotspot/cpu/ppc/frame_ppc.hpp

Print this page

        

*** 423,428 **** --- 423,430 ---- enum { // normal return address is 1 bundle past PC pc_return_offset = 0 }; + static jint interpreter_frame_expression_stack_direction() { return -1; } + #endif // CPU_PPC_VM_FRAME_PPC_HPP
< prev index next >