hotspot/src/share/vm/code/codeCache.hpp
changeset 37289 9989add27bf4
parent 36593 5ef494d5c3e8
child 38133 78b95467b9f1
--- a/hotspot/src/share/vm/code/codeCache.hpp	Sun Apr 03 21:44:54 2016 -0700
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Tue Apr 05 01:46:40 2016 -0700
@@ -201,6 +201,7 @@
   static bool needs_cache_clean()                     { return _needs_cache_clean; }
   static void set_needs_cache_clean(bool v)           { _needs_cache_clean = v;    }
   static void clear_inline_caches();                  // clear all inline caches
+  static void cleanup_inline_caches();
 
   // Returns true if an own CodeHeap for the given CodeBlobType is available
   static bool heap_available(int code_blob_type);