src/share/vm/c1/c1_LIRGenerator.hpp

changeset 5987
5ccbab1c69f3
parent 5921
ce0cc25bc5e2
child 6103
e6ba215af802
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Mon Oct 21 17:34:27 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Oct 22 09:51:47 2013 +0200
     1.3 @@ -436,6 +436,8 @@
     1.4  #endif
     1.5    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.6    void profile_arguments(ProfileCall* x);
     1.7 +  void profile_parameters(Base* x);
     1.8 +  void profile_parameters_at_call(ProfileCall* x);
     1.9  
    1.10   public:
    1.11    Compilation*  compilation() const              { return _compilation; }

mercurial