--- old/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-02 17:55:37.730628062 +0200 +++ new/src/share/vm/c1/c1_LIRGenerator.hpp 2013-10-02 17:55:37.390526600 +0200 @@ -434,6 +434,8 @@ void do_ThreadIDIntrinsic(Intrinsic* x); void do_ClassIDIntrinsic(Intrinsic* x); #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); public: Compilation* compilation() const { return _compilation; }