hotspot/src/share/vm/c1/c1_IR.hpp
changeset 24018 77b156916bab
parent 23190 e8bbf9cd711e
child 24318 9d2b7bd56778
--- a/hotspot/src/share/vm/c1/c1_IR.hpp	Mon Apr 14 09:04:36 2014 +0000
+++ b/hotspot/src/share/vm/c1/c1_IR.hpp	Tue Apr 01 09:36:49 2014 +0200
@@ -284,6 +284,8 @@
 
   bool     is_method_handle_invoke() const { return _is_method_handle_invoke;     }
   void set_is_method_handle_invoke(bool x) {        _is_method_handle_invoke = x; }
+
+  int interpreter_frame_size() const;
 };