< prev index next >

src/hotspot/cpu/s390/frame_s390.hpp

Print this page

        

@@ -547,6 +547,8 @@
     //
     // Normal return address is the instruction following the branch.
     pc_return_offset =  0,
   };
 
+  static jint interpreter_frame_expression_stack_direction() { return -1; }
+
 #endif // CPU_S390_VM_FRAME_S390_HPP
< prev index next >