changeset 11564:4cf51b630049

re-enabled -G:+DumpOnError
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Sep 2013 16:44:58 +0200
parents 9d9c944f2940
children e231671f39d0 4dbd3e3adda6
files graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java	Tue Sep 10 15:42:22 2013 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalDebugConfig.java	Tue Sep 10 16:44:58 2013 +0200
@@ -67,7 +67,7 @@
     // @formatter:on
 
     public static boolean areDebugScopePatternsEnabled() {
-        return Dump.getValue() != null || Meter.getValue() != null || Time.getValue() != null || Log.getValue() != null;
+        return DumpOnError.getValue() || Dump.getValue() != null || Meter.getValue() != null || Time.getValue() != null || Log.getValue() != null;
     }
 
     private final DebugFilter logFilter;