src/hotspot/share/opto/macro.cpp
changeset 59053 ba6c248cae19
parent 58372 43c4fb8ba96b
--- a/src/hotspot/share/opto/macro.cpp	Wed Nov 13 11:21:15 2019 +0100
+++ b/src/hotspot/share/opto/macro.cpp	Wed Nov 13 11:37:29 2019 +0100
@@ -1399,7 +1399,7 @@
     // other threads.
     // Other threads include java threads and JVM internal threads
     // (for example concurrent GC threads). Current concurrent GC
-    // implementation: CMS and G1 will not scan newly created object,
+    // implementation: G1 will not scan newly created object,
     // so it's safe to skip storestore barrier when allocation does
     // not escape.
     if (!alloc->does_not_escape_thread() &&