public abstract class com.oracle.objectfile.StringSectionImpl extends com.oracle.objectfile.BasicElementImpl implements com.oracle.objectfile.ObjectFile$ProgbitsSectionImpl, java.lang.Iterable<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.objectfile.StringSectionImpl
  super_class: com.oracle.objectfile.BasicElementImpl
{
  private java.util.List<java.lang.Iterable<java.lang.String>> contentProviders;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/Iterable<Ljava/lang/String;>;>;

  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 52
            ldc Lcom/oracle/objectfile/StringSectionImpl;
            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.StringSectionImpl.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private byte[] encode();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.oracle.objectfile.StringSectionImpl this
         0: .line 60
            new com.oracle.objectfile.StringTable
            dup
            invokespecial com.oracle.objectfile.StringTable.<init>:()V
            astore 1 /* t */
        start local 1 // com.oracle.objectfile.StringTable t
         1: .line 61
            aload 0 /* this */
            getfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
            ifnonnull 3
         2: .line 62
            new java.lang.IllegalStateException
            dup
            ldc "no content provider assigned"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 68
      StackMap locals: com.oracle.objectfile.StringTable
      StackMap stack:
            aload 1 /* t */
            ldc ""
            invokevirtual com.oracle.objectfile.StringTable.add:(Ljava/lang/String;)J
            pop2
         4: .line 70
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.StringSectionImpl.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.oracle.objectfile.StringSectionImpl com.oracle.objectfile.StringTable top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* s */
        start local 2 // java.lang.String s
         6: .line 71
            getstatic com.oracle.objectfile.StringSectionImpl.$assertionsDisabled:Z
            ifne 7
            aload 2 /* s */
            ifnonnull 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 72
      StackMap locals: com.oracle.objectfile.StringSectionImpl com.oracle.objectfile.StringTable java.lang.String java.util.Iterator
      StackMap stack:
            aload 1 /* t */
            aload 2 /* s */
            invokevirtual com.oracle.objectfile.StringTable.add:(Ljava/lang/String;)J
            pop2
        end local 2 // java.lang.String s
         8: .line 70
      StackMap locals: com.oracle.objectfile.StringSectionImpl com.oracle.objectfile.StringTable top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 74
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.StringSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            invokevirtual com.oracle.objectfile.ObjectFile.getByteOrder:()Ljava/nio/ByteOrder;
            invokestatic com.oracle.objectfile.io.AssemblyBuffer.createOutputAssembler:(Ljava/nio/ByteOrder;)Lcom/oracle/objectfile/io/OutputAssembler;
            astore 2 /* oa */
        start local 2 // com.oracle.objectfile.io.OutputAssembler oa
        10: .line 75
            aload 1 /* t */
            aload 2 /* oa */
            invokevirtual com.oracle.objectfile.StringTable.write:(Lcom/oracle/objectfile/io/OutputAssembler;)V
        11: .line 76
            aload 2 /* oa */
            invokeinterface com.oracle.objectfile.io.OutputAssembler.getBlob:()[B
            areturn
        end local 2 // com.oracle.objectfile.io.OutputAssembler oa
        end local 1 // com.oracle.objectfile.StringTable t
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/objectfile/StringSectionImpl;
            1   12     1     t  Lcom/oracle/objectfile/StringTable;
            6    8     2     s  Ljava/lang/String;
           10   12     2    oa  Lcom/oracle/objectfile/io/OutputAssembler;

  public java.util.Iterator<java.lang.String> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.StringSectionImpl this
         0: .line 81
            aload 0 /* this */
            getfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
            invokeinterface java.util.List.spliterator:()Ljava/util/Spliterator;
            iconst_0
            invokestatic java.util.stream.StreamSupport.stream:(Ljava/util/Spliterator;Z)Ljava/util/stream/Stream;
         1: .line 82
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/oracle/objectfile/StringSectionImpl.lambda$0(Ljava/lang/Iterable;)Ljava/util/stream/Stream; (6)
                  (Ljava/lang/Iterable;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.iterator:()Ljava/util/Iterator;
         2: .line 81
            areturn
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/StringSectionImpl;
    Signature: ()Ljava/util/Iterator<Ljava/lang/String;>;

  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.StringSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // byte[] contentHint
         0: .line 87
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.StringSectionImpl.encode:()[B
            areturn
        end local 2 // byte[] contentHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/objectfile/StringSectionImpl;
            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 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.StringSectionImpl this
        start local 1 // java.util.Map decisions
         0: .line 97
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.StringSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokestatic com.oracle.objectfile.ObjectFile.defaultDependencies:(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.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/objectfile/StringSectionImpl;
            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 java.util.Iterator<java.lang.Iterable<java.lang.String>> contentProvidersIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.StringSectionImpl this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/StringSectionImpl;
    Signature: ()Ljava/util/Iterator<Ljava/lang/Iterable<Ljava/lang/String;>;>;

  public void addContentProvider(java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.StringSectionImpl this
        start local 1 // java.lang.Iterable contentProvider
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
            aload 1 /* contentProvider */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 106
            return
        end local 1 // java.lang.Iterable contentProvider
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/oracle/objectfile/StringSectionImpl;
            0    2     1  contentProvider  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      contentProvider  

  public void <init>(com.oracle.objectfile.ObjectFile$Element);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.StringSectionImpl this
        start local 1 // com.oracle.objectfile.ObjectFile$Element e
         0: .line 109
            aload 0 /* this */
            aload 1 /* e */
            invokespecial com.oracle.objectfile.BasicElementImpl.<init>:(Lcom/oracle/objectfile/ObjectFile$Element;)V
         1: .line 54
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
         2: .line 110
            return
        end local 1 // com.oracle.objectfile.ObjectFile$Element e
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/StringSectionImpl;
            0    3     1     e  Lcom/oracle/objectfile/ObjectFile$Element;
    MethodParameters:
      Name  Flags
      e     

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.StringSectionImpl this
         0: .line 113
            aload 0 /* this */
            invokespecial com.oracle.objectfile.BasicElementImpl.<init>:()V
         1: .line 54
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.objectfile.StringSectionImpl.contentProviders:Ljava/util/List;
         2: .line 114
            return
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/StringSectionImpl;

  public com.oracle.objectfile.ObjectFile$Element getOrCreateRelocationElement(boolean);
    descriptor: (Z)Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.StringSectionImpl this
        start local 1 // boolean useImplicitAddend
         0: .line 124
            new java.lang.UnsupportedOperationException
            dup
            ldc "can't mark relocaction sites in string section"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean useImplicitAddend
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/objectfile/StringSectionImpl;
            0    1     1  useImplicitAddend  Z
    MethodParameters:
                   Name  Flags
      useImplicitAddend  

  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=3, locals=6, args_size=6
        start local 0 // com.oracle.objectfile.StringSectionImpl 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 129
            new java.lang.UnsupportedOperationException
            dup
            ldc "can't mark relocaction sites in string section"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        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.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/objectfile/StringSectionImpl;
            0    1     1             offset  I
            0    1     2                  k  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            0    1     3         symbolName  Ljava/lang/String;
            0    1     4  useImplicitAddend  Z
            0    1     5     explicitAddend  Ljava/lang/Long;
    MethodParameters:
                   Name  Flags
      offset             
      k                  
      symbolName         
      useImplicitAddend  
      explicitAddend     

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.oracle.objectfile.StringSectionImpl 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 134
            new java.lang.UnsupportedOperationException
            dup
            ldc "can't mark relocaction sites in string section"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        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.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/objectfile/StringSectionImpl;
            0    1     1             offset  I
            0    1     2                 bb  Ljava/nio/ByteBuffer;
            0    1     3                  k  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            0    1     4         symbolName  Ljava/lang/String;
            0    1     5  useImplicitAddend  Z
            0    1     6     explicitAddend  Ljava/lang/Long;
    MethodParameters:
                   Name  Flags
      offset             
      bb                 
      k                  
      symbolName         
      useImplicitAddend  
      explicitAddend     

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

  public void setContent(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.StringSectionImpl this
        start local 1 // byte[] c
         0: .line 144
            aload 0 /* this */
            new com.oracle.objectfile.StringTable
            dup
            aload 1 /* c */
            invokespecial com.oracle.objectfile.StringTable.<init>:([B)V
            getfield com.oracle.objectfile.StringTable.stringMap:Ljava/util/NavigableMap;
            invokeinterface java.util.NavigableMap.values:()Ljava/util/Collection;
            invokevirtual com.oracle.objectfile.StringSectionImpl.addContentProvider:(Ljava/lang/Iterable;)V
         1: .line 145
            return
        end local 1 // byte[] c
        end local 0 // com.oracle.objectfile.StringSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/StringSectionImpl;
            0    2     1     c  [B
    MethodParameters:
      Name  Flags
      c     

  private static java.util.stream.Stream lambda$0(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Ljava/util/stream/Stream;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Iterable stringIterable
         0: .line 82
            aload 0 /* stringIterable */
            invokeinterface java.lang.Iterable.spliterator:()Ljava/util/Spliterator;
            iconst_0
            invokestatic java.util.stream.StreamSupport.stream:(Ljava/util/Spliterator;Z)Ljava/util/stream/Stream;
            areturn
        end local 0 // java.lang.Iterable stringIterable
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0  stringIterable  Ljava/lang/Iterable<Ljava/lang/String;>;
}
Signature: Lcom/oracle/objectfile/BasicElementImpl;Lcom/oracle/objectfile/ObjectFile$ProgbitsSectionImpl;Ljava/lang/Iterable<Ljava/lang/String;>;
SourceFile: "StringSectionImpl.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 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 final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles