changeset 5055:90c150a0a22b

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 12:46:19 +0100
parents b4f548d49f96 (diff) c53115427ff9 (current diff)
children 26f8371c229c
files
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	Wed Mar 07 14:35:22 2012 -0800
+++ b/graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java	Thu Mar 08 12:46:19 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);