hotspot/src/share/vm/c1/c1_LIRAssembler.hpp
changeset 19710 2f8ca425504e
parent 18507 61bfc8995bb3
child 20702 bbe0fcde6e13
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Fri Aug 23 18:04:35 2013 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp	Wed Aug 21 13:34:45 2013 +0200
@@ -119,6 +119,8 @@
 
   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();