src/os/windows/vm/os_windows.cpp

changeset 4942
f36e073d56a4
parent 4891
8be1318fbe77
child 4964
5b6512efcdc4
child 5027
e12c9b3740db
equal deleted inserted replaced
4940:b8b081e53312 4942:f36e073d56a4
4236 if (colon == dst - 1) { 4236 if (colon == dst - 1) {
4237 path[2] = '.'; 4237 path[2] = '.';
4238 path[3] = '\0'; 4238 path[3] = '\0';
4239 } 4239 }
4240 4240
4241 #ifdef DEBUG
4242 jio_fprintf(stderr, "sysNativePath: %s\n", path);
4243 #endif DEBUG
4244 return path; 4241 return path;
4245 } 4242 }
4246 4243
4247 // This code is a copy of JDK's sysSetLength 4244 // This code is a copy of JDK's sysSetLength
4248 // from src/windows/hpi/src/sys_api_md.c 4245 // from src/windows/hpi/src/sys_api_md.c

mercurial