public class com.oracle.objectfile.BasicNobitsSectionImpl extends com.oracle.objectfile.BasicElementImpl implements com.oracle.objectfile.ObjectFile$NobitsSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.BasicNobitsSectionImpl
  super_class: com.oracle.objectfile.BasicElementImpl
{
  private long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // long size
         0: .line 43
            aload 0 /* this */
            lload 1 /* size */
            aconst_null
            invokespecial com.oracle.objectfile.BasicNobitsSectionImpl.<init>:(JLcom/oracle/objectfile/ObjectFile$Section;)V
         1: .line 44
            return
        end local 1 // long size
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    2     1  size  J
    MethodParameters:
      Name  Flags
      size  

  public void <init>(com.oracle.objectfile.ObjectFile$Section);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Section;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // com.oracle.objectfile.ObjectFile$Section s
         0: .line 47
            aload 0 /* this */
            lconst_0
            aload 1 /* s */
            invokespecial com.oracle.objectfile.BasicNobitsSectionImpl.<init>:(JLcom/oracle/objectfile/ObjectFile$Section;)V
         1: .line 48
            return
        end local 1 // com.oracle.objectfile.ObjectFile$Section s
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    2     1     s  Lcom/oracle/objectfile/ObjectFile$Section;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(long, com.oracle.objectfile.ObjectFile$Section);
    descriptor: (JLcom/oracle/objectfile/ObjectFile$Section;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // long size
        start local 3 // com.oracle.objectfile.ObjectFile$Section s
         0: .line 51
            aload 0 /* this */
            aload 3 /* s */
            invokespecial com.oracle.objectfile.BasicElementImpl.<init>:(Lcom/oracle/objectfile/ObjectFile$Element;)V
         1: .line 52
            aload 0 /* this */
            lload 1 /* size */
            putfield com.oracle.objectfile.BasicNobitsSectionImpl.size:J
         2: .line 53
            return
        end local 3 // com.oracle.objectfile.ObjectFile$Section s
        end local 1 // long size
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    3     1  size  J
            0    3     3     s  Lcom/oracle/objectfile/ObjectFile$Section;
    MethodParameters:
      Name  Flags
      size  
      s     

  public java.lang.Iterable<com.oracle.objectfile.BuildDependency> getDependencies(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>);
    descriptor: (Ljava/util/Map;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // java.util.Map decisions
         0: .line 58
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicNobitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokestatic com.oracle.objectfile.ObjectFile.minimalDependencies:(Ljava/util/Map;Lcom/oracle/objectfile/ObjectFile$Element;)Ljava/util/HashSet;
            areturn
        end local 1 // java.util.Map decisions
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    1     1  decisions  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;)Ljava/lang/Iterable<Lcom/oracle/objectfile/BuildDependency;>;
    MethodParameters:
           Name  Flags
      decisions  

  public int getOrDecideSize(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>, );
    descriptor: (Ljava/util/Map;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // int sizeHint
         0: .line 63
            iconst_0
            ireturn
        end local 2 // int sizeHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    1     1  alreadyDecided  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            0    1     2        sizeHint  I
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;I)I
    MethodParameters:
                Name  Flags
      alreadyDecided  
      sizeHint        

  public byte[] getOrDecideContent(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>, );
    descriptor: (Ljava/util/Map;[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // byte[] contentHint
         0: .line 68
            iconst_0
            newarray 8
            areturn
        end local 2 // byte[] contentHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    1     1  alreadyDecided  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            0    1     2     contentHint  [B
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;[B)[B
    MethodParameters:
                Name  Flags
      alreadyDecided  
      contentHint     

  public int getMemSize(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>);
    descriptor: (Ljava/util/Map;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
         0: .line 73
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicNobitsSectionImpl.size:J
            l2i
            ireturn
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    1     1  alreadyDecided  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
    Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;)I
    MethodParameters:
                Name  Flags
      alreadyDecided  

  public long getSizeInMemory();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
         0: .line 78
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicNobitsSectionImpl.size:J
            lreturn
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;

  public void setSizeInMemory(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
        start local 1 // long size
         0: .line 83
            aload 0 /* this */
            lload 1 /* size */
            putfield com.oracle.objectfile.BasicNobitsSectionImpl.size:J
         1: .line 84
            return
        end local 1 // long size
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
            0    2     1  size  J
    MethodParameters:
      Name  Flags
      size  

  public int getAlignment();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
         0: .line 88
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicNobitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getAlignment:()I
            ireturn
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;

  public boolean isLoadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
         0: .line 93
            iconst_1
            ireturn
        end local 0 // com.oracle.objectfile.BasicNobitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicNobitsSectionImpl;
}
SourceFile: "BasicNobitsSectionImpl.java"
InnerClasses:
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public abstract NobitsSectionImpl = com.oracle.objectfile.ObjectFile$NobitsSectionImpl of com.oracle.objectfile.ObjectFile
  public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile