hotspot/src/share/vm/runtime/thread.cpp
changeset 14580 3e2316663327
parent 14490 5bb45ed999ee
child 14582 490bb6c0df7c
equal deleted inserted replaced
14568:e601a3059a10 14580:3e2316663327
  3332 
  3332 
  3333   // Initialize the os module after parsing the args
  3333   // Initialize the os module after parsing the args
  3334   jint os_init_2_result = os::init_2();
  3334   jint os_init_2_result = os::init_2();
  3335   if (os_init_2_result != JNI_OK) return os_init_2_result;
  3335   if (os_init_2_result != JNI_OK) return os_init_2_result;
  3336 
  3336 
       
  3337   jint adjust_after_os_result = Arguments::adjust_after_os();
       
  3338   if (adjust_after_os_result != JNI_OK) return adjust_after_os_result;
       
  3339 
  3337   // intialize TLS
  3340   // intialize TLS
  3338   ThreadLocalStorage::init();
  3341   ThreadLocalStorage::init();
  3339 
  3342 
  3340   // Bootstrap native memory tracking, so it can start recording memory
  3343   // Bootstrap native memory tracking, so it can start recording memory
  3341   // activities before worker thread is started. This is the first phase
  3344   // activities before worker thread is started. This is the first phase