abstract class com.oracle.objectfile.pecoff.cv.CVSectionImpl extends com.oracle.objectfile.BasicProgbitsSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.objectfile.pecoff.cv.CVSectionImpl
  super_class: com.oracle.objectfile.BasicProgbitsSectionImpl
{
  boolean debug;
    descriptor: Z
    flags: (0x0000) 

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
         0: .line 43
            aload 0 /* this */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_0
            putfield com.oracle.objectfile.pecoff.cv.CVSectionImpl.debug:Z
         2: .line 44
            return
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;

  private java.lang.String debugSectionLogName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
         0: .line 51
            getstatic com.oracle.objectfile.pecoff.cv.CVSectionImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getSectionName:()Ljava/lang/String;
            ldc ".debug$"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 52
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "PeCoff"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getSectionName:()Ljava/lang/String;
            ldc "."
            ldc ""
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;

  protected void enableLog(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
         0: .line 60
            aload 1 /* context */
            invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
            ifeq 2
         1: .line 61
            aload 0 /* this */
            iconst_1
            putfield com.oracle.objectfile.pecoff.cv.CVSectionImpl.debug:Z
         2: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            0    3     1  context  Lorg/graalvm/compiler/debug/DebugContext;
    MethodParameters:
         Name  Flags
      context  

  protected void log(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 66
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSectionImpl.debug:Z
            ifeq 2
         1: .line 67
            aload 1 /* context */
            iconst_2
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
         2: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            0    3     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    3     2   format  Ljava/lang/String;
            0    3     3     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      format   
      args     

  protected void verboseLog(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext context
        start local 2 // java.lang.String format
        start local 3 // java.lang.Object[] args
         0: .line 72
            aload 0 /* this */
            getfield com.oracle.objectfile.pecoff.cv.CVSectionImpl.debug:Z
            ifeq 2
         1: .line 73
            aload 1 /* context */
            iconst_3
            aload 2 /* format */
            aload 3 /* args */
            invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
         2: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String format
        end local 1 // org.graalvm.compiler.debug.DebugContext context
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            0    3     1  context  Lorg/graalvm/compiler/debug/DebugContext;
            0    3     2   format  Ljava/lang/String;
            0    3     3     args  [Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      format   
      args     

  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=3, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
        start local 1 // java.util.Map alreadyDecided
        start local 2 // byte[] contentHint
         0: .line 81
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.debugSectionLogName:()Ljava/lang/String;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;)Ljava/util/function/Consumer;
              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;)V
                  com/oracle/objectfile/pecoff/cv/CVSectionImpl.createContent(Lorg/graalvm/compiler/debug/DebugContext;)V (5)
                  (Lorg/graalvm/compiler/debug/DebugContext;)V
            invokevirtual com.oracle.objectfile.ObjectFile.debugContext:(Ljava/lang/String;Ljava/util/function/Consumer;)V
         1: .line 84
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.debugSectionLogName:()Ljava/lang/String;
            aload 0 /* this */
            invokedynamic accept(Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;)Ljava/util/function/Consumer;
              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;)V
                  com/oracle/objectfile/pecoff/cv/CVSectionImpl.writeContent(Lorg/graalvm/compiler/debug/DebugContext;)V (5)
                  (Lorg/graalvm/compiler/debug/DebugContext;)V
            invokevirtual com.oracle.objectfile.ObjectFile.debugContext:(Ljava/lang/String;Ljava/util/function/Consumer;)V
         2: .line 86
            aload 0 /* this */
            aload 1 /* alreadyDecided */
            aload 2 /* contentHint */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getOrDecideContent:(Ljava/util/Map;[B)[B
            areturn
        end local 2 // byte[] contentHint
        end local 1 // java.util.Map alreadyDecided
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            0    3     1  alreadyDecided  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            0    3     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.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=3, locals=5, args_size=2
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
        start local 1 // java.util.Map decisions
         0: .line 91
            aload 0 /* this */
            aload 1 /* decisions */
            invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
            astore 2 /* deps */
        start local 2 // java.util.Set deps
         1: .line 92
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.LayoutDecisionMap
            getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
            astore 3 /* ourContent */
        start local 3 // com.oracle.objectfile.LayoutDecision ourContent
         2: .line 93
            aload 1 /* decisions */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.pecoff.cv.CVSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.objectfile.LayoutDecisionMap
            getstatic com.oracle.objectfile.LayoutDecision$Kind.SIZE:Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
            astore 4 /* ourSize */
        start local 4 // com.oracle.objectfile.LayoutDecision ourSize
         3: .line 95
            aload 2 /* deps */
            aload 4 /* ourSize */
            aload 3 /* ourContent */
            invokestatic com.oracle.objectfile.BuildDependency.createOrGet:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 96
            aload 2 /* deps */
            areturn
        end local 4 // com.oracle.objectfile.LayoutDecision ourSize
        end local 3 // com.oracle.objectfile.LayoutDecision ourContent
        end local 2 // java.util.Set deps
        end local 1 // java.util.Map decisions
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/oracle/objectfile/pecoff/cv/CVSectionImpl;
            0    5     1   decisions  Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
            1    5     2        deps  Ljava/util/Set<Lcom/oracle/objectfile/BuildDependency;>;
            2    5     3  ourContent  Lcom/oracle/objectfile/LayoutDecision;
            3    5     4     ourSize  Lcom/oracle/objectfile/LayoutDecision;
    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 abstract void createContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      debugContext  

  public abstract void writeContent(org.graalvm.compiler.debug.DebugContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      debugContext  

  public abstract java.lang.String getSectionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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.pecoff.cv.CVSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CVSectionImpl.java"
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles