src/hotspot/share/code/codeCache.hpp
changeset 52453 6e99148dbf33
parent 52405 c0c6cdea32f1
child 52661 4f45c682eab0
equal deleted inserted replaced
52452:3315e47741c7 52453:6e99148dbf33
   190     ~UnloadingScope() {
   190     ~UnloadingScope() {
   191       IsUnloadingBehaviour::set_current(NULL);
   191       IsUnloadingBehaviour::set_current(NULL);
   192     }
   192     }
   193   };
   193   };
   194   static void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred);
   194   static void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred);
   195   static uint16_t unloading_cycle() { return _unloading_cycle; }
   195   static uint8_t unloading_cycle() { return _unloading_cycle; }
   196   static void increment_unloading_cycle();
   196   static void increment_unloading_cycle();
   197   static void asserted_non_scavengable_nmethods_do(CodeBlobClosure* f = NULL) PRODUCT_RETURN;
   197   static void asserted_non_scavengable_nmethods_do(CodeBlobClosure* f = NULL) PRODUCT_RETURN;
   198   static void release_exception_cache(ExceptionCache* entry);
   198   static void release_exception_cache(ExceptionCache* entry);
   199   static void purge_exception_caches();
   199   static void purge_exception_caches();
   200 
   200