public class org.graalvm.compiler.debug.LogStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.debug.LogStream
  super_class: java.lang.Object
{
  public static final org.graalvm.compiler.debug.LogStream SINK;
    descriptor: Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final java.io.PrintStream SINK_PS;
    descriptor: Ljava/io/PrintStream;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.function.Consumer<? super java.lang.String> consumer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Consumer<-Ljava/lang/String;>;

  private final java.lang.StringBuilder lineBuffer;
    descriptor: Ljava/lang/StringBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int indentationLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private char indentation;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  private boolean indentationDisabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static final java.lang.String LINE_SEPARATOR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 59
            new org.graalvm.compiler.debug.LogStream
            dup
            invokespecial org.graalvm.compiler.debug.LogStream.<init>:()V
            putstatic org.graalvm.compiler.debug.LogStream.SINK:Lorg/graalvm/compiler/debug/LogStream;
         1: .line 61
            new java.io.PrintStream
            dup
            new org.graalvm.compiler.debug.LogStream$1
            dup
            invokespecial org.graalvm.compiler.debug.LogStream$1.<init>:()V
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            putstatic org.graalvm.compiler.debug.LogStream.SINK_PS:Ljava/io/PrintStream;
         2: .line 96
            invokestatic java.lang.System.lineSeparator:()Ljava/lang/String;
            putstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 69
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
         3: .line 70
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
         4: .line 71
            return
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public final java.io.PrintStream out();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 84
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnonnull 2
         1: .line 85
            getstatic org.graalvm.compiler.debug.LogStream.SINK_PS:Ljava/io/PrintStream;
            areturn
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            instanceof org.graalvm.compiler.debug.LogStream$PrintStreamConsumer
            ifeq 4
         3: .line 87
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            checkcast org.graalvm.compiler.debug.LogStream$PrintStreamConsumer
            getfield org.graalvm.compiler.debug.LogStream$PrintStreamConsumer.printStream:Ljava/io/PrintStream;
            areturn
         4: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            checkcast org.graalvm.compiler.debug.LogStream$ForwardingConsumer
            invokevirtual org.graalvm.compiler.debug.LogStream$ForwardingConsumer.getPrintStream:()Ljava/io/PrintStream;
            areturn
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // java.io.OutputStream os
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 104
            aload 0 /* this */
         3: new org.graalvm.compiler.debug.LogStream$PrintStreamConsumer
            dup
            aload 1 /* os */
            instanceof java.io.PrintStream
            ifeq 4
            aload 1 /* os */
            checkcast java.io.PrintStream
            goto 5
      StackMap locals: org.graalvm.compiler.debug.LogStream java.io.OutputStream
      StackMap stack: org.graalvm.compiler.debug.LogStream new 3 new 3
         4: new java.io.PrintStream
            dup
            aload 1 /* os */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
      StackMap locals: org.graalvm.compiler.debug.LogStream java.io.OutputStream
      StackMap stack: org.graalvm.compiler.debug.LogStream new 3 new 3 java.io.PrintStream
         5: invokespecial org.graalvm.compiler.debug.LogStream$PrintStreamConsumer.<init>:(Ljava/io/PrintStream;)V
            putfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
         6: .line 105
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 100
            invokespecial java.lang.StringBuilder.<init>:(I)V
            putfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
         7: .line 106
            return
        end local 1 // java.io.OutputStream os
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    8     1    os  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      os    

  public void <init>(java.util.function.Consumer<? super java.lang.String>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // java.util.function.Consumer sink
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 114
            aload 0 /* this */
            new org.graalvm.compiler.debug.LogStream$ForwardingConsumer
            dup
            aload 0 /* this */
            aload 1 /* sink */
            invokespecial org.graalvm.compiler.debug.LogStream$ForwardingConsumer.<init>:(Lorg/graalvm/compiler/debug/LogStream;Ljava/util/function/Consumer;)V
            putfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
         3: .line 115
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 100
            invokespecial java.lang.StringBuilder.<init>:(I)V
            putfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
         4: .line 116
            return
        end local 1 // java.util.function.Consumer sink
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1  sink  Ljava/util/function/Consumer<-Ljava/lang/String;>;
    Signature: (Ljava/util/function/Consumer<-Ljava/lang/String;>;)V
    MethodParameters:
      Name  Flags
      sink  

  public void <init>(org.graalvm.compiler.debug.LogStream);
    descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // org.graalvm.compiler.debug.LogStream log
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 125
            aload 0 /* this */
            aload 1 /* log */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            putfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
         3: .line 126
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            bipush 100
            invokespecial java.lang.StringBuilder.<init>:(I)V
            putfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
         4: .line 127
            return
        end local 1 // org.graalvm.compiler.debug.LogStream log
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1   log  Lorg/graalvm/compiler/debug/LogStream;
    MethodParameters:
      Name  Flags
      log   

  private void indent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 134
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 5
         1: .line 135
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentationDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
            ifeq 5
         2: .line 136
            goto 4
         3: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentation:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
            if_icmplt 3
         5: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/debug/LogStream;

  private org.graalvm.compiler.debug.LogStream flushLine(boolean);
    descriptor: (Z)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // boolean withNewline
         0: .line 144
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 5
         1: .line 145
            iload 1 /* withNewline */
            ifeq 3
         2: .line 146
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         4: .line 149
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         5: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean withNewline
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/graalvm/compiler/debug/LogStream;
            0    6     1  withNewline  Z
    MethodParameters:
             Name  Flags
      withNewline  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 159
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 2
         1: .line 160
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         2: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public int position();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 170
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public int indentationLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 180
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
            ireturn
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public void adjustIndentation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // int delta
         0: .line 189
            iload 1 /* delta */
            ifge 3
         1: .line 190
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
            iload 1 /* delta */
            iadd
            invokestatic java.lang.Math.max:(II)I
            putfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
         2: .line 191
            goto 4
         3: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
            iload 1 /* delta */
            iadd
            putfield org.graalvm.compiler.debug.LogStream.indentationLevel:I
         4: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int delta
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1  delta  I
    MethodParameters:
       Name  Flags
      delta  

  public char indentation();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 200
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.indentation:C
            ireturn
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public void disableIndentation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 204
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.debug.LogStream.indentationDisabled:Z
         1: .line 205
            return
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public void enableIndentation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 208
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.LogStream.indentationDisabled:Z
         1: .line 209
            return
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/LogStream;

  public void setIndentation(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // char c
         0: .line 215
            aload 0 /* this */
            iload 1 /* c */
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         1: .line 216
            return
        end local 1 // char c
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public org.graalvm.compiler.debug.LogStream fillTo(int, char);
    descriptor: (IC)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // int position
        start local 2 // char filler
         0: .line 226
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 5
         1: .line 227
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 228
            goto 4
         3: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 2 /* filler */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            iload 1 /* position */
            if_icmplt 3
         5: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // char filler
        end local 1 // int position
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/graalvm/compiler/debug/LogStream;
            0    6     1  position  I
            0    6     2    filler  C
    MethodParameters:
          Name  Flags
      position  
      filler    

  public org.graalvm.compiler.debug.LogStream print(boolean);
    descriptor: (Z)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // boolean b
         0: .line 242
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 243
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 244
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* b */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         3: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean b
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public org.graalvm.compiler.debug.LogStream println(boolean);
    descriptor: (Z)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // boolean b
         0: .line 257
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 258
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 259
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* b */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            pop
         3: .line 260
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // boolean b
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  public org.graalvm.compiler.debug.LogStream print(char);
    descriptor: (C)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // char c
         0: .line 272
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 6
         1: .line 273
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 274
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         3: .line 275
            iload 1 /* c */
            bipush 10
            if_icmpne 6
         4: .line 276
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.StringBuilder.indexOf:(Ljava/lang/String;I)I
            iconst_m1
            if_icmpeq 6
         5: .line 277
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         6: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // char c
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    7     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public org.graalvm.compiler.debug.LogStream println(char);
    descriptor: (C)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // char c
         0: .line 292
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 293
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 294
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         3: .line 295
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         4: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // char c
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public org.graalvm.compiler.debug.LogStream print(int);
    descriptor: (I)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // int i
         0: .line 307
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 308
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 309
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public org.graalvm.compiler.debug.LogStream println(int);
    descriptor: (I)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // int i
         0: .line 321
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 322
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 323
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 324
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public org.graalvm.compiler.debug.LogStream print(float);
    descriptor: (F)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // float f
         0: .line 336
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 337
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 338
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            fload 1 /* f */
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
         3: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // float f
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public org.graalvm.compiler.debug.LogStream println(float);
    descriptor: (F)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // float f
         0: .line 351
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 352
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 353
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            fload 1 /* f */
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            pop
         3: .line 354
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // float f
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public org.graalvm.compiler.debug.LogStream print(long);
    descriptor: (J)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // long l
         0: .line 366
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 367
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 368
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            lload 1 /* l */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         3: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public org.graalvm.compiler.debug.LogStream println(long);
    descriptor: (J)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // long l
         0: .line 380
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 381
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 382
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            lload 1 /* l */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         3: .line 383
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // long l
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public org.graalvm.compiler.debug.LogStream print(double);
    descriptor: (D)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // double d
         0: .line 395
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 396
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 397
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            dload 1 /* d */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         3: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // double d
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public org.graalvm.compiler.debug.LogStream println(double);
    descriptor: (D)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // double d
         0: .line 410
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 4
         1: .line 411
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 412
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            dload 1 /* d */
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            pop
         3: .line 413
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // double d
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    5     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public org.graalvm.compiler.debug.LogStream print(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // java.lang.String s
         0: .line 427
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 18
         1: .line 428
            aload 1 /* s */
            ifnonnull 5
         2: .line 429
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         3: .line 430
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 431
            aload 0 /* this */
            areturn
         5: .line 434
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         6: .line 435
            aload 1 /* s */
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            iload 2 /* index */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 3 /* next */
        start local 3 // int next
         7: .line 436
            goto 17
         8: .line 437
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         9: .line 438
            iload 3 /* next */
            iload 2 /* index */
            if_icmpgt 10
            iload 3 /* next */
            ifne 15
        10: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            aload 1 /* s */
            iload 2 /* index */
            iload 3 /* next */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 440
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
        12: .line 441
            iload 3 /* next */
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            istore 2 /* index */
        13: .line 442
            aload 1 /* s */
            getstatic org.graalvm.compiler.debug.LogStream.LINE_SEPARATOR:Ljava/lang/String;
            iload 2 /* index */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
            istore 3 /* next */
        14: .line 443
            goto 17
        15: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            aload 1 /* s */
            iload 2 /* index */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 445
            goto 18
        17: .line 436
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            if_icmplt 8
        end local 3 // int next
        end local 2 // int index
        18: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lorg/graalvm/compiler/debug/LogStream;
            0   19     1      s  Ljava/lang/String;
            6   18     2  index  I
            7   18     3   next  I
    MethodParameters:
      Name  Flags
      s     

  public org.graalvm.compiler.debug.LogStream println(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // java.lang.String s
         0: .line 460
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 461
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         2: .line 462
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         3: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
            0    4     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public org.graalvm.compiler.debug.LogStream printf(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.LogStream this
        start local 1 // java.lang.String format
        start local 2 // java.lang.Object[] args
         0: .line 475
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 2
         1: .line 476
            aload 0 /* this */
            aload 1 /* format */
            aload 2 /* args */
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         2: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String format
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/debug/LogStream;
            0    3     1  format  Ljava/lang/String;
            0    3     2    args  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      format  
      args    

  public org.graalvm.compiler.debug.LogStream println();
    descriptor: ()Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.LogStream this
         0: .line 487
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.consumer:Ljava/util/function/Consumer;
            ifnull 3
         1: .line 488
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 489
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         3: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // org.graalvm.compiler.debug.LogStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/LogStream;
}
SourceFile: "LogStream.java"
NestMembers:
  org.graalvm.compiler.debug.LogStream$1  org.graalvm.compiler.debug.LogStream$ForwardingConsumer  org.graalvm.compiler.debug.LogStream$ForwardingConsumer$DelegatingPrintStream  org.graalvm.compiler.debug.LogStream$ForwardingConsumer$DelegatingPrintStream$1  org.graalvm.compiler.debug.LogStream$PrintStreamConsumer
InnerClasses:
  org.graalvm.compiler.debug.LogStream$1
  private final ForwardingConsumer = org.graalvm.compiler.debug.LogStream$ForwardingConsumer of org.graalvm.compiler.debug.LogStream
  private final PrintStreamConsumer = org.graalvm.compiler.debug.LogStream$PrintStreamConsumer of org.graalvm.compiler.debug.LogStream