< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/SerializableConstant.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.meta; ! import java.nio.*; /** * Represents a compile-time constant that can be converted to a byte array. */ public interface SerializableConstant extends Constant { --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.meta; ! import java.nio.ByteBuffer; /** * Represents a compile-time constant that can be converted to a byte array. */ public interface SerializableConstant extends Constant {
< prev index next >