src/share/vm/runtime/vframe.hpp

changeset 4866
16885e702c88
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/runtime/vframe.hpp	Sun Mar 24 12:43:13 2013 -0700
     1.2 +++ b/src/share/vm/runtime/vframe.hpp	Mon Mar 25 17:13:26 2013 -0700
     1.3 @@ -336,6 +336,7 @@
     1.4        _frame = _frame.sender(&_reg_map);
     1.5      } while (!fill_from_frame());
     1.6    }
     1.7 +  void security_next();
     1.8  
     1.9    bool at_end() const { return _mode == at_end_mode; }
    1.10  

mercurial