src/share/vm/c1/c1_LIRGenerator.hpp

changeset 5914
d13d7aba8c12
parent 5353
b800986664f4
child 5921
ce0cc25bc5e2
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Oct 09 11:05:17 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Wed Oct 09 16:32:21 2013 +0200
     1.3 @@ -434,6 +434,8 @@
     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 +  void profile_arguments(ProfileCall* x);
     1.9  
    1.10   public:
    1.11    Compilation*  compilation() const              { return _compilation; }

mercurial