src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp

Print this page

        

*** 1002,1012 **** uint retain() { return _num_self_forwarded > 0; } }; void HeapRegionRemSet::migrate_strong_code_roots() { assert(hr()->in_collection_set(), "only collection set regions"); ! assert(!hr()->isHumongous(), "not humongous regions"); ResourceMark rm; // List of code blobs to retain for this region GrowableArray<nmethod*> to_be_retained(10); --- 1002,1012 ---- uint retain() { return _num_self_forwarded > 0; } }; void HeapRegionRemSet::migrate_strong_code_roots() { assert(hr()->in_collection_set(), "only collection set regions"); ! assert(!hr()->isHumongous(), "humongous region moved?"); ResourceMark rm; // List of code blobs to retain for this region GrowableArray<nmethod*> to_be_retained(10);