hotspot/src/share/vm/code/codeCache.hpp
changeset 46727 6e4a84748e2c
parent 46647 634dc786bf96
equal deleted inserted replaced
46726:7801367e3cc9 46727:6e4a84748e2c
   280 #ifdef HOTSWAP
   280 #ifdef HOTSWAP
   281   // Flushing and deoptimization in case of evolution
   281   // Flushing and deoptimization in case of evolution
   282   static void flush_evol_dependents_on(InstanceKlass* dependee);
   282   static void flush_evol_dependents_on(InstanceKlass* dependee);
   283 #endif // HOTSWAP
   283 #endif // HOTSWAP
   284   // Support for fullspeed debugging
   284   // Support for fullspeed debugging
   285   static void flush_dependents_on_method(methodHandle dependee);
   285   static void flush_dependents_on_method(const methodHandle& dependee);
   286 
   286 
   287   // tells how many nmethods have dependencies
   287   // tells how many nmethods have dependencies
   288   static int number_of_nmethods_with_dependencies();
   288   static int number_of_nmethods_with_dependencies();
   289 
   289 
   290   static int get_codemem_full_count(int code_blob_type) {
   290   static int get_codemem_full_count(int code_blob_type) {