diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java @ 5534:e0f7a49129f2

Renamed HotSpotCompilerImpl => HotSpotGraalRuntime.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Jun 2012 23:10:02 +0200
parents 9da759562a42
children e18ba36bfebc
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java	Fri Jun 08 22:50:39 2012 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompilerImpl.java	Fri Jun 08 23:10:02 2012 +0200
@@ -49,7 +49,7 @@
  */
 public class VMToCompilerImpl implements VMToCompiler {
 
-    private final HotSpotCompilerImpl compiler;
+    private final HotSpotGraalRuntime compiler;
     private IntrinsifyArrayCopyPhase intrinsifyArrayCopy;
 
     public final HotSpotTypePrimitive typeBoolean;
@@ -68,7 +68,7 @@
 
     private PrintStream log = System.out;
 
-    public VMToCompilerImpl(HotSpotCompilerImpl compiler) {
+    public VMToCompilerImpl(HotSpotGraalRuntime compiler) {
         this.compiler = compiler;
 
         typeBoolean = new HotSpotTypePrimitive(RiKind.Boolean);