hotspot/src/os/linux/vm/os_linux.cpp
changeset 19986 33d188c66ed9
parent 19732 88f375dd7d65
child 20005 6fb8070af25d
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  4752 #ifndef PRODUCT
  4752 #ifndef PRODUCT
  4753     if(Verbose && PrintMiscellaneous)
  4753     if(Verbose && PrintMiscellaneous)
  4754       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  4754       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  4755 #endif
  4755 #endif
  4756   }
  4756   }
  4757 
       
  4758   os::large_page_init();
       
  4759 
  4757 
  4760   // initialize suspend/resume support - must do this before signal_sets_init()
  4758   // initialize suspend/resume support - must do this before signal_sets_init()
  4761   if (SR_initialize() != 0) {
  4759   if (SR_initialize() != 0) {
  4762     perror("SR_initialize failed");
  4760     perror("SR_initialize failed");
  4763     return JNI_ERR;
  4761     return JNI_ERR;