hotspot/src/share/vm/opto/parse.hpp
changeset 15118 1a1a6d1dfaab
parent 15113 823590505eb4
child 15472 ae13b6ad6c25
--- a/hotspot/src/share/vm/opto/parse.hpp	Tue Jan 08 11:30:51 2013 -0800
+++ b/hotspot/src/share/vm/opto/parse.hpp	Wed Jan 09 15:37:23 2013 -0800
@@ -469,10 +469,6 @@
   // Helper function to uncommon-trap or bailout for non-compilable call-sites
   bool can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass *klass);
 
-  // Helper function to identify inlining potential at call-site
-  ciMethod* optimize_inlining(ciMethod* caller, int bci, ciInstanceKlass* klass,
-                              ciMethod *dest_method, const TypeOopPtr* receiver_type);
-
   // Helper function to setup for type-profile based inlining
   bool prepare_type_profile_inline(ciInstanceKlass* prof_klass, ciMethod* prof_method);