--- old/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-14 13:44:01.212121850 +0200 +++ new/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-14 13:44:00.929125189 +0200 @@ -436,6 +436,8 @@ #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); void profile_arguments(ProfileCall* x); + void profile_parameters(Base* x); + void profile_parameters_at_call(ProfileCall* x); public: Compilation* compilation() const { return _compilation; }