src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
changeset 51334 cc2c79d22508
parent 50429 83aec1d357d4
child 52877 9e041366c764
equal deleted inserted replaced
51333:f6641fcf7b7e 51334:cc2c79d22508
   237 
   237 
   238 JfrRecorderService::JfrRecorderService() :
   238 JfrRecorderService::JfrRecorderService() :
   239   _checkpoint_manager(JfrCheckpointManager::instance()),
   239   _checkpoint_manager(JfrCheckpointManager::instance()),
   240   _chunkwriter(JfrRepository::chunkwriter()),
   240   _chunkwriter(JfrRepository::chunkwriter()),
   241   _repository(JfrRepository::instance()),
   241   _repository(JfrRepository::instance()),
       
   242   _stack_trace_repository(JfrStackTraceRepository::instance()),
   242   _storage(JfrStorage::instance()),
   243   _storage(JfrStorage::instance()),
   243   _stack_trace_repository(JfrStackTraceRepository::instance()),
       
   244   _string_pool(JfrStringPool::instance()) {}
   244   _string_pool(JfrStringPool::instance()) {}
   245 
   245 
   246 void JfrRecorderService::start() {
   246 void JfrRecorderService::start() {
   247   RotationLock rl(Thread::current());
   247   RotationLock rl(Thread::current());
   248   if (rl.not_acquired()) {
   248   if (rl.not_acquired()) {