diff -r 864b1f6c6bbc -r 7c8346929fc6 hotspot/src/share/vm/runtime/os.hpp --- a/hotspot/src/share/vm/runtime/os.hpp Sun Mar 29 18:19:05 2009 -0400 +++ b/hotspot/src/share/vm/runtime/os.hpp Wed Apr 01 16:38:01 2009 -0400 @@ -607,6 +607,7 @@ char fileSep, char pathSep); static bool set_boot_path(char fileSep, char pathSep); + static char** split_path(const char* path, int* n); }; // Note that "PAUSE" is almost always used with synchronization