src/os/windows/vm/os_windows.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/windows/vm/os_windows.cpp	Tue Apr  9 18:40:40 2013
--- new/src/os/windows/vm/os_windows.cpp	Tue Apr  9 18:40:39 2013

*** 4233,4245 **** --- 4233,4242 ---- if (colon == dst - 1) { path[2] = '.'; path[3] = '\0'; } #ifdef DEBUG jio_fprintf(stderr, "sysNativePath: %s\n", path); #endif DEBUG return path; } // This code is a copy of JDK's sysSetLength // from src/windows/hpi/src/sys_api_md.c

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