diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java @ 10076:25de9c96a032

Minor CompilationTask refactoring.
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 18 Jun 2013 09:00:33 +0200
parents a323a9e20f9d
children e7d07c9bb779
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java	Mon Jun 17 22:09:44 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java	Tue Jun 18 09:00:33 2013 +0200
@@ -582,7 +582,7 @@
     }
 
     /**
-     * Compiled a method to machine code.
+     * Compiles a method to machine code.
      */
     public void compileMethod(final HotSpotResolvedJavaMethod method, final int entryBCI, boolean blocking, int priority) throws Throwable {
         boolean osrCompilation = entryBCI != StructuredGraph.INVOCATION_ENTRY_BCI;