comparison 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
comparison
equal deleted inserted replaced
13075:144b23411b51 13078:e6ba215af802
432 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x); 432 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
433 #ifdef TRACE_HAVE_INTRINSICS 433 #ifdef TRACE_HAVE_INTRINSICS
434 void do_ThreadIDIntrinsic(Intrinsic* x); 434 void do_ThreadIDIntrinsic(Intrinsic* x);
435 void do_ClassIDIntrinsic(Intrinsic* x); 435 void do_ClassIDIntrinsic(Intrinsic* x);
436 #endif 436 #endif
437 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); 437 ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
438 Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
439 ciKlass* callee_signature_k);
438 void profile_arguments(ProfileCall* x); 440 void profile_arguments(ProfileCall* x);
439 void profile_parameters(Base* x); 441 void profile_parameters(Base* x);
440 void profile_parameters_at_call(ProfileCall* x); 442 void profile_parameters_at_call(ProfileCall* x);
441 443
442 public: 444 public: