comparison graal/com.oracle.max.graal.hotspot/src/com/oracle/graal/hotspot/bridge/VMToCompiler.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
comparison
equal deleted inserted replaced
5059:ed559a528128 5060:4ed4295ce15f
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 package com.oracle.max.graal.hotspot.bridge; 24 package com.oracle.graal.hotspot.bridge;
25 25
26 import com.oracle.max.cri.ci.*; 26 import com.oracle.max.cri.ci.*;
27 import com.oracle.max.cri.ri.*; 27 import com.oracle.max.cri.ri.*;
28 import com.oracle.max.graal.hotspot.ri.*; 28 import com.oracle.graal.hotspot.ri.*;
29 29
30 /** 30 /**
31 * Calls from HotSpot into Java. 31 * Calls from HotSpot into Java.
32 */ 32 */
33 public interface VMToCompiler { 33 public interface VMToCompiler {