src/hotspot/share/prims/jvmtiTagMap.cpp
changeset 59153 1152339c298a
parent 58722 cba8afa5cfed
--- a/src/hotspot/share/prims/jvmtiTagMap.cpp	Wed Nov 20 10:37:46 2019 +0100
+++ b/src/hotspot/share/prims/jvmtiTagMap.cpp	Wed Nov 20 10:37:46 2019 +0100
@@ -1271,9 +1271,6 @@
     }
 
     // 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);
   }