hotspot/src/os/windows/vm/os_windows.cpp
changeset 17028 8972029d19a0
parent 17026 72b2233861f1
parent 17006 b9bfa72b7dda
child 17032 61a9e303d989
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Fri Apr 19 11:08:52 2013 -0700
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Fri Apr 19 16:51:27 2013 -0700
@@ -4238,9 +4238,6 @@
           path[3] = '\0';
   }
 
-  #ifdef DEBUG
-    jio_fprintf(stderr, "sysNativePath: %s\n", path);
-  #endif DEBUG
   return path;
 }