src/hotspot/share/runtime/thread.cpp
changeset 59053 ba6c248cae19
parent 58956 9a0a5e70eeb2
child 59132 189f47d990b5
--- a/src/hotspot/share/runtime/thread.cpp	Wed Nov 13 11:21:15 2019 +0100
+++ b/src/hotspot/share/runtime/thread.cpp	Wed Nov 13 11:37:29 2019 +0100
@@ -4367,7 +4367,7 @@
 //   + Call before_exit(), prepare for VM exit
 //      > run VM level shutdown hooks (they are registered through JVM_OnExit(),
 //        currently the only user of this mechanism is File.deleteOnExit())
-//      > stop StatSampler, watcher thread, CMS threads,
+//      > stop StatSampler, watcher thread,
 //        post thread end and vm death events to JVMTI,
 //        stop signal thread
 //   + Call JavaThread::exit(), it will: