comparison src/share/vm/runtime/thread.cpp @ 61:5a76ab815e34

6667833: Remove CacheTimeMillis Summary: Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
author sbohne
date Wed, 19 Mar 2008 09:58:01 -0400
parents a61af66fc99e
children cd0742ba123c
comparison
equal deleted inserted replaced
60:8d84e28e68ba 61:5a76ab815e34
3064 if (Arguments::has_profile()) FlatProfiler::engage(main_thread, true); 3064 if (Arguments::has_profile()) FlatProfiler::engage(main_thread, true);
3065 if (Arguments::has_alloc_profile()) AllocationProfiler::engage(); 3065 if (Arguments::has_alloc_profile()) AllocationProfiler::engage();
3066 if (MemProfiling) MemProfiler::engage(); 3066 if (MemProfiling) MemProfiler::engage();
3067 StatSampler::engage(); 3067 StatSampler::engage();
3068 if (CheckJNICalls) JniPeriodicChecker::engage(); 3068 if (CheckJNICalls) JniPeriodicChecker::engage();
3069 if (CacheTimeMillis) TimeMillisUpdateTask::engage();
3070 3069
3071 BiasedLocking::init(); 3070 BiasedLocking::init();
3072 3071
3073 3072
3074 // Start up the WatcherThread if there are any periodic tasks 3073 // Start up the WatcherThread if there are any periodic tasks