hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/Container.java
changeset 46949 44ccdba2d72e
parent 46260 5de61384fba6
equal deleted inserted replaced
46945:f3a636ac46e4 46949:44ccdba2d72e
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 package jdk.tools.jaotc.binformat;
    24 package jdk.tools.jaotc.binformat;
    25 
    25 
    26 public interface Container {
    26 interface Container {
    27 
    27 
    28     String getContainerName();
    28     String getContainerName();
    29 
    29 
    30     int getSectionId();
    30     int getSectionId();
    31 
    31