changeset 5058:26f8371c229c

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 08 Mar 2012 15:09:11 +0100
parents 3d7e78f17df5 (current diff) 90c150a0a22b (diff)
children ed559a528128
files graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<CiTargetMethod>() {
+                            result = Debug.scope("Compiling", new Callable<CiTargetMethod>() {
                                 @Override
                                 public CiTargetMethod call() throws Exception {
                                     return compiler.getCompiler().compileMethod(method, -1, plan);