mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6819213: revive sun.boot.library.path
Support multiplex and mutable sun.boot.library.path Reviewed-by: acorn, dcubed, xlu
This commit is contained in:
parent
d37d544754
commit
4be7c3c672
9 changed files with 345 additions and 50 deletions
|
@ -607,6 +607,7 @@ class os: AllStatic {
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue