src/share/vm/runtime/os.hpp

changeset 1126
956304450e80
parent 1091
6bdd6923ba16
child 1513
8e7adf982378
equal deleted inserted replaced
1125:d142f1feeed5 1126: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.

mercurial