src/share/vm/c1/c1_LIRAssembler.hpp

changeset 5628
f98f5d48f511
parent 5353
b800986664f4
child 5914
d13d7aba8c12
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.hpp	Fri Aug 23 18:04:35 2013 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 21 13:34:45 2013 +0200
     1.3 @@ -119,6 +119,8 @@
     1.4  
     1.5    void comp_op(LIR_Condition condition, LIR_Opr src, LIR_Opr result, LIR_Op2* op);
     1.6  
     1.7 +  PatchingStub::PatchID patching_id(CodeEmitInfo* info);
     1.8 +
     1.9   public:
    1.10    LIR_Assembler(Compilation* c);
    1.11    ~LIR_Assembler();

mercurial