class org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream
  super_class: java.io.OutputStream
{
  private volatile java.io.OutputStream lazy;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
         0: .line 81
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;

  private java.io.OutputStream lazy();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
         0: .line 85
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:Ljava/io/OutputStream;
            ifnonnull 8
         1: .line 86
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 87
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:Ljava/io/OutputStream;
            ifnonnull 4
         3: .line 88
            aload 0 /* this */
            invokestatic jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.runtime:()Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            invokevirtual jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.getLogStream:()Ljava/io/OutputStream;
            putfield org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:Ljava/io/OutputStream;
         4: .line 86
      StackMap locals: org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:Ljava/io/OutputStream;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 97
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:()Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 98
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
        start local 1 // int b
         0: .line 102
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:()Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         1: .line 103
            return
        end local 1 // int b
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
         0: .line 107
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:()Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         1: .line 108
            return
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
         0: .line 112
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream.lazy:()Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         1: .line 113
            return
        end local 0 // org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/PrintStreamOptionKey$DelayedOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PrintStreamOptionKey.java"
NestHost: org.graalvm.compiler.hotspot.PrintStreamOptionKey
InnerClasses:
  DelayedOutputStream = org.graalvm.compiler.hotspot.PrintStreamOptionKey$DelayedOutputStream of org.graalvm.compiler.hotspot.PrintStreamOptionKey