# HG changeset patch # User Doug Simon # Date 1425980175 -3600 # Node ID 2d5d7da2d94b3507a13f8813cd513a478c5a1167 # Parent b53f87e24a7b942cf918ca1166961f9505c6082f removed illegal use of Debug.handle() diff -r b53f87e24a7b -r 2d5d7da2d94b graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java Tue Mar 10 09:22:10 2015 +0100 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalCompiler.java Tue Mar 10 10:36:15 2015 +0100 @@ -397,8 +397,6 @@ } Debug.dump(compilationResult, "After code generation"); - } catch (Throwable e) { - throw Debug.handle(e); } } }