diff graal/com.oracle.graal.debug/src/com/oracle/graal/debug/Debug.java @ 16405:9bfc4247262f

send log output to native tty
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 04 Jul 2014 16:06:44 +0200
parents b9236eaecf4c
children f1d839174e71
line wrap: on
line diff
--- a/graal/com.oracle.graal.debug/src/com/oracle/graal/debug/Debug.java	Fri Jul 04 13:47:37 2014 +0200
+++ b/graal/com.oracle.graal.debug/src/com/oracle/graal/debug/Debug.java	Fri Jul 04 16:06:44 2014 +0200
@@ -845,7 +845,7 @@
     }
 
     public static DebugConfig silentConfig() {
-        return fixedConfig(false, false, false, false, false, false, Collections.<DebugDumpHandler> emptyList(), Collections.<DebugVerifyHandler> emptyList(), System.out);
+        return fixedConfig(false, false, false, false, false, false, Collections.<DebugDumpHandler> emptyList(), Collections.<DebugVerifyHandler> emptyList(), null);
     }
 
     public static DebugConfig fixedConfig(final boolean isLogEnabled, final boolean isDumpEnabled, final boolean isMeterEnabled, final boolean isMemUseTrackingEnabled, final boolean isTimerEnabled,