src/share/vm/c1/c1_GraphBuilder.hpp

changeset 5921
ce0cc25bc5e2
parent 5914
d13d7aba8c12
child 5987
5ccbab1c69f3
     1.1 --- a/src/share/vm/c1/c1_GraphBuilder.hpp	Fri Oct 11 19:51:31 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_GraphBuilder.hpp	Sat Oct 12 12:12:59 2013 +0200
     1.3 @@ -375,6 +375,7 @@
     1.4    void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
     1.5  
     1.6    void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
     1.7 +  void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
     1.8    void profile_invocation(ciMethod* inlinee, ValueStack* state);
     1.9  
    1.10    // Shortcuts to profiling control.

mercurial