comparison src/share/vm/runtime/os.hpp @ 691:956304450e80

6819213: revive sun.boot.library.path Summary: Support multiplex and mutable sun.boot.library.path Reviewed-by: acorn, dcubed, xlu
author phh
date Wed, 01 Apr 2009 16:38:01 -0400
parents 6bdd6923ba16
children 8e7adf982378
comparison
equal deleted inserted replaced
690:d142f1feeed5 691:956304450e80
605 const char* home, 605 const char* home,
606 int home_len, 606 int home_len,
607 char fileSep, 607 char fileSep,
608 char pathSep); 608 char pathSep);
609 static bool set_boot_path(char fileSep, char pathSep); 609 static bool set_boot_path(char fileSep, char pathSep);
610 static char** split_path(const char* path, int* n);
610 }; 611 };
611 612
612 // Note that "PAUSE" is almost always used with synchronization 613 // Note that "PAUSE" is almost always used with synchronization
613 // so arguably we should provide Atomic::SpinPause() instead 614 // so arguably we should provide Atomic::SpinPause() instead
614 // of the global SpinPause() with C linkage. 615 // of the global SpinPause() with C linkage.