src/share/vm/code/compiledIC.hpp

changeset 8073
682119c4c32e
parent 6991
882004b9e7e1
child 8074
c1950f51ed60
     1.1 --- a/src/share/vm/code/compiledIC.hpp	Tue Oct 06 12:18:17 2015 +0200
     1.2 +++ b/src/share/vm/code/compiledIC.hpp	Thu Oct 08 09:37:23 2015 +0200
     1.3 @@ -230,6 +230,7 @@
     1.4    //
     1.5    void set_to_clean();  // Can only be called during a safepoint operation
     1.6    void set_to_monomorphic(CompiledICInfo& info);
     1.7 +  void clear_ic_stub();
     1.8  
     1.9    // Returns true if successful and false otherwise. The call can fail if memory
    1.10    // allocation in the code cache fails.

mercurial