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.io.PrintStream ps;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 56
            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 58
            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 90
            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 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 66
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
         3: .line 67
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
         4: .line 68
            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 81
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnonnull 2
         1: .line 82
            getstatic org.graalvm.compiler.debug.LogStream.SINK_PS:Ljava/io/PrintStream;
            areturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            areturn
        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 void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)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 // java.io.OutputStream os
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 98
            aload 0 /* this */
            aload 1 /* os */
            instanceof java.io.PrintStream
            ifeq 3
            aload 1 /* os */
            checkcast java.io.PrintStream
            goto 4
      StackMap locals: org.graalvm.compiler.debug.LogStream java.io.OutputStream
      StackMap stack: org.graalvm.compiler.debug.LogStream
         3: 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 java.io.PrintStream
         4: putfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
         5: .line 99
            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;
         6: .line 100
            return
        end local 1 // java.io.OutputStream os
        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    os  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      os    

  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 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            bipush 32
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         2: .line 109
            aload 0 /* this */
            aload 1 /* log */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            putfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
         3: .line 110
            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 111
            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 118
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 5
         1: .line 119
            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 120
            goto 4
         3: .line 121
      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 120
      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 125
      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 128
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 6
         1: .line 129
            iload 1 /* withNewline */
            ifeq 3
         2: .line 130
            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 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 133
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         5: .line 134
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         6: .line 136
      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    7     0         this  Lorg/graalvm/compiler/debug/LogStream;
            0    7     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 144
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 145
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.lineBuffer:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            ifeq 3
         2: .line 146
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         3: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         4: .line 150
      StackMap locals:
      StackMap stack:
            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 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 158
            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 168
            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 177
            iload 1 /* delta */
            ifge 3
         1: .line 178
            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 179
            goto 4
         3: .line 180
      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 182
      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 188
            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 192
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.debug.LogStream.indentationDisabled:Z
         1: .line 193
            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 196
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.LogStream.indentationDisabled:Z
         1: .line 197
            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 203
            aload 0 /* this */
            iload 1 /* c */
            putfield org.graalvm.compiler.debug.LogStream.indentation:C
         1: .line 204
            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 214
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 5
         1: .line 215
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 216
            goto 4
         3: .line 217
      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 216
      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 220
      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 230
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 231
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 232
            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 234
      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 245
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 246
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 247
            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 248
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 250
      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 260
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 6
         1: .line 261
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 262
            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 263
            iload 1 /* c */
            bipush 10
            if_icmpne 6
         4: .line 264
            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 265
            aload 0 /* this */
            iconst_0
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         6: .line 269
      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 280
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 281
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 282
            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 283
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         4: .line 285
      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 295
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 296
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 297
            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 299
      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 309
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 310
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 311
            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 312
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 314
      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 324
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 325
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 326
            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 328
      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 339
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 340
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 341
            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 342
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 344
      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 354
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 355
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 356
            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 358
      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 368
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 369
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 370
            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 371
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 373
      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 383
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 384
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 385
            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 387
      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 398
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 4
         1: .line 399
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 400
            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 401
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            areturn
         4: .line 403
      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 415
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 18
         1: .line 416
            aload 1 /* s */
            ifnonnull 5
         2: .line 417
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         3: .line 418
            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 419
            aload 0 /* this */
            areturn
         5: .line 422
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         6: .line 423
            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 424
            goto 17
         8: .line 425
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         9: .line 426
            iload 3 /* next */
            iload 2 /* index */
            if_icmpgt 10
            iload 3 /* next */
            ifne 15
        10: .line 427
      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 428
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
        12: .line 429
            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 430
            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 431
            goto 17
        15: .line 432
      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 433
            goto 18
        17: .line 424
      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 437
      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 448
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 449
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         2: .line 450
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         3: .line 452
      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 463
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 2
         1: .line 464
            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 466
      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 475
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.LogStream.ps:Ljava/io/PrintStream;
            ifnull 3
         1: .line 476
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.LogStream.indent:()V
         2: .line 477
            aload 0 /* this */
            iconst_1
            invokevirtual org.graalvm.compiler.debug.LogStream.flushLine:(Z)Lorg/graalvm/compiler/debug/LogStream;
            pop
         3: .line 479
      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
InnerClasses:
  org.graalvm.compiler.debug.LogStream$1