src/share/vm/runtime/java.cpp

changeset 496
5a76ab815e34
parent 435
a61af66fc99e
child 631
d1605aabd0a1
child 662
8d852b81e775
equal deleted inserted replaced
495:8d84e28e68ba 496:5a76ab815e34
388 388
389 // shut down the StatSampler task 389 // shut down the StatSampler task
390 StatSampler::disengage(); 390 StatSampler::disengage();
391 StatSampler::destroy(); 391 StatSampler::destroy();
392 392
393 // shut down the TimeMillisUpdateTask
394 if (CacheTimeMillis) {
395 TimeMillisUpdateTask::disengage();
396 }
397
398 #ifndef SERIALGC 393 #ifndef SERIALGC
399 // stop CMS threads 394 // stop CMS threads
400 if (UseConcMarkSweepGC) { 395 if (UseConcMarkSweepGC) {
401 ConcurrentMarkSweepThread::stop(); 396 ConcurrentMarkSweepThread::stop();
402 } 397 }

mercurial