comparison src/cpu/ppc/vm/frame_ppc.inline.hpp @ 17917:63c5920a038d

8042309: Some bugfixes for the ppc64 port. Reviewed-by: kvn
author goetz
date Fri, 02 May 2014 14:53:06 +0200
parents fd1b9f02cc91
children
comparison
equal deleted inserted replaced
17916:34862ced4a87 17917:63c5920a038d
23 * 23 *
24 */ 24 */
25 25
26 #ifndef CPU_PPC_VM_FRAME_PPC_INLINE_HPP 26 #ifndef CPU_PPC_VM_FRAME_PPC_INLINE_HPP
27 #define CPU_PPC_VM_FRAME_PPC_INLINE_HPP 27 #define CPU_PPC_VM_FRAME_PPC_INLINE_HPP
28
29 #include "code/codeCache.hpp"
28 30
29 // Inline functions for ppc64 frames: 31 // Inline functions for ppc64 frames:
30 32
31 // Find codeblob and set deopt_state. 33 // Find codeblob and set deopt_state.
32 inline void frame::find_codeblob_and_set_pc_and_deopt_state(address pc) { 34 inline void frame::find_codeblob_and_set_pc_and_deopt_state(address pc) {