diff src/share/vm/c1/c1_LIRGenerator.hpp @ 13078:e6ba215af802

8027631: "unexpected profiling mismatch" error with new type profiling Summary: inlined method handle calls can call methods with different signatures Reviewed-by: kvn, iveresov
author roland
date Wed, 13 Nov 2013 09:45:58 +0100
parents 5ccbab1c69f3
children 2fd0fd493045
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Nov 12 13:58:37 2013 +0100
+++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Nov 13 09:45:58 2013 +0100
@@ -434,7 +434,9 @@
   void do_ThreadIDIntrinsic(Intrinsic* x);
   void do_ClassIDIntrinsic(Intrinsic* x);
 #endif
-  ciKlass* profile_arg_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_k);
+  ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
+                        Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
+                        ciKlass* callee_signature_k);
   void profile_arguments(ProfileCall* x);
   void profile_parameters(Base* x);
   void profile_parameters_at_call(ProfileCall* x);