diff src/share/vm/c1/c1_GraphBuilder.hpp @ 6634:7f813940ac35

7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites Reviewed-by: kvn
author twisti
date Tue, 28 Aug 2012 15:24:39 -0700
parents 1d7922586cf6
children 7eca5de9e0b6
line wrap: on
line diff
--- a/src/share/vm/c1/c1_GraphBuilder.hpp	Mon Aug 27 15:17:17 2012 -0700
+++ b/src/share/vm/c1/c1_GraphBuilder.hpp	Tue Aug 28 15:24:39 2012 -0700
@@ -346,7 +346,7 @@
   const char* should_not_inline(ciMethod* callee) const;
 
   // JSR 292 support
-  bool for_method_handle_inline(ciMethod* callee);
+  bool try_method_handle_inline(ciMethod* callee);
 
   // helpers
   void inline_bailout(const char* msg);