diff graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThreadFactory.java @ 21554:b1530a6cce8c

renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 26 May 2015 23:21:15 +0200
parents c3ec1e4494b8
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThreadFactory.java	Tue May 26 20:29:07 2015 +0200
+++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/CompilerThreadFactory.java	Tue May 26 23:21:15 2015 +0200
@@ -24,7 +24,7 @@
 
 import java.util.concurrent.*;
 
-import com.oracle.graal.debug.*;
+import com.oracle.jvmci.debug.*;
 
 /**
  * Facility for creating {@linkplain CompilerThread compiler threads}.