< prev index next >

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

Print this page

        

@@ -68,13 +68,10 @@
   _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;
< prev index next >