diff src/share/vm/ci/ciEnv.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 aa3d708d67c4
children c38f13903fdf da91efe96a93
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.hpp	Mon Aug 27 15:17:17 2012 -0700
+++ b/src/share/vm/ci/ciEnv.hpp	Tue Aug 28 15:24:39 2012 -0700
@@ -152,9 +152,6 @@
   ciMethod*  get_method_by_index_impl(constantPoolHandle cpool,
                                       int method_index, Bytecodes::Code bc,
                                       ciInstanceKlass* loading_klass);
-  ciMethod*  get_fake_invokedynamic_method_impl(constantPoolHandle cpool,
-                                                int index, Bytecodes::Code bc,
-                                                ciInstanceKlass* accessor);
 
   // Helper methods
   bool       check_klass_accessibility(ciKlass* accessing_klass,