diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Sun Mar 29 18:19:05 2009 -0400
+++ b/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