hotspot/src/share/vm/code/nmethod.hpp
changeset 37289 9989add27bf4
parent 36818 b40330c06dea
child 38043 6d3cae25efbb
--- a/hotspot/src/share/vm/code/nmethod.hpp	Sun Apr 03 21:44:54 2016 -0700
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Tue Apr 05 01:46:40 2016 -0700
@@ -599,7 +599,7 @@
   // Inline cache support
   void clear_inline_caches();
   void clear_ic_stubs();
-  void cleanup_inline_caches();
+  void cleanup_inline_caches(bool clean_all = false);
   bool inlinecache_check_contains(address addr) const {
     return (addr >= code_begin() && addr < verified_entry_point());
   }