comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotObjectConstantImpl.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
comparison
equal deleted inserted replaced
21555:d12eaef9af72 21556:48c1ebd24120
24 24
25 import static com.oracle.jvmci.hotspot.HotSpotResolvedObjectTypeImpl.*; 25 import static com.oracle.jvmci.hotspot.HotSpotResolvedObjectTypeImpl.*;
26 26
27 import java.lang.invoke.*; 27 import java.lang.invoke.*;
28 28
29 import com.oracle.graal.api.meta.*; 29 import com.oracle.jvmci.meta.*;
30 30
31 import edu.umd.cs.findbugs.annotations.*; 31 import edu.umd.cs.findbugs.annotations.*;
32 32
33 /** 33 /**
34 * Represents a constant non-{@code null} object reference, within the compiler and across the 34 * Represents a constant non-{@code null} object reference, within the compiler and across the