comparison src/os/windows/vm/os_windows.cpp @ 10132:5b6512efcdc4

Merge
author dcubed
date Fri, 19 Apr 2013 16:51:27 -0700
parents 6f817ce50129 f36e073d56a4
children cc12becb22e7
comparison
equal deleted inserted replaced
10130:6f817ce50129 10132:5b6512efcdc4
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