src/hotspot/os/bsd/os_bsd.cpp
changeset 50962 dbe8aa90d4dd
parent 50930 6a5f1195e15f
child 51106 f605c91e5219
equal deleted inserted replaced
50961:0d28f82ecac6 50962:dbe8aa90d4dd
   370           *pslash = '\0';        // Get rid of /lib.
   370           *pslash = '\0';        // Get rid of /lib.
   371         }
   371         }
   372       }
   372       }
   373     }
   373     }
   374     Arguments::set_java_home(buf);
   374     Arguments::set_java_home(buf);
   375     set_boot_path('/', ':');
   375     if (!set_boot_path('/', ':')) {
       
   376       vm_exit_during_initialization("Failed setting boot class path.", NULL);
       
   377     }
   376   }
   378   }
   377 
   379 
   378   // Where to look for native libraries.
   380   // Where to look for native libraries.
   379   //
   381   //
   380   // Note: Due to a legacy implementation, most of the library path
   382   // Note: Due to a legacy implementation, most of the library path