diff src/share/vm/code/compiledIC.hpp @ 15046:5c71dcf0915d

use hotspot static stubs for call sites
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 09 Apr 2014 16:33:37 -0700
parents 4ca6dc0799b6
children 89152779163c
line wrap: on
line diff
--- a/src/share/vm/code/compiledIC.hpp	Wed Apr 09 16:33:32 2014 -0700
+++ b/src/share/vm/code/compiledIC.hpp	Wed Apr 09 16:33:37 2014 -0700
@@ -308,7 +308,7 @@
   friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
 
   // Code
-  static void emit_to_interp_stub(CodeBuffer &cbuf);
+  static void emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL);
   static int to_interp_stub_size();
   static int reloc_to_interp_stub();