src/hotspot/share/runtime/thread.cpp
changeset 49653 a569cb4425f3
parent 49636 6d5bd76650df
child 49659 0ed1370f52bb
equal deleted inserted replaced
49652:a74836b05c28 49653:a569cb4425f3
  3659   HOTSPOT_VM_INIT_BEGIN();
  3659   HOTSPOT_VM_INIT_BEGIN();
  3660 
  3660 
  3661   // Timing (must come after argument parsing)
  3661   // Timing (must come after argument parsing)
  3662   TraceTime timer("Create VM", TRACETIME_LOG(Info, startuptime));
  3662   TraceTime timer("Create VM", TRACETIME_LOG(Info, startuptime));
  3663 
  3663 
       
  3664 #ifdef CAN_SHOW_REGISTERS_ON_ASSERT
       
  3665   // Initialize assert poison page mechanism.
       
  3666   if (ShowRegistersOnAssert) {
       
  3667     initialize_assert_poison();
       
  3668   }
       
  3669 #endif // CAN_SHOW_REGISTERS_ON_ASSERT
       
  3670 
  3664   // Initialize the os module after parsing the args
  3671   // Initialize the os module after parsing the args
  3665   jint os_init_2_result = os::init_2();
  3672   jint os_init_2_result = os::init_2();
  3666   if (os_init_2_result != JNI_OK) return os_init_2_result;
  3673   if (os_init_2_result != JNI_OK) return os_init_2_result;
  3667 
  3674 
  3668   SafepointMechanism::initialize();
  3675   SafepointMechanism::initialize();