hotspot/src/share/vm/runtime/thread.cpp
changeset 235 735f15bdea80
parent 225 6258c2e3adfd
parent 234 4da9c1bbc810
child 618 9641c2c8f977
child 1374 4c24294029a9
equal deleted inserted replaced
225:6258c2e3adfd 235:735f15bdea80
  3083   if (Arguments::has_profile())       FlatProfiler::engage(main_thread, true);
  3083   if (Arguments::has_profile())       FlatProfiler::engage(main_thread, true);
  3084   if (Arguments::has_alloc_profile()) AllocationProfiler::engage();
  3084   if (Arguments::has_alloc_profile()) AllocationProfiler::engage();
  3085   if (MemProfiling)                   MemProfiler::engage();
  3085   if (MemProfiling)                   MemProfiler::engage();
  3086   StatSampler::engage();
  3086   StatSampler::engage();
  3087   if (CheckJNICalls)                  JniPeriodicChecker::engage();
  3087   if (CheckJNICalls)                  JniPeriodicChecker::engage();
  3088   if (CacheTimeMillis)                TimeMillisUpdateTask::engage();
       
  3089 
  3088 
  3090   BiasedLocking::init();
  3089   BiasedLocking::init();
  3091 
  3090 
  3092 
  3091 
  3093   // Start up the WatcherThread if there are any periodic tasks
  3092   // Start up the WatcherThread if there are any periodic tasks