# HG changeset patch # User Gilles Duboscq # Date 1331215751 -3600 # Node ID 26f8371c229c4f8e625bb01530d21f4e0df593a2 # Parent 3d7e78f17df53b0230188c1424bd7bcd4696ac32# Parent 90c150a0a22b9da3fb75b476bd8fb8481a1b1b7f Merge diff -r 3d7e78f17df5 -r 26f8371c229c graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java --- a/graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java Thu Mar 08 15:06:59 2012 +0100 +++ b/graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java Thu Mar 08 15:09:11 2012 +0100 @@ -312,7 +312,7 @@ TTY.Filter filter = new TTY.Filter(GraalOptions.PrintFilter, method); long nanoTime; try { - result = Debug.scope("Compiling", method, new Callable() { + result = Debug.scope("Compiling", new Callable() { @Override public CiTargetMethod call() throws Exception { return compiler.getCompiler().compileMethod(method, -1, plan);