src/hotspot/share/prims/jvmtiTagMap.cpp
changeset 59153 1152339c298a
parent 58722 cba8afa5cfed
equal deleted inserted replaced
59152:59272e9e0635 59153:1152339c298a
  1269     if (VerifyBeforeIteration) {
  1269     if (VerifyBeforeIteration) {
  1270       Universe::verify();
  1270       Universe::verify();
  1271     }
  1271     }
  1272 
  1272 
  1273     // do the iteration
  1273     // do the iteration
  1274     // If this operation encounters a bad object when using CMS,
       
  1275     // consider using safe_object_iterate() which avoids perm gen
       
  1276     // objects that may contain bad references.
       
  1277     Universe::heap()->object_iterate(_blk);
  1274     Universe::heap()->object_iterate(_blk);
  1278   }
  1275   }
  1279 
  1276 
  1280 };
  1277 };
  1281 
  1278