hotspot/src/share/vm/runtime/vframe.hpp
changeset 16617 6235d2c7549f
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/runtime/vframe.hpp	Sun Mar 24 12:43:13 2013 -0700
+++ b/hotspot/src/share/vm/runtime/vframe.hpp	Mon Mar 25 17:13:26 2013 -0700
@@ -336,6 +336,7 @@
       _frame = _frame.sender(&_reg_map);
     } while (!fill_from_frame());
   }
+  void security_next();
 
   bool at_end() const { return _mode == at_end_mode; }