src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/ForeignCallSiteRelocationInfo.java
changeset 51436 091c0d22e735
parent 47216 71c04702a3d5
child 52910 583fd71c47d6
equal deleted inserted replaced
51435:72c82bd05971 51436:091c0d22e735
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
       
    23 
       
    24 
    23 
    25 
    24 package jdk.tools.jaotc;
    26 package jdk.tools.jaotc;
    25 
    27 
    26 import jdk.tools.jaotc.binformat.BinaryContainer;
    28 import jdk.tools.jaotc.binformat.BinaryContainer;
    27 import jdk.tools.jaotc.binformat.Relocation.RelocType;
    29 import jdk.tools.jaotc.binformat.Relocation.RelocType;