hotspot/src/share/vm/code/compiledIC.hpp
changeset 33160 c59f1676d27e
parent 32466 915d0c3d25aa
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/code/compiledIC.hpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/share/vm/code/compiledIC.hpp	Thu Oct 08 12:49:30 2015 -1000
@@ -306,7 +306,7 @@
   friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
 
   // Code
-  static address emit_to_interp_stub(CodeBuffer &cbuf);
+  static address emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL);
   static int to_interp_stub_size();
   static int reloc_to_interp_stub();