--- old/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-21 18:17:54.565732473 +0200 +++ new/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-21 18:17:54.372101039 +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; }