diff src/share/vm/c1/c1_LIRAssembler.hpp @ 12160:f98f5d48f511

7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked Summary: Do patching rather bailing out for unlinked call with appendix Reviewed-by: twisti, kvn
author roland
date Wed, 21 Aug 2013 13:34:45 +0200
parents b800986664f4
children d13d7aba8c12
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRAssembler.hpp	Fri Aug 23 18:04:35 2013 -0700
+++ b/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();