src/share/vm/prims/jvmtiTagMap.cpp

Print this page

        

*** 3017,3027 **** blk.set_kind(JVMTI_HEAP_REFERENCE_OTHER); Universe::oops_do(&blk); // If there are any non-perm roots in the code cache, visit them. blk.set_kind(JVMTI_HEAP_REFERENCE_OTHER); ! CodeBlobToOopClosure look_in_blobs(&blk, false); CodeCache::scavenge_root_nmethods_do(&look_in_blobs); return true; } --- 3017,3027 ---- blk.set_kind(JVMTI_HEAP_REFERENCE_OTHER); Universe::oops_do(&blk); // If there are any non-perm roots in the code cache, visit them. blk.set_kind(JVMTI_HEAP_REFERENCE_OTHER); ! CodeBlobToOopClosure look_in_blobs(&blk, !CodeBlobToOopClosure::FixRelocations); CodeCache::scavenge_root_nmethods_do(&look_in_blobs); return true; }