--- old/src/share/vm/runtime/vframe.hpp 2013-03-25 16:56:09.000000000 -0700 +++ new/src/share/vm/runtime/vframe.hpp 2013-03-25 16:56:09.000000000 -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; }