diff -r f0312c7d5b37 -r ba6c248cae19 src/hotspot/share/runtime/thread.cpp --- 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: