diff src/share/vm/ci/ciEnv.hpp @ 6646:c38f13903fdf

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ just before the NPG (no perm gen) changeset
author Doug Simon <doug.simon@oracle.com>
date Mon, 29 Oct 2012 21:10:04 +0100
parents 33df1aeaebbf 7f813940ac35
children e522a00b91aa
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.hpp	Mon Oct 29 20:02:54 2012 +0100
+++ b/src/share/vm/ci/ciEnv.hpp	Mon Oct 29 21:10:04 2012 +0100
@@ -156,9 +156,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,