comparison src/os/windows/vm/os_windows.cpp @ 9152:f36e073d56a4

7104565: trim jprt build targets Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
author drchase
date Fri, 12 Apr 2013 15:53:30 -0700
parents 8be1318fbe77
children 43223d3f5dcd 5b6512efcdc4 e12c9b3740db
comparison
equal deleted inserted replaced
9150:b8b081e53312 9152: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