src/share/vm/opto/parse.hpp

changeset 5901
0c4c40f5c399
parent 5658
edb5ab0f3fe5
child 5981
3213ba4d3dff
     1.1 --- a/src/share/vm/opto/parse.hpp	Wed Oct 02 06:17:10 2013 -0700
     1.2 +++ b/src/share/vm/opto/parse.hpp	Fri Oct 04 10:11:48 2013 -0700
     1.3 @@ -73,6 +73,7 @@
     1.4    bool        try_to_inline(ciMethod* callee_method,
     1.5                              ciMethod* caller_method,
     1.6                              int caller_bci,
     1.7 +                            JVMState* jvms,
     1.8                              ciCallProfile& profile,
     1.9                              WarmCallInfo* wci_result,
    1.10                              bool& should_delay);
    1.11 @@ -83,6 +84,7 @@
    1.12                              WarmCallInfo* wci_result);
    1.13    bool        should_not_inline(ciMethod* callee_method,
    1.14                                  ciMethod* caller_method,
    1.15 +                                JVMState* jvms,
    1.16                                  WarmCallInfo* wci_result);
    1.17    void        print_inlining(ciMethod* callee_method, int caller_bci,
    1.18                               bool success) const;

mercurial