src/share/vm/runtime/os.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/os.cpp	Thu Jan 30 13:11:00 2014
--- new/src/share/vm/runtime/os.cpp	Thu Jan 30 13:11:00 2014

*** 1195,1205 **** --- 1195,1205 ---- const char* home, int home_len, 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. int formatted_path_len = 0; const char* p;

src/share/vm/runtime/os.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File