mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6667833: Remove CacheTimeMillis
Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
This commit is contained in:
parent
387f42921b
commit
bf559c6dce
11 changed files with 12 additions and 155 deletions
|
@ -390,11 +390,6 @@ void before_exit(JavaThread * thread) {
|
|||
StatSampler::disengage();
|
||||
StatSampler::destroy();
|
||||
|
||||
// shut down the TimeMillisUpdateTask
|
||||
if (CacheTimeMillis) {
|
||||
TimeMillisUpdateTask::disengage();
|
||||
}
|
||||
|
||||
#ifndef SERIALGC
|
||||
// stop CMS threads
|
||||
if (UseConcMarkSweepGC) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue