src/share/vm/code/compiledIC.hpp

changeset 8074
c1950f51ed60
parent 8073
682119c4c32e
child 8075
be740540f60c
     1.1 --- a/src/share/vm/code/compiledIC.hpp	Thu Oct 08 09:37:23 2015 +0200
     1.2 +++ b/src/share/vm/code/compiledIC.hpp	Thu Oct 08 09:37:51 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();  // Can only be called during a safepoint operation
     1.8 +  void set_to_clean();
     1.9    void set_to_monomorphic(CompiledICInfo& info);
    1.10    void clear_ic_stub();
    1.11  

mercurial