src/os/windows/vm/os_windows.cpp

Print this page

        

*** 4222,4234 **** 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 --- 4222,4231 ----