diff src/share/vm/code/compiledIC.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents a6e09d6dd8e5
children 891687731b59
line wrap: on
line diff
--- a/src/share/vm/code/compiledIC.hpp	Tue Jun 18 14:23:29 2013 -0700
+++ b/src/share/vm/code/compiledIC.hpp	Wed Jun 19 10:45:56 2013 +0200
@@ -304,6 +304,11 @@
   friend CompiledStaticCall* compiledStaticCall_at(address native_call);
   friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
 
+  // Code
+  static void emit_to_interp_stub(CodeBuffer &cbuf);
+  static int to_interp_stub_size();
+  static int reloc_to_interp_stub();
+
   // State
   bool is_clean() const;
   bool is_call_to_compiled() const;