public class sun.tools.attach.WindowsVirtualMachine extends sun.tools.attach.HotSpotVirtualMachine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.attach.WindowsVirtualMachine
  super_class: sun.tools.attach.HotSpotVirtualMachine
{
  private static byte[] stub;
    descriptor: [B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private volatile long hProcess;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lsun/tools/attach/WindowsVirtualMachine;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.tools.attach.WindowsVirtualMachine.$assertionsDisabled:Z
         3: .line 191
            ldc "attach"
            invokestatic java.lang.System.loadLibrary:(Ljava/lang/String;)V
         4: .line 192
            invokestatic sun.tools.attach.WindowsVirtualMachine.init:()V
         5: .line 193
            invokestatic sun.tools.attach.WindowsVirtualMachine.generateStub:()[B
            putstatic sun.tools.attach.WindowsVirtualMachine.stub:[B
         6: .line 194
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.tools.attach.spi.AttachProvider, java.lang.String);
    descriptor: (Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.tools.attach.WindowsVirtualMachine this
        start local 1 // com.sun.tools.attach.spi.AttachProvider provider
        start local 2 // java.lang.String id
         0: .line 48
            aload 0 /* this */
            aload 1 /* provider */
            aload 2 /* id */
            invokespecial sun.tools.attach.HotSpotVirtualMachine.<init>:(Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V
         1: .line 52
            aload 2 /* id */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 3 /* pid */
        start local 3 // int pid
         2: .line 53
            goto 5
        end local 3 // int pid
      StackMap locals: sun.tools.attach.WindowsVirtualMachine com.sun.tools.attach.spi.AttachProvider java.lang.String
      StackMap stack: java.lang.NumberFormatException
         3: pop
         4: .line 54
            new com.sun.tools.attach.AttachNotSupportedException
            dup
            ldc "Invalid process identifier"
            invokespecial com.sun.tools.attach.AttachNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // int pid
         5: .line 56
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pid */
            invokestatic sun.tools.attach.WindowsVirtualMachine.openProcess:(I)J
            putfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
         6: .line 62
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
            getstatic sun.tools.attach.WindowsVirtualMachine.stub:[B
            aconst_null
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.tools.attach.WindowsVirtualMachine.enqueue:(J[BLjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 63
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 4 /* x */
        start local 4 // java.io.IOException x
         9: .line 64
            new com.sun.tools.attach.AttachNotSupportedException
            dup
            aload 4 /* x */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial com.sun.tools.attach.AttachNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.io.IOException x
        10: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int pid
        end local 2 // java.lang.String id
        end local 1 // com.sun.tools.attach.spi.AttachProvider provider
        end local 0 // sun.tools.attach.WindowsVirtualMachine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/tools/attach/WindowsVirtualMachine;
            0   11     1  provider  Lcom/sun/tools/attach/spi/AttachProvider;
            0   11     2        id  Ljava/lang/String;
            2    3     3       pid  I
            5   11     3       pid  I
            9   10     4         x  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NumberFormatException
           6     7       8  Class java.io.IOException
    Exceptions:
      throws com.sun.tools.attach.AttachNotSupportedException, java.io.IOException
    MethodParameters:
          Name  Flags
      provider  
      id        

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.tools.attach.WindowsVirtualMachine this
         0: .line 69
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 70
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
            ldc -1
            lcmp
            ifeq 4
         2: .line 71
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
            invokestatic sun.tools.attach.WindowsVirtualMachine.closeProcess:(J)V
         3: .line 72
            aload 0 /* this */
            ldc -1
            putfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
         4: .line 69
      StackMap locals: sun.tools.attach.WindowsVirtualMachine
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.tools.attach.WindowsVirtualMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/tools/attach/WindowsVirtualMachine;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Exceptions:
      throws java.io.IOException

  java.io.InputStream execute(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/InputStream;
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=6, locals=10, args_size=3
        start local 0 // sun.tools.attach.WindowsVirtualMachine this
        start local 1 // java.lang.String cmd
        start local 2 // java.lang.Object[] args
         0: .line 80
            getstatic sun.tools.attach.WindowsVirtualMachine.$assertionsDisabled:Z
            ifne 1
            aload 2 /* args */
            arraylength
            iconst_3
            if_icmple 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 83
      StackMap locals:
      StackMap stack:
            new java.util.Random
            dup
            invokespecial java.util.Random.<init>:()V
            invokevirtual java.util.Random.nextInt:()I
            istore 3 /* r */
        start local 3 // int r
         2: .line 84
            new java.lang.StringBuilder
            dup
            ldc "\\\\.\\pipe\\javatool"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* r */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* pipename */
        start local 4 // java.lang.String pipename
         3: .line 85
            aload 4 /* pipename */
            invokestatic sun.tools.attach.WindowsVirtualMachine.createPipe:(Ljava/lang/String;)J
            lstore 5 /* hPipe */
        start local 5 // long hPipe
         4: .line 89
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
            ldc -1
            lcmp
            ifne 7
         5: .line 90
            lload 5 /* hPipe */
            invokestatic sun.tools.attach.WindowsVirtualMachine.closePipe:(J)V
         6: .line 91
            new java.io.IOException
            dup
            ldc "Detached from target VM"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 96
      StackMap locals: int java.lang.String long
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine.hProcess:J
            getstatic sun.tools.attach.WindowsVirtualMachine.stub:[B
            aload 1 /* cmd */
            aload 4 /* pipename */
            aload 2 /* args */
            invokestatic sun.tools.attach.WindowsVirtualMachine.enqueue:(J[BLjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 100
            lload 5 /* hPipe */
            invokestatic sun.tools.attach.WindowsVirtualMachine.connectPipe:(J)V
         9: .line 103
            new sun.tools.attach.WindowsVirtualMachine$PipedInputStream
            dup
            aload 0 /* this */
            lload 5 /* hPipe */
            invokespecial sun.tools.attach.WindowsVirtualMachine$PipedInputStream.<init>:(Lsun/tools/attach/WindowsVirtualMachine;J)V
            astore 7 /* is */
        start local 7 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream is
        10: .line 106
            aload 0 /* this */
            aload 7 /* is */
            invokevirtual sun.tools.attach.WindowsVirtualMachine.readInt:(Ljava/io/InputStream;)I
            istore 8 /* status */
        start local 8 // int status
        11: .line 107
            iload 8 /* status */
            ifeq 18
        12: .line 109
            aload 0 /* this */
            aload 7 /* is */
            invokevirtual sun.tools.attach.WindowsVirtualMachine.readErrorMessage:(Ljava/io/InputStream;)Ljava/lang/String;
            astore 9 /* message */
        start local 9 // java.lang.String message
        13: .line 111
            aload 1 /* cmd */
            ldc "load"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 112
            new com.sun.tools.attach.AgentLoadException
            dup
            ldc "Failed to load agent library"
            invokespecial com.sun.tools.attach.AgentLoadException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 114
      StackMap locals: sun.tools.attach.WindowsVirtualMachine$PipedInputStream int java.lang.String
      StackMap stack:
            aload 9 /* message */
            ifnonnull 17
        16: .line 115
            new com.sun.tools.attach.AttachOperationFailedException
            dup
            ldc "Command failed in target VM"
            invokespecial com.sun.tools.attach.AttachOperationFailedException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 117
      StackMap locals:
      StackMap stack:
            new com.sun.tools.attach.AttachOperationFailedException
            dup
            aload 9 /* message */
            invokespecial com.sun.tools.attach.AttachOperationFailedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 9 // java.lang.String message
        18: .line 123
      StackMap locals:
      StackMap stack:
            aload 7 /* is */
        19: areturn
        end local 8 // int status
        end local 7 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream is
        20: .line 125
      StackMap locals: sun.tools.attach.WindowsVirtualMachine java.lang.String java.lang.Object[] int java.lang.String long
      StackMap stack: java.io.IOException
            astore 7 /* ioe */
        start local 7 // java.io.IOException ioe
        21: .line 126
            lload 5 /* hPipe */
            invokestatic sun.tools.attach.WindowsVirtualMachine.closePipe:(J)V
        22: .line 127
            aload 7 /* ioe */
            athrow
        end local 7 // java.io.IOException ioe
        end local 5 // long hPipe
        end local 4 // java.lang.String pipename
        end local 3 // int r
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String cmd
        end local 0 // sun.tools.attach.WindowsVirtualMachine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lsun/tools/attach/WindowsVirtualMachine;
            0   23     1       cmd  Ljava/lang/String;
            0   23     2      args  [Ljava/lang/Object;
            2   23     3         r  I
            3   23     4  pipename  Ljava/lang/String;
            4   23     5     hPipe  J
           10   20     7        is  Lsun/tools/attach/WindowsVirtualMachine$PipedInputStream;
           11   20     8    status  I
           13   18     9   message  Ljava/lang/String;
           21   23     7       ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           7    19      20  Class java.io.IOException
    Exceptions:
      throws com.sun.tools.attach.AgentLoadException, java.io.IOException
    MethodParameters:
      Name  Flags
      cmd   
      args  

  static native void init();
    descriptor: ()V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE

  static native byte[] generateStub();
    descriptor: ()[B
    flags: (0x0108) ACC_STATIC, ACC_NATIVE

  static native long openProcess(int);
    descriptor: (I)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pid   

  static native void closeProcess(long);
    descriptor: (J)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      hProcess  

  static native long createPipe(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  static native void closePipe(long);
    descriptor: (J)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      hPipe  

  static native void connectPipe(long);
    descriptor: (J)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      hPipe  

  static native int readPipe(long, byte[], int, int);
    descriptor: (J[BII)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      hPipe   
      buf     
      off     
      buflen  

  static native void enqueue(long, byte[], java.lang.String, java.lang.String, java.lang.Object[]);
    descriptor: (J[BLjava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0188) ACC_STATIC, ACC_VARARGS, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      hProcess  
      stub      
      cmd       
      pipename  
      args      
}
SourceFile: "WindowsVirtualMachine.java"
NestMembers:
  sun.tools.attach.WindowsVirtualMachine$PipedInputStream
InnerClasses:
  private PipedInputStream = sun.tools.attach.WindowsVirtualMachine$PipedInputStream of sun.tools.attach.WindowsVirtualMachine