equal
deleted
inserted
replaced
547 } |
547 } |
548 } |
548 } |
549 |
549 |
550 void ClassLoader::setup_bootstrap_search_path() { |
550 void ClassLoader::setup_bootstrap_search_path() { |
551 const char* sys_class_path = Arguments::get_sysclasspath(); |
551 const char* sys_class_path = Arguments::get_sysclasspath(); |
|
552 assert(sys_class_path != NULL, "System boot class path must not be NULL"); |
552 if (PrintSharedArchiveAndExit) { |
553 if (PrintSharedArchiveAndExit) { |
553 // Don't print sys_class_path - this is the bootcp of this current VM process, not necessarily |
554 // Don't print sys_class_path - this is the bootcp of this current VM process, not necessarily |
554 // the same as the bootcp of the shared archive. |
555 // the same as the bootcp of the shared archive. |
555 } else { |
556 } else { |
556 trace_class_path("bootstrap loader class path=", sys_class_path); |
557 trace_class_path("bootstrap loader class path=", sys_class_path); |