< prev index next >

src/hotspot/share/code/codeCache.hpp


*** 190,200 **** ~UnloadingScope() { IsUnloadingBehaviour::set_current(NULL); } }; static void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred); ! static uint16_t unloading_cycle() { return _unloading_cycle; } static void increment_unloading_cycle(); static void asserted_non_scavengable_nmethods_do(CodeBlobClosure* f = NULL) PRODUCT_RETURN; static void release_exception_cache(ExceptionCache* entry); static void purge_exception_caches(); --- 190,200 ---- ~UnloadingScope() { IsUnloadingBehaviour::set_current(NULL); } }; static void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred); ! static uint8_t unloading_cycle() { return _unloading_cycle; } static void increment_unloading_cycle(); static void asserted_non_scavengable_nmethods_do(CodeBlobClosure* f = NULL) PRODUCT_RETURN; static void release_exception_cache(ExceptionCache* entry); static void purge_exception_caches();
< prev index next >