< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspotvmconfig/src/jdk/vm/ci/hotspotvmconfig/HotSpotVMField.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.hotspotvmconfig; ! import java.lang.annotation.*; /** * Refers to a C++ field in the VM. */ @Target(ElementType.FIELD) --- 20,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.hotspotvmconfig; ! import java.lang.annotation.ElementType; ! import java.lang.annotation.Retention; ! import java.lang.annotation.RetentionPolicy; ! import java.lang.annotation.Target; /** * Refers to a C++ field in the VM. */ @Target(ElementType.FIELD)
< prev index next >