src/share/vm/c1/c1_LIRAssembler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 21 16:07:21 2013
--- new/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 21 16:07:20 2013

*** 117,126 **** --- 117,128 ---- void append_patching_stub(PatchingStub* stub); void patching_epilog(PatchingStub* patch, LIR_PatchCode patch_code, Register obj, CodeEmitInfo* info); void comp_op(LIR_Condition condition, LIR_Opr src, LIR_Opr result, LIR_Op2* op); + PatchingStub::PatchID patching_id(CodeEmitInfo* info); + public: LIR_Assembler(Compilation* c); ~LIR_Assembler(); C1_MacroAssembler* masm() const { return _masm; } Compilation* compilation() const { return _compilation; }

src/share/vm/c1/c1_LIRAssembler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File