src/share/vm/opto/parse.hpp

changeset 4414
5698813d45eb
parent 4409
d092d1b31229
child 4532
60bba1398c51
     1.1 --- a/src/share/vm/opto/parse.hpp	Tue Jan 08 11:30:51 2013 -0800
     1.2 +++ b/src/share/vm/opto/parse.hpp	Wed Jan 09 15:37:23 2013 -0800
     1.3 @@ -469,10 +469,6 @@
     1.4    // Helper function to uncommon-trap or bailout for non-compilable call-sites
     1.5    bool can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass *klass);
     1.6  
     1.7 -  // Helper function to identify inlining potential at call-site
     1.8 -  ciMethod* optimize_inlining(ciMethod* caller, int bci, ciInstanceKlass* klass,
     1.9 -                              ciMethod *dest_method, const TypeOopPtr* receiver_type);
    1.10 -
    1.11    // Helper function to setup for type-profile based inlining
    1.12    bool prepare_type_profile_inline(ciInstanceKlass* prof_klass, ciMethod* prof_method);
    1.13  

mercurial