diff src/share/vm/opto/parse.hpp @ 3900:a32de5085326

7079673: JSR 292: C1 should inline bytecoded method handle adapters Reviewed-by: never
author twisti
date Thu, 01 Sep 2011 01:31:25 -0700
parents aabf25fa3f05
children f6f3bb0ee072
line wrap: on
line diff
--- a/src/share/vm/opto/parse.hpp	Wed Aug 31 16:46:11 2011 -0700
+++ b/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);