hotspot/src/share/vm/runtime/thread.cpp
changeset 27474 2b061fd571eb
parent 27471 6e56277909f1
parent 27473 07948a5f8f5c
child 27654 4e508c2376f7
child 27651 b85a7f15f835
equal deleted inserted replaced
27472:fc8b041bd744 27474:2b061fd571eb
  3615     if (PeriodicTask::num_tasks() > 0) {
  3615     if (PeriodicTask::num_tasks() > 0) {
  3616       WatcherThread::start();
  3616       WatcherThread::start();
  3617     }
  3617     }
  3618   }
  3618   }
  3619 
  3619 
  3620   // Give os specific code one last chance to start
       
  3621   os::init_3();
       
  3622 
       
  3623   create_vm_timer.end();
  3620   create_vm_timer.end();
  3624 #ifdef ASSERT
  3621 #ifdef ASSERT
  3625   _vm_complete = true;
  3622   _vm_complete = true;
  3626 #endif
  3623 #endif
  3627   return JNI_OK;
  3624   return JNI_OK;