hotspot/src/share/vm/code/codeCache.hpp
changeset 37289 9989add27bf4
parent 36593 5ef494d5c3e8
child 38133 78b95467b9f1
equal deleted inserted replaced
37286:67b04a68b881 37289:9989add27bf4
   199   static double reverse_free_ratio(int code_blob_type);
   199   static double reverse_free_ratio(int code_blob_type);
   200 
   200 
   201   static bool needs_cache_clean()                     { return _needs_cache_clean; }
   201   static bool needs_cache_clean()                     { return _needs_cache_clean; }
   202   static void set_needs_cache_clean(bool v)           { _needs_cache_clean = v;    }
   202   static void set_needs_cache_clean(bool v)           { _needs_cache_clean = v;    }
   203   static void clear_inline_caches();                  // clear all inline caches
   203   static void clear_inline_caches();                  // clear all inline caches
       
   204   static void cleanup_inline_caches();
   204 
   205 
   205   // Returns true if an own CodeHeap for the given CodeBlobType is available
   206   // Returns true if an own CodeHeap for the given CodeBlobType is available
   206   static bool heap_available(int code_blob_type);
   207   static bool heap_available(int code_blob_type);
   207 
   208 
   208   // Returns the CodeBlobType for the given nmethod
   209   // Returns the CodeBlobType for the given nmethod