< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotObjectConstant.java

Print this page

        

*** 20,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.hotspot; ! import java.lang.invoke.*; ! import java.util.*; ! import jdk.vm.ci.meta.*; /** * Represents a constant non-{@code null} object reference, within the compiler and across the * compiler/runtime interface. */ --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.hotspot; ! import java.lang.invoke.CallSite; ! import java.util.Objects; ! import jdk.vm.ci.meta.Assumptions; ! import jdk.vm.ci.meta.JavaConstant; ! import jdk.vm.ci.meta.ResolvedJavaType; ! import jdk.vm.ci.meta.VMConstant; /** * Represents a constant non-{@code null} object reference, within the compiler and across the * compiler/runtime interface. */
< prev index next >