hotspot/src/share/vm/code/nmethod.hpp
changeset 26912 19021f626ad2
parent 26796 666464578742
child 27247 99db666dbe8e
--- a/hotspot/src/share/vm/code/nmethod.hpp	Fri Sep 26 20:09:02 2014 -0700
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Mon Sep 29 08:40:51 2014 +0200
@@ -577,6 +577,7 @@
 
   // Inline cache support
   void clear_inline_caches();
+  void clear_ic_stubs();
   void cleanup_inline_caches();
   bool inlinecache_check_contains(address addr) const {
     return (addr >= code_begin() && addr < verified_entry_point());