mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8191373: Multiple NUMA nodes expected
Reviewed-by: dholmes, gromero, dcubed
This commit is contained in:
parent
96be79fa9f
commit
b19d187c4e
1 changed files with 2 additions and 2 deletions
|
@ -3559,12 +3559,12 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
// Timing (must come after argument parsing)
|
||||
TraceTime timer("Create VM", TRACETIME_LOG(Info, startuptime));
|
||||
|
||||
SafepointMechanism::initialize();
|
||||
|
||||
// Initialize the os module after parsing the args
|
||||
jint os_init_2_result = os::init_2();
|
||||
if (os_init_2_result != JNI_OK) return os_init_2_result;
|
||||
|
||||
SafepointMechanism::initialize();
|
||||
|
||||
jint adjust_after_os_result = Arguments::adjust_after_os();
|
||||
if (adjust_after_os_result != JNI_OK) return adjust_after_os_result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue