src/hotspot/os/linux/os_linux.cpp
changeset 52581 d402a406bbc3
parent 52396 e292e94b448a
child 52734 d537553ed639
equal deleted inserted replaced
52580:73f6a850a62f 52581:d402a406bbc3
  4955 }
  4955 }
  4956 
  4956 
  4957 // this is called _after_ the global arguments have been parsed
  4957 // this is called _after_ the global arguments have been parsed
  4958 jint os::init_2(void) {
  4958 jint os::init_2(void) {
  4959 
  4959 
       
  4960   // This could be set after os::Posix::init() but all platforms
       
  4961   // have to set it the same so we have to mirror Solaris.
       
  4962   DEBUG_ONLY(os::set_mutex_init_done();)
       
  4963 
  4960   os::Posix::init_2();
  4964   os::Posix::init_2();
  4961 
  4965 
  4962   Linux::fast_thread_clock_init();
  4966   Linux::fast_thread_clock_init();
  4963 
  4967 
  4964   // initialize suspend/resume support - must do this before signal_sets_init()
  4968   // initialize suspend/resume support - must do this before signal_sets_init()