hotspot/src/os/windows/vm/os_windows.cpp
changeset 19986 33d188c66ed9
parent 19981 6821d0a573c3
child 20006 9dc2add3103b
equal deleted inserted replaced
19983:82c1a95ae314 19986:33d188c66ed9
  3918     if(Verbose && PrintMiscellaneous)
  3918     if(Verbose && PrintMiscellaneous)
  3919       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  3919       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
  3920 #endif
  3920 #endif
  3921   }
  3921   }
  3922 
  3922 
  3923   os::large_page_init();
       
  3924 
       
  3925   // Setup Windows Exceptions
  3923   // Setup Windows Exceptions
  3926 
  3924 
  3927   // for debugging float code generation bugs
  3925   // for debugging float code generation bugs
  3928   if (ForceFloatExceptions) {
  3926   if (ForceFloatExceptions) {
  3929 #ifndef  _WIN64
  3927 #ifndef  _WIN64