equal
deleted
inserted
replaced
3557 HOTSPOT_VM_INIT_BEGIN(); |
3557 HOTSPOT_VM_INIT_BEGIN(); |
3558 |
3558 |
3559 // Timing (must come after argument parsing) |
3559 // Timing (must come after argument parsing) |
3560 TraceTime timer("Create VM", TRACETIME_LOG(Info, startuptime)); |
3560 TraceTime timer("Create VM", TRACETIME_LOG(Info, startuptime)); |
3561 |
3561 |
3562 SafepointMechanism::initialize(); |
|
3563 |
|
3564 // Initialize the os module after parsing the args |
3562 // Initialize the os module after parsing the args |
3565 jint os_init_2_result = os::init_2(); |
3563 jint os_init_2_result = os::init_2(); |
3566 if (os_init_2_result != JNI_OK) return os_init_2_result; |
3564 if (os_init_2_result != JNI_OK) return os_init_2_result; |
|
3565 |
|
3566 SafepointMechanism::initialize(); |
3567 |
3567 |
3568 jint adjust_after_os_result = Arguments::adjust_after_os(); |
3568 jint adjust_after_os_result = Arguments::adjust_after_os(); |
3569 if (adjust_after_os_result != JNI_OK) return adjust_after_os_result; |
3569 if (adjust_after_os_result != JNI_OK) return adjust_after_os_result; |
3570 |
3570 |
3571 // Initialize output stream logging |
3571 // Initialize output stream logging |