class jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2
  super_class: java.io.OutputStream
{
  final jdk.vm.ci.hotspot.HotSpotJVMCIRuntime this$0;
    descriptor: Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.vm.ci.hotspot.HotSpotJVMCIRuntime);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
         0: .line 619
            aload 0 /* this */
            aload 1
            putfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2.this$0:Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 623
            aload 1 /* b */
            ifnonnull 2
         1: .line 624
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 625
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            if_icmpgt 3
            iload 3 /* len */
            iflt 3
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* b */
            arraylength
            if_icmpgt 3
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 4
         3: .line 626
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 627
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 6
         5: .line 628
            return
         6: .line 630
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2.this$0:Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.compilerToVm:Ljdk/vm/ci/hotspot/CompilerToVM;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual jdk.vm.ci.hotspot.CompilerToVM.writeDebugOutput:([BII)V
         7: .line 631
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$2;
            0    8     1     b  [B
            0    8     2   off  I
            0    8     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=5, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
        start local 1 // int b
         0: .line 635
            aload 0 /* this */
            iconst_1
            newarray 8
            dup
            iconst_0
            iload 1 /* b */
            i2b
            bastore
            iconst_0
            iconst_1
            invokevirtual jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2.write:([BII)V
         1: .line 636
            return
        end local 1 // int b
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$2;
            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 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
         0: .line 640
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2.this$0:Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.compilerToVm:Ljdk/vm/ci/hotspot/CompilerToVM;
            invokevirtual jdk.vm.ci.hotspot.CompilerToVM.flushDebugOutput:()V
         1: .line 641
            return
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$2;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HotSpotJVMCIRuntime.java"
EnclosingMethod: jdk.vm.ci.hotspot.HotSpotJVMCIRuntime.getLogStream:()Ljava/io/OutputStream;
NestHost: jdk.vm.ci.hotspot.HotSpotJVMCIRuntime
InnerClasses:
  jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$2