src/share/vm/code/compiledIC.hpp

changeset 5000
a6e09d6dd8e5
parent 4037
da91efe96a93
child 5762
891687731b59
     1.1 --- a/src/share/vm/code/compiledIC.hpp	Thu Apr 11 23:06:33 2013 -0400
     1.2 +++ b/src/share/vm/code/compiledIC.hpp	Wed Apr 24 20:55:28 2013 -0400
     1.3 @@ -304,6 +304,11 @@
     1.4    friend CompiledStaticCall* compiledStaticCall_at(address native_call);
     1.5    friend CompiledStaticCall* compiledStaticCall_at(Relocation* call_site);
     1.6  
     1.7 +  // Code
     1.8 +  static void emit_to_interp_stub(CodeBuffer &cbuf);
     1.9 +  static int to_interp_stub_size();
    1.10 +  static int reloc_to_interp_stub();
    1.11 +
    1.12    // State
    1.13    bool is_clean() const;
    1.14    bool is_call_to_compiled() const;

mercurial