src/hotspot/os/windows/os_windows.cpp
changeset 52581 d402a406bbc3
parent 52571 c02aa8873ff2
child 52892 442d322bb6d8
equal deleted inserted replaced
52580:73f6a850a62f 52581:d402a406bbc3
  4034 
  4034 
  4035 static jint initSock();
  4035 static jint initSock();
  4036 
  4036 
  4037 // this is called _after_ the global arguments have been parsed
  4037 // this is called _after_ the global arguments have been parsed
  4038 jint os::init_2(void) {
  4038 jint os::init_2(void) {
       
  4039 
       
  4040   // This could be set any time but all platforms
       
  4041   // have to set it the same so we have to mirror Solaris.
       
  4042   DEBUG_ONLY(os::set_mutex_init_done();)
       
  4043 
  4039   // Setup Windows Exceptions
  4044   // Setup Windows Exceptions
  4040 
  4045 
  4041   // for debugging float code generation bugs
  4046   // for debugging float code generation bugs
  4042   if (ForceFloatExceptions) {
  4047   if (ForceFloatExceptions) {
  4043 #ifndef  _WIN64
  4048 #ifndef  _WIN64