src/hotspot/share/runtime/thread.cpp
changeset 50184 1a4101ebec92
parent 50113 caf115bb98ad
child 50217 843fc56f4686
equal deleted inserted replaced
50183:4befb3c9c758 50184:1a4101ebec92
  3811 #if INCLUDE_MANAGEMENT
  3811 #if INCLUDE_MANAGEMENT
  3812   Management::record_vm_init_completed();
  3812   Management::record_vm_init_completed();
  3813 #endif // INCLUDE_MANAGEMENT
  3813 #endif // INCLUDE_MANAGEMENT
  3814 
  3814 
  3815   // Signal Dispatcher needs to be started before VMInit event is posted
  3815   // Signal Dispatcher needs to be started before VMInit event is posted
  3816   os::signal_init(CHECK_JNI_ERR);
  3816   os::initialize_jdk_signal_support(CHECK_JNI_ERR);
  3817 
  3817 
  3818   // Start Attach Listener if +StartAttachListener or it can't be started lazily
  3818   // Start Attach Listener if +StartAttachListener or it can't be started lazily
  3819   if (!DisableAttachMechanism) {
  3819   if (!DisableAttachMechanism) {
  3820     AttachListener::vm_start();
  3820     AttachListener::vm_start();
  3821     if (StartAttachListener || AttachListener::init_at_startup()) {
  3821     if (StartAttachListener || AttachListener::init_at_startup()) {