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

src/share/vm/runtime/os.cpp

Print this page
rev 5826 : 8026849: Fix typos in the GC code, part 2
Summary: Fixed typos in assert messages, flag descriptions and verbose messages
Reviewed-by:

*** 1195,1205 **** const char* home, int home_len, char fileSep, char pathSep) { assert((fileSep == '/' && pathSep == ':') || ! (fileSep == '\\' && pathSep == ';'), "unexpected seperator 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; --- 1195,1205 ---- const char* home, int home_len, char fileSep, char pathSep) { assert((fileSep == '/' && pathSep == ':') || ! (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