diff graal/com.oracle.max.graal.hotspot/src/com/oracle/graal/hotspot/server/CompilationServer.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents ed559a528128
children
line wrap: on
line diff
--- a/graal/com.oracle.max.graal.hotspot/src/com/oracle/graal/hotspot/server/CompilationServer.java	Thu Mar 08 17:57:30 2012 +0100
+++ b/graal/com.oracle.max.graal.hotspot/src/com/oracle/graal/hotspot/server/CompilationServer.java	Thu Mar 08 19:11:12 2012 +0100
@@ -20,7 +20,7 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-package com.oracle.max.graal.hotspot.server;
+package com.oracle.graal.hotspot.server;
 
 import java.io.*;
 import java.net.*;
@@ -28,10 +28,10 @@
 
 import javax.net.*;
 
-import com.oracle.max.graal.hotspot.*;
-import com.oracle.max.graal.hotspot.Compiler;
-import com.oracle.max.graal.hotspot.bridge.*;
-import com.oracle.max.graal.hotspot.logging.*;
+import com.oracle.graal.hotspot.*;
+import com.oracle.graal.hotspot.Compiler;
+import com.oracle.graal.hotspot.bridge.*;
+import com.oracle.graal.hotspot.logging.*;
 
 /**
  * Server side of the client/server compilation model. The server listens for connections on the hardcoded port 1199.