src/share/vm/c1/c1_LIRGenerator.hpp

changeset 6103
e6ba215af802
parent 5987
5ccbab1c69f3
child 6876
710a3c8b516e
child 7058
2fd0fd493045
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Nov 12 13:58:37 2013 +0100
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Nov 13 09:45:58 2013 +0100
     1.3 @@ -434,7 +434,9 @@
     1.4    void do_ThreadIDIntrinsic(Intrinsic* x);
     1.5    void do_ClassIDIntrinsic(Intrinsic* x);
     1.6  #endif
     1.7 -  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);
     1.8 +  ciKlass* profile_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k,
     1.9 +                        Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_at_call_k,
    1.10 +                        ciKlass* callee_signature_k);
    1.11    void profile_arguments(ProfileCall* x);
    1.12    void profile_parameters(Base* x);
    1.13    void profile_parameters_at_call(ProfileCall* x);

mercurial