diff src/share/vm/runtime/vframe.hpp @ 8866:16885e702c88

7198429: need checked categorization of caller-sensitive methods in the JDK Reviewed-by: kvn, jrose
author twisti
date Mon, 25 Mar 2013 17:13:26 -0700
parents da91efe96a93
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/runtime/vframe.hpp	Sun Mar 24 12:43:13 2013 -0700
+++ b/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; }