< prev index next >

src/hotspot/cpu/zero/frame_zero.hpp

Print this page

        

@@ -73,6 +73,8 @@
   void zero_print_on_error(int           index,
                            outputStream* st,
                            char*         buf,
                            int           buflen) const;
 
+  static jint interpreter_frame_expression_stack_direction() { return -1; }
+
 #endif // CPU_ZERO_VM_FRAME_ZERO_HPP
< prev index next >