< prev index next >

src/hotspot/share/prims/jvmtiTagMap.cpp

Print this page

        

*** 1269,1281 **** if (VerifyBeforeIteration) { Universe::verify(); } // do the iteration - // If this operation encounters a bad object when using CMS, - // consider using safe_object_iterate() which avoids perm gen - // objects that may contain bad references. Universe::heap()->object_iterate(_blk); } }; --- 1269,1278 ----
< prev index next >