diff -r 6fb8070af25d -r 9dc2add3103b hotspot/src/os/windows/vm/os_windows.cpp --- a/hotspot/src/os/windows/vm/os_windows.cpp Thu Sep 19 09:26:08 2013 +0200 +++ b/hotspot/src/os/windows/vm/os_windows.cpp Thu Sep 19 09:34:20 2013 +0200 @@ -5430,7 +5430,7 @@ if ((start = strrchr(lib_name, *os::file_separator())) != NULL) { lib_name = ++start; } else { - // Need to check for C: + // Need to check for drive prefix if ((start = strchr(lib_name, ':')) != NULL) { lib_name = ++start; }