mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
c5ef624e7c
31 changed files with 670 additions and 141 deletions
|
@ -1197,7 +1197,7 @@ char* os::format_boot_path(const char* format_string,
|
|||
char fileSep,
|
||||
char pathSep) {
|
||||
assert((fileSep == '/' && pathSep == ':') ||
|
||||
(fileSep == '\\' && pathSep == ';'), "unexpected seperator chars");
|
||||
(fileSep == '\\' && pathSep == ';'), "unexpected separator chars");
|
||||
|
||||
// Scan the format string to determine the length of the actual
|
||||
// boot classpath, and handle platform dependencies as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue