diff src/share/vm/c1/c1_GraphBuilder.hpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents d13d7aba8c12
children 5ccbab1c69f3
line wrap: on
line diff
--- a/src/share/vm/c1/c1_GraphBuilder.hpp	Fri Oct 11 19:51:31 2013 -0700
+++ b/src/share/vm/c1/c1_GraphBuilder.hpp	Sat Oct 12 12:12:59 2013 +0200
@@ -375,6 +375,7 @@
   void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
 
   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
+  void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
   void profile_invocation(ciMethod* inlinee, ValueStack* state);
 
   // Shortcuts to profiling control.