comparison src/share/vm/runtime/thread.cpp @ 62:cd0742ba123c

Merge
author kamg
date Thu, 20 Mar 2008 09:17:30 -0500
parents 75b0f3cb1943 5a76ab815e34
children 6d13fcb3663f 37f87013dfd8
comparison
equal deleted inserted replaced
52:75b0f3cb1943 62:cd0742ba123c
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