src/share/vm/code/compiledIC.hpp

changeset 8075
be740540f60c
parent 8074
c1950f51ed60
child 8427
c3d0bd36ab28
     1.1 --- a/src/share/vm/code/compiledIC.hpp	Thu Oct 08 09:37:51 2015 +0200
     1.2 +++ b/src/share/vm/code/compiledIC.hpp	Thu Oct 08 09:38:24 2015 +0200
     1.3 @@ -228,7 +228,7 @@
     1.4    //
     1.5    // They all takes a TRAP argument, since they can cause a GC if the inline-cache buffer is full.
     1.6    //
     1.7 -  void set_to_clean();
     1.8 +  void set_to_clean(bool in_use = true);
     1.9    void set_to_monomorphic(CompiledICInfo& info);
    1.10    void clear_ic_stub();
    1.11  

mercurial