src/hotspot/os/solaris/os_solaris.cpp
changeset 50962 dbe8aa90d4dd
parent 50930 6a5f1195e15f
child 51106 f605c91e5219
equal deleted inserted replaced
50961:0d28f82ecac6 50962:dbe8aa90d4dd
   578       if (pslash != NULL) {
   578       if (pslash != NULL) {
   579         *pslash = '\0';        // Get rid of /lib.
   579         *pslash = '\0';        // Get rid of /lib.
   580       }
   580       }
   581     }
   581     }
   582     Arguments::set_java_home(buf);
   582     Arguments::set_java_home(buf);
   583     set_boot_path('/', ':');
   583     if (!set_boot_path('/', ':')) {
       
   584       vm_exit_during_initialization("Failed setting boot class path.", NULL);
       
   585     }
   584   }
   586   }
   585 
   587 
   586   // Where to look for native libraries.
   588   // Where to look for native libraries.
   587   {
   589   {
   588     // Use dlinfo() to determine the correct java.library.path.
   590     // Use dlinfo() to determine the correct java.library.path.