comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotConstantPool.java @ 21713:454a99ca00a9

fixed canonicalizeprojects issues
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Jun 2015 22:13:10 +0200
parents a59a0c85650a
children d915361cc3a1
comparison
equal deleted inserted replaced
21712:a59a0c85650a 21713:454a99ca00a9
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.bytecode.*; 30 import com.oracle.jvmci.bytecode.*;
31 import com.oracle.jvmci.common.*; 31 import com.oracle.jvmci.common.*;
32 import com.oracle.jvmci.meta.*; 32 import com.oracle.jvmci.meta.*;
33 33
34 /** 34 /**
35 * Implementation of {@link ConstantPool} for HotSpot. 35 * Implementation of {@link ConstantPool} for HotSpot.