mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
This commit is contained in:
parent
b8b88853a5
commit
1fc67ab002
239 changed files with 220 additions and 27246 deletions
|
@ -4367,7 +4367,7 @@ void JavaThread::invoke_shutdown_hooks() {
|
|||
// + 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue