diff 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
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Fri Apr 12 12:22:59 2013 -0700
+++ b/src/os/windows/vm/os_windows.cpp	Fri Apr 12 15:53:30 2013 -0700
@@ -4238,9 +4238,6 @@
           path[3] = '\0';
   }
 
-  #ifdef DEBUG
-    jio_fprintf(stderr, "sysNativePath: %s\n", path);
-  #endif DEBUG
   return path;
 }