comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotConstantPool.java @ 21556:48c1ebd24120

renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 27 May 2015 00:36:16 +0200
parents 9579a3c62a9e
children a59a0c85650a
comparison
equal deleted inserted replaced
21555:d12eaef9af72 21556:48c1ebd24120
25 import static com.oracle.jvmci.common.UnsafeAccess.*; 25 import static com.oracle.jvmci.common.UnsafeAccess.*;
26 import static com.oracle.jvmci.hotspot.HotSpotJVMCIRuntime.*; 26 import static com.oracle.jvmci.hotspot.HotSpotJVMCIRuntime.*;
27 27
28 import java.lang.invoke.*; 28 import java.lang.invoke.*;
29 29
30 import com.oracle.graal.api.meta.*;
31 import com.oracle.jvmci.common.*; 30 import com.oracle.jvmci.common.*;
31 import com.oracle.jvmci.meta.*;
32 32
33 /** 33 /**
34 * Implementation of {@link ConstantPool} for HotSpot. 34 * Implementation of {@link ConstantPool} for HotSpot.
35 */ 35 */
36 public class HotSpotConstantPool implements ConstantPool, HotSpotProxified { 36 public class HotSpotConstantPool implements ConstantPool, HotSpotProxified {