hotspot/src/os/bsd/vm/os_bsd.cpp
changeset 19986 33d188c66ed9
parent 19546 f6b7c9e96ea3
child 20373 5d68702ea998
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  3586 #ifndef PRODUCT
  3586 #ifndef PRODUCT
  3587     if(Verbose && PrintMiscellaneous)
  3587     if(Verbose && PrintMiscellaneous)
  3588       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  3588       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  3589 #endif
  3589 #endif
  3590   }
  3590   }
  3591 
       
  3592   os::large_page_init();
       
  3593 
  3591 
  3594   // initialize suspend/resume support - must do this before signal_sets_init()
  3592   // initialize suspend/resume support - must do this before signal_sets_init()
  3595   if (SR_initialize() != 0) {
  3593   if (SR_initialize() != 0) {
  3596     perror("SR_initialize failed");
  3594     perror("SR_initialize failed");
  3597     return JNI_ERR;
  3595     return JNI_ERR;