< prev index next >

src/cpu/s390/vm/frame_s390.inline.hpp

Print this page

        

@@ -26,10 +26,11 @@
 #ifndef CPU_S390_VM_FRAME_S390_INLINE_HPP
 #define CPU_S390_VM_FRAME_S390_INLINE_HPP
 
 #include "code/codeCache.hpp"
 #include "code/vmreg.inline.hpp"
+#include "utilities/align.hpp"
 
 // Inline functions for z/Architecture frames:
 
 inline void frame::find_codeblob_and_set_pc_and_deopt_state(address pc) {
   assert(pc != NULL, "precondition: must have PC");
< prev index next >