Searched defs:sys_class_path (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp444 char* sys_class_path = os::strdup(Arguments::get_sysclasspath()); local
446 tty->print_cr("[Bootstrap loader class path=%s]", sys_class_path);
449 int len = (int)strlen(sys_class_path);
454 while (sys_class_path[end] && sys_class_path[end] != os::path_separator()[0]) {
458 strncpy(path, &sys_class_path[start], end-start);
462 while (sys_class_path[end] == os::path_separator()[0]) {

Completed in 36 milliseconds