diff -r b6d8784a1037 -r d98623e1f50b hotspot/src/os/windows/vm/os_windows.cpp --- a/hotspot/src/os/windows/vm/os_windows.cpp Fri Sep 06 11:11:19 2013 -0700 +++ b/hotspot/src/os/windows/vm/os_windows.cpp Wed Sep 11 20:03:34 2013 -0400 @@ -5429,7 +5429,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; }