hotspot/src/share/vm/runtime/thread.cpp
changeset 19986 33d188c66ed9
parent 19723 79c3f91dc0fa
child 20005 6fb8070af25d
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  3327 
  3327 
  3328   // Parse arguments
  3328   // Parse arguments
  3329   jint parse_result = Arguments::parse(args);
  3329   jint parse_result = Arguments::parse(args);
  3330   if (parse_result != JNI_OK) return parse_result;
  3330   if (parse_result != JNI_OK) return parse_result;
  3331 
  3331 
       
  3332   os::init_before_ergo();
       
  3333 
       
  3334   jint ergo_result = Arguments::apply_ergo();
       
  3335   if (ergo_result != JNI_OK) return ergo_result;
       
  3336 
  3332   if (PauseAtStartup) {
  3337   if (PauseAtStartup) {
  3333     os::pause();
  3338     os::pause();
  3334   }
  3339   }
  3335 
  3340 
  3336 #ifndef USDT2
  3341 #ifndef USDT2