< prev index next >

src/hotspot/share/gc/shared/parallelCleaning.cpp

Print this page

        

*** 68,80 **** _claimed_nmethod = _first_nmethod; } CodeCacheUnloadingTask::~CodeCacheUnloadingTask() { CodeCache::verify_clean_inline_caches(); - - guarantee(CodeCache::scavenge_root_nmethods() == NULL, "Must be"); - CodeCache::verify_icholder_relocations(); } void CodeCacheUnloadingTask::claim_nmethods(CompiledMethod** claimed_nmethods, int *num_claimed_nmethods) { CompiledMethod* first; --- 68,77 ----
< prev index next >