src/hotspot/os/bsd/os_bsd.cpp
changeset 52581 d402a406bbc3
parent 52304 72f2fc52ef85
child 52734 d537553ed639
equal deleted inserted replaced
52580:73f6a850a62f 52581:d402a406bbc3
  3165 }
  3165 }
  3166 
  3166 
  3167 // this is called _after_ the global arguments have been parsed
  3167 // this is called _after_ the global arguments have been parsed
  3168 jint os::init_2(void) {
  3168 jint os::init_2(void) {
  3169 
  3169 
       
  3170   // This could be set after os::Posix::init() but all platforms
       
  3171   // have to set it the same so we have to mirror Solaris.
       
  3172   DEBUG_ONLY(os::set_mutex_init_done();)
       
  3173 
  3170   os::Posix::init_2();
  3174   os::Posix::init_2();
  3171 
  3175 
  3172   // initialize suspend/resume support - must do this before signal_sets_init()
  3176   // initialize suspend/resume support - must do this before signal_sets_init()
  3173   if (SR_initialize() != 0) {
  3177   if (SR_initialize() != 0) {
  3174     perror("SR_initialize failed");
  3178     perror("SR_initialize failed");