comparison src/os/windows/vm/os_windows.cpp @ 9159:43223d3f5dcd

Merge with hsx/hotspot-comp
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 16 Apr 2013 17:39:46 +0200
parents 89e4d67fdd2a f36e073d56a4
children 5fbee58dba33
comparison
equal deleted inserted replaced
9158:9d74a0d7b231 9159:43223d3f5dcd
4252 if (colon == dst - 1) { 4252 if (colon == dst - 1) {
4253 path[2] = '.'; 4253 path[2] = '.';
4254 path[3] = '\0'; 4254 path[3] = '\0';
4255 } 4255 }
4256 4256
4257 #ifdef DEBUG
4258 jio_fprintf(stderr, "sysNativePath: %s\n", path);
4259 #endif DEBUG
4260 return path; 4257 return path;
4261 } 4258 }
4262 4259
4263 // This code is a copy of JDK's sysSetLength 4260 // This code is a copy of JDK's sysSetLength
4264 // from src/windows/hpi/src/sys_api_md.c 4261 // from src/windows/hpi/src/sys_api_md.c