src/share/vm/code/nmethod.hpp

changeset 8073
682119c4c32e
parent 7333
b12a2a9b05ca
child 8075
be740540f60c
     1.1 --- a/src/share/vm/code/nmethod.hpp	Tue Oct 06 12:18:17 2015 +0200
     1.2 +++ b/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:37:23 2015 +0200
     1.3 @@ -577,6 +577,7 @@
     1.4  
     1.5    // Inline cache support
     1.6    void clear_inline_caches();
     1.7 +  void clear_ic_stubs();
     1.8    void cleanup_inline_caches();
     1.9    bool inlinecache_check_contains(address addr) const {
    1.10      return (addr >= code_begin() && addr < verified_entry_point());

mercurial