diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java @ 21526:1da7aef31a08

created com.oracle.graal.hotspot.jvmci package and moved classes destined for future JVMCI module into it (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 May 2015 23:16:07 +0200
parents c88ab4f1f04a
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java	Tue May 26 16:46:25 2015 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java	Tue May 19 23:16:07 2015 +0200
@@ -23,6 +23,7 @@
 package com.oracle.graal.hotspot;
 
 import com.oracle.graal.debug.*;
+import com.oracle.graal.hotspot.jvmci.*;
 
 import edu.umd.cs.findbugs.annotations.*;