public class com.oracle.objectfile.BasicProgbitsSectionImpl extends com.oracle.objectfile.BasicElementImpl implements com.oracle.objectfile.ObjectFile$ProgbitsSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.BasicProgbitsSectionImpl
  super_class: com.oracle.objectfile.BasicElementImpl
{
  private byte[] content;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.objectfile.BasicProgbitsSectionImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // byte[] content
         0: .line 50
            aload 0 /* this */
            aload 1 /* content */
            aconst_null
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.<init>:([BLcom/oracle/objectfile/ObjectFile$Section;)V
         1: .line 51
            return
        end local 1 // byte[] content
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    2     1  content  [B
    MethodParameters:
         Name  Flags
      content  

  public void <init>(com.oracle.objectfile.ObjectFile$Section);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Section;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // com.oracle.objectfile.ObjectFile$Section s
         0: .line 54
            aload 0 /* this */
            iconst_0
            newarray 8
            aload 1 /* s */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.<init>:([BLcom/oracle/objectfile/ObjectFile$Section;)V
         1: .line 55
            return
        end local 1 // com.oracle.objectfile.ObjectFile$Section s
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    2     1     s  Lcom/oracle/objectfile/ObjectFile$Section;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(byte[], com.oracle.objectfile.ObjectFile$Section);
    descriptor: ([BLcom/oracle/objectfile/ObjectFile$Section;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // byte[] content
        start local 2 // com.oracle.objectfile.ObjectFile$Section s
         0: .line 58
            aload 0 /* this */
            aload 2 /* s */
            invokespecial com.oracle.objectfile.BasicElementImpl.<init>:(Lcom/oracle/objectfile/ObjectFile$Element;)V
         1: .line 59
            aload 0 /* this */
            aload 1 /* content */
            putfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
         2: .line 60
            return
        end local 2 // com.oracle.objectfile.ObjectFile$Section s
        end local 1 // byte[] content
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    3     1  content  [B
            0    3     2        s  Lcom/oracle/objectfile/ObjectFile$Section;
    MethodParameters:
         Name  Flags
      content  
      s        

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 66
            aload 0 /* this */
            invokespecial com.oracle.objectfile.BasicElementImpl.<init>:()V
         1: .line 67
            return
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;

  public java.util.Set<com.oracle.objectfile.BuildDependency> getDependencies(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>);
    descriptor: (Ljava/util/Map;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // java.util.Map decisions
         0: .line 73
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            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.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            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/util/Set<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.BasicProgbitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // int sizeHint
         0: .line 78
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
            arraylength
            ireturn
        end local 2 // int sizeHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            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.BasicProgbitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // byte[] contentHint
         0: .line 83
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
            areturn
        end local 2 // byte[] contentHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            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=1, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // java.util.Map alreadyDecided
         0: .line 88
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
            arraylength
            ireturn
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            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 int getAlignment();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 93
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokevirtual com.oracle.objectfile.ObjectFile$Section.getAlignment:()I
            ireturn
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;

  public void setContent(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // byte[] c
         0: .line 98
            aload 0 /* this */
            aload 1 /* c */
            putfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
         1: .line 99
            return
        end local 1 // byte[] c
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    2     1     c  [B
    MethodParameters:
      Name  Flags
      c     

  public byte[] getContent();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 103
            aload 0 /* this */
            getfield com.oracle.objectfile.BasicProgbitsSectionImpl.content:[B
            areturn
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;

  public com.oracle.objectfile.ObjectFile$Section getElement();
    descriptor: ()Lcom/oracle/objectfile/ObjectFile$Section;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 109
            aload 0 /* this */
            invokespecial com.oracle.objectfile.BasicElementImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            checkcast com.oracle.objectfile.ObjectFile$Section
            areturn
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;

  public java.util.List<com.oracle.objectfile.ObjectFile$Section> getElements();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 113
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
    Signature: ()Ljava/util/List<Lcom/oracle/objectfile/ObjectFile$Section;>;

  public com.oracle.objectfile.ObjectFile$RelocationRecord markRelocationSite(int, com.oracle.objectfile.ObjectFile$RelocationKind, java.lang.String, boolean, java.lang.Long);
    descriptor: (ILcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // int offset
        start local 2 // com.oracle.objectfile.ObjectFile$RelocationKind k
        start local 3 // java.lang.String symbolName
        start local 4 // boolean useImplicitAddend
        start local 5 // java.lang.Long explicitAddend
         0: .line 118
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            checkcast com.oracle.objectfile.ObjectFile$RelocatableSectionImpl
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getContent:()[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            invokevirtual com.oracle.objectfile.ObjectFile.getByteOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            aload 2 /* k */
            aload 3 /* symbolName */
            iload 4 /* useImplicitAddend */
         1: .line 119
            aload 5 /* explicitAddend */
         2: .line 118
            invokeinterface com.oracle.objectfile.ObjectFile$RelocatableSectionImpl.markRelocationSite:(ILjava/nio/ByteBuffer;Lcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
            areturn
        end local 5 // java.lang.Long explicitAddend
        end local 4 // boolean useImplicitAddend
        end local 3 // java.lang.String symbolName
        end local 2 // com.oracle.objectfile.ObjectFile$RelocationKind k
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    3     1             offset  I
            0    3     2                  k  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            0    3     3         symbolName  Ljava/lang/String;
            0    3     4  useImplicitAddend  Z
            0    3     5     explicitAddend  Ljava/lang/Long;
    MethodParameters:
                   Name  Flags
      offset             
      k                  
      symbolName         
      useImplicitAddend  
      explicitAddend     

  public final com.oracle.objectfile.ObjectFile$RelocationRecord markRelocationSite(int, java.nio.ByteBuffer, com.oracle.objectfile.ObjectFile$RelocationKind, java.lang.String, boolean, java.lang.Long);
    descriptor: (ILjava/nio/ByteBuffer;Lcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // int offset
        start local 2 // java.nio.ByteBuffer bb
        start local 3 // com.oracle.objectfile.ObjectFile$RelocationKind k
        start local 4 // java.lang.String symbolName
        start local 5 // boolean useImplicitAddend
        start local 6 // java.lang.Long explicitAddend
         0: .line 124
            getstatic com.oracle.objectfile.BasicProgbitsSectionImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getContent:()[B
            ifnull 1
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getContent:()[B
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            checkcast com.oracle.objectfile.ObjectFile$RelocatableSectionImpl
            iload 1 /* offset */
            aload 2 /* bb */
            aload 3 /* k */
            aload 4 /* symbolName */
            iload 5 /* useImplicitAddend */
            aload 6 /* explicitAddend */
            invokeinterface com.oracle.objectfile.ObjectFile$RelocatableSectionImpl.markRelocationSite:(ILjava/nio/ByteBuffer;Lcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
            areturn
        end local 6 // java.lang.Long explicitAddend
        end local 5 // boolean useImplicitAddend
        end local 4 // java.lang.String symbolName
        end local 3 // com.oracle.objectfile.ObjectFile$RelocationKind k
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    2     1             offset  I
            0    2     2                 bb  Ljava/nio/ByteBuffer;
            0    2     3                  k  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            0    2     4         symbolName  Ljava/lang/String;
            0    2     5  useImplicitAddend  Z
            0    2     6     explicitAddend  Ljava/lang/Long;
    MethodParameters:
                   Name  Flags
      offset             
      bb                 
      k                  
      symbolName         
      useImplicitAddend  
      explicitAddend     

  public com.oracle.objectfile.ObjectFile$Element getOrCreateRelocationElement(boolean);
    descriptor: (Z)Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
        start local 1 // boolean useImplicitAddend
         0: .line 131
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            checkcast com.oracle.objectfile.ObjectFile$RelocatableSectionImpl
            iload 1 /* useImplicitAddend */
            invokeinterface com.oracle.objectfile.ObjectFile$RelocatableSectionImpl.getOrCreateRelocationElement:(Z)Lcom/oracle/objectfile/ObjectFile$Element;
            areturn
        end local 1 // boolean useImplicitAddend
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;
            0    1     1  useImplicitAddend  Z
    MethodParameters:
                   Name  Flags
      useImplicitAddend  

  public boolean isLoadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
         0: .line 136
            iconst_1
            ireturn
        end local 0 // com.oracle.objectfile.BasicProgbitsSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BasicProgbitsSectionImpl;

  public com.oracle.objectfile.ObjectFile$Element getElement();
    descriptor: ()Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Iterable getDependencies(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/lang/Iterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.objectfile.BasicProgbitsSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BasicProgbitsSectionImpl.java"
InnerClasses:
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public abstract ProgbitsSectionImpl = com.oracle.objectfile.ObjectFile$ProgbitsSectionImpl of com.oracle.objectfile.ObjectFile
  public abstract RelocatableSectionImpl = com.oracle.objectfile.ObjectFile$RelocatableSectionImpl of com.oracle.objectfile.ObjectFile
  public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
  public abstract RelocationRecord = com.oracle.objectfile.ObjectFile$RelocationRecord of com.oracle.objectfile.ObjectFile
  public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile