hotspot/src/share/vm/opto/parse.hpp
changeset 10509 43d670e5701e
parent 10007 43d4a6542551
child 10547 ea4a2ec31ae2
--- a/hotspot/src/share/vm/opto/parse.hpp	Wed Aug 31 16:46:11 2011 -0700
+++ b/hotspot/src/share/vm/opto/parse.hpp	Thu Sep 01 01:31:25 2011 -0700
@@ -78,6 +78,8 @@
   int         stack_depth()       const { return _caller_jvms ? _caller_jvms->depth() : 0; }
 
 public:
+  static const char* check_can_parse(ciMethod* callee);
+
   static InlineTree* build_inline_tree_root();
   static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee, bool create_if_not_found = false);