public class sun.tools.attach.AixVirtualMachine extends sun.tools.attach.HotSpotVirtualMachine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.attach.AixVirtualMachine
  super_class: sun.tools.attach.HotSpotVirtualMachine
{
  private static final java.lang.String tmpdir;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "/tmp"

  java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private static final java.lang.String PROTOCOL_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "1"

  private static final int ATTACH_ERROR_BADVERSION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 101

  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 43
            ldc Lsun/tools/attach/AixVirtualMachine;
            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.AixVirtualMachine.$assertionsDisabled:Z
         3: .line 321
            ldc "attach"
            invokestatic java.lang.System.loadLibrary:(Ljava/lang/String;)V
         4: .line 322
            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=4, locals=10, args_size=3
        start local 0 // sun.tools.attach.AixVirtualMachine this
        start local 1 // com.sun.tools.attach.spi.AttachProvider provider
        start local 2 // java.lang.String vmid
         0: .line 60
            aload 0 /* this */
            aload 1 /* provider */
            aload 2 /* vmid */
            invokespecial sun.tools.attach.HotSpotVirtualMachine.<init>:(Lcom/sun/tools/attach/spi/AttachProvider;Ljava/lang/String;)V
         1: .line 65
            aload 2 /* vmid */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 3 /* pid */
        start local 3 // int pid
         2: .line 66
            goto 5
        end local 3 // int pid
      StackMap locals: sun.tools.attach.AixVirtualMachine com.sun.tools.attach.spi.AttachProvider java.lang.String
      StackMap stack: java.lang.NumberFormatException
         3: pop
         4: .line 67
            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 73
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* pid */
            invokevirtual sun.tools.attach.AixVirtualMachine.findSocketFile:(I)Ljava/lang/String;
            putfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
         6: .line 74
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            ifnonnull 26
         7: .line 75
            aload 0 /* this */
            iload 3 /* pid */
            invokevirtual sun.tools.attach.AixVirtualMachine.createAttachFile:(I)Ljava/io/File;
            astore 4 /* f */
        start local 4 // java.io.File f
         8: .line 77
            iload 3 /* pid */
            invokestatic sun.tools.attach.AixVirtualMachine.sendQuitTo:(I)V
         9: .line 80
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: .line 81
            ldc 200
            lstore 6 /* delay */
        start local 6 // long delay
        11: .line 82
            aload 0 /* this */
            invokevirtual sun.tools.attach.AixVirtualMachine.attachTimeout:()J
            lload 6 /* delay */
            ldiv
            l2i
            istore 8 /* retries */
        start local 8 // int retries
        12: .line 85
      StackMap locals: sun.tools.attach.AixVirtualMachine com.sun.tools.attach.spi.AttachProvider java.lang.String int java.io.File int long int
      StackMap stack:
            lload 6 /* delay */
            invokestatic java.lang.Thread.sleep:(J)V
        13: .line 86
            goto 15
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        14: pop
        15: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* pid */
            invokevirtual sun.tools.attach.AixVirtualMachine.findSocketFile:(I)Ljava/lang/String;
            putfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
        16: .line 88
            iinc 5 /* i */ 1
        17: .line 89
            iload 5 /* i */
            iload 8 /* retries */
            if_icmpgt 18
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            ifnull 12
        18: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            ifnonnull 25
        19: .line 91
            new com.sun.tools.attach.AttachNotSupportedException
            dup
        20: .line 92
            ldc "Unable to open socket file: target process not responding or HotSpot VM not loaded"
        21: .line 91
            invokespecial com.sun.tools.attach.AttachNotSupportedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // int retries
        end local 6 // long delay
        end local 5 // int i
        22: .line 95
      StackMap locals: sun.tools.attach.AixVirtualMachine com.sun.tools.attach.spi.AttachProvider java.lang.String int java.io.File
      StackMap stack: java.lang.Throwable
            astore 9
        23: .line 96
            aload 4 /* f */
            invokevirtual java.io.File.delete:()Z
            pop
        24: .line 97
            aload 9
            athrow
        25: .line 96
      StackMap locals:
      StackMap stack:
            aload 4 /* f */
            invokevirtual java.io.File.delete:()Z
            pop
        end local 4 // java.io.File f
        26: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            invokestatic sun.tools.attach.AixVirtualMachine.checkPermissions:(Ljava/lang/String;)V
        27: .line 107
            invokestatic sun.tools.attach.AixVirtualMachine.socket:()I
            istore 4 /* s */
        start local 4 // int s
        28: .line 109
            iload 4 /* s */
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            invokestatic sun.tools.attach.AixVirtualMachine.connect:(ILjava/lang/String;)V
        29: .line 110
            goto 33
      StackMap locals: sun.tools.attach.AixVirtualMachine com.sun.tools.attach.spi.AttachProvider java.lang.String int int
      StackMap stack: java.lang.Throwable
        30: astore 5
        31: .line 111
            iload 4 /* s */
            invokestatic sun.tools.attach.AixVirtualMachine.close:(I)V
        32: .line 112
            aload 5
            athrow
        33: .line 111
      StackMap locals:
      StackMap stack:
            iload 4 /* s */
            invokestatic sun.tools.attach.AixVirtualMachine.close:(I)V
        34: .line 113
            return
        end local 4 // int s
        end local 3 // int pid
        end local 2 // java.lang.String vmid
        end local 1 // com.sun.tools.attach.spi.AttachProvider provider
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   35     0      this  Lsun/tools/attach/AixVirtualMachine;
            0   35     1  provider  Lcom/sun/tools/attach/spi/AttachProvider;
            0   35     2      vmid  Ljava/lang/String;
            2    3     3       pid  I
            5   35     3       pid  I
            8   26     4         f  Ljava/io/File;
           10   22     5         i  I
           11   22     6     delay  J
           12   22     8   retries  I
           28   35     4         s  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.NumberFormatException
          12    13      14  Class java.lang.InterruptedException
           8    22      22  any
          28    30      30  any
    Exceptions:
      throws com.sun.tools.attach.AttachNotSupportedException, java.io.IOException
    MethodParameters:
          Name  Flags
      provider  
      vmid      

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.tools.attach.AixVirtualMachine this
         0: .line 119
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 120
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            ifnull 3
         2: .line 121
            aload 0 /* this */
            aconst_null
            putfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
         3: .line 119
      StackMap locals: sun.tools.attach.AixVirtualMachine
      StackMap stack:
            aload 1
            monitorexit
         4: goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/tools/attach/AixVirtualMachine;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  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=4, locals=9, args_size=3
        start local 0 // sun.tools.attach.AixVirtualMachine this
        start local 1 // java.lang.String cmd
        start local 2 // java.lang.Object[] args
         0: .line 136
            getstatic sun.tools.attach.AixVirtualMachine.$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 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 141
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            ifnonnull 4
         3: .line 142
            new java.io.IOException
            dup
            ldc "Detached from target VM"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 144
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] top sun.tools.attach.AixVirtualMachine
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.attach.AixVirtualMachine.path:Ljava/lang/String;
            astore 3 /* p */
        start local 3 // java.lang.String p
         5: .line 140
            aload 4
            monitorexit
         6: goto 9
        end local 3 // java.lang.String p
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 4
            monitorexit
         8: athrow
        start local 3 // java.lang.String p
         9: .line 148
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String
      StackMap stack:
            invokestatic sun.tools.attach.AixVirtualMachine.socket:()I
            istore 4 /* s */
        start local 4 // int s
        10: .line 152
            iload 4 /* s */
            aload 3 /* p */
            invokestatic sun.tools.attach.AixVirtualMachine.connect:(ILjava/lang/String;)V
        11: .line 153
            goto 15
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String int
      StackMap stack: java.io.IOException
        12: astore 5 /* x */
        start local 5 // java.io.IOException x
        13: .line 154
            iload 4 /* s */
            invokestatic sun.tools.attach.AixVirtualMachine.close:(I)V
        14: .line 155
            aload 5 /* x */
            athrow
        end local 5 // java.io.IOException x
        15: .line 158
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        16: .line 163
            aload 0 /* this */
            iload 4 /* s */
            ldc "1"
            invokevirtual sun.tools.attach.AixVirtualMachine.writeString:(ILjava/lang/String;)V
        17: .line 164
            aload 0 /* this */
            iload 4 /* s */
            aload 1 /* cmd */
            invokevirtual sun.tools.attach.AixVirtualMachine.writeString:(ILjava/lang/String;)V
        18: .line 166
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        19: goto 25
        20: .line 167
      StackMap locals: java.io.IOException int
      StackMap stack:
            iload 6 /* i */
            aload 2 /* args */
            arraylength
            if_icmpge 23
            aload 2 /* args */
            iload 6 /* i */
            aaload
            ifnull 23
        21: .line 168
            aload 0 /* this */
            iload 4 /* s */
            aload 2 /* args */
            iload 6 /* i */
            aaload
            checkcast java.lang.String
            invokevirtual sun.tools.attach.AixVirtualMachine.writeString:(ILjava/lang/String;)V
        22: .line 169
            goto 24
        23: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* s */
            ldc ""
            invokevirtual sun.tools.attach.AixVirtualMachine.writeString:(ILjava/lang/String;)V
        24: .line 166
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            iconst_3
            if_icmplt 20
        end local 6 // int i
        26: .line 173
            goto 29
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String int java.io.IOException
      StackMap stack: java.io.IOException
        27: astore 6 /* x */
        start local 6 // java.io.IOException x
        28: .line 174
            aload 6 /* x */
            astore 5 /* ioe */
        end local 6 // java.io.IOException x
        29: .line 179
      StackMap locals:
      StackMap stack:
            new sun.tools.attach.AixVirtualMachine$SocketInputStream
            dup
            aload 0 /* this */
            iload 4 /* s */
            invokespecial sun.tools.attach.AixVirtualMachine$SocketInputStream.<init>:(Lsun/tools/attach/AixVirtualMachine;I)V
            astore 6 /* sis */
        start local 6 // sun.tools.attach.AixVirtualMachine$SocketInputStream sis
        30: .line 184
            aload 0 /* this */
            aload 6 /* sis */
            invokevirtual sun.tools.attach.AixVirtualMachine.readInt:(Ljava/io/InputStream;)I
            istore 7 /* completionStatus */
        start local 7 // int completionStatus
        31: .line 185
            goto 37
        end local 7 // int completionStatus
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String int java.io.IOException sun.tools.attach.AixVirtualMachine$SocketInputStream
      StackMap stack: java.io.IOException
        32: astore 8 /* x */
        start local 8 // java.io.IOException x
        33: .line 186
            aload 6 /* sis */
            invokevirtual sun.tools.attach.AixVirtualMachine$SocketInputStream.close:()V
        34: .line 187
            aload 5 /* ioe */
            ifnull 36
        35: .line 188
            aload 5 /* ioe */
            athrow
        36: .line 190
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String int java.io.IOException sun.tools.attach.AixVirtualMachine$SocketInputStream top java.io.IOException
      StackMap stack:
            aload 8 /* x */
            athrow
        end local 8 // java.io.IOException x
        start local 7 // int completionStatus
        37: .line 194
      StackMap locals: sun.tools.attach.AixVirtualMachine java.lang.String java.lang.Object[] java.lang.String int java.io.IOException sun.tools.attach.AixVirtualMachine$SocketInputStream int
      StackMap stack:
            iload 7 /* completionStatus */
            ifeq 47
        38: .line 196
            aload 0 /* this */
            aload 6 /* sis */
            invokevirtual sun.tools.attach.AixVirtualMachine.readErrorMessage:(Ljava/io/InputStream;)Ljava/lang/String;
            astore 8 /* message */
        start local 8 // java.lang.String message
        39: .line 197
            aload 6 /* sis */
            invokevirtual sun.tools.attach.AixVirtualMachine$SocketInputStream.close:()V
        40: .line 202
            iload 7 /* completionStatus */
            bipush 101
            if_icmpne 42
        41: .line 203
            new java.io.IOException
            dup
            ldc "Protocol mismatch with target VM"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 208
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* cmd */
            ldc "load"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 44
        43: .line 209
            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
        44: .line 211
      StackMap locals:
      StackMap stack:
            aload 8 /* message */
            ifnonnull 46
        45: .line 212
            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
        46: .line 214
      StackMap locals:
      StackMap stack:
            new com.sun.tools.attach.AttachOperationFailedException
            dup
            aload 8 /* message */
            invokespecial com.sun.tools.attach.AttachOperationFailedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.String message
        47: .line 220
      StackMap locals:
      StackMap stack:
            aload 6 /* sis */
            areturn
        end local 7 // int completionStatus
        end local 6 // sun.tools.attach.AixVirtualMachine$SocketInputStream sis
        end local 5 // java.io.IOException ioe
        end local 4 // int s
        end local 3 // java.lang.String p
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String cmd
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   48     0              this  Lsun/tools/attach/AixVirtualMachine;
            0   48     1               cmd  Ljava/lang/String;
            0   48     2              args  [Ljava/lang/Object;
            5    7     3                 p  Ljava/lang/String;
            9   48     3                 p  Ljava/lang/String;
           10   48     4                 s  I
           13   15     5                 x  Ljava/io/IOException;
           16   48     5               ioe  Ljava/io/IOException;
           19   26     6                 i  I
           28   29     6                 x  Ljava/io/IOException;
           30   48     6               sis  Lsun/tools/attach/AixVirtualMachine$SocketInputStream;
           31   32     7  completionStatus  I
           37   48     7  completionStatus  I
           33   37     8                 x  Ljava/io/IOException;
           39   47     8           message  Ljava/lang/String;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
          10    11      12  Class java.io.IOException
          16    26      27  Class java.io.IOException
          30    31      32  Class java.io.IOException
    Exceptions:
      throws com.sun.tools.attach.AgentLoadException, java.io.IOException
    MethodParameters:
      Name  Flags
      cmd   
      args  

  private java.lang.String findSocketFile(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.tools.attach.AixVirtualMachine this
        start local 1 // int pid
         0: .line 260
            new java.io.File
            dup
            ldc "/tmp"
            new java.lang.StringBuilder
            dup
            ldc ".java_pid"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* pid */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 2 /* f */
        start local 2 // java.io.File f
         1: .line 261
            aload 2 /* f */
            invokevirtual java.io.File.exists:()Z
            ifne 3
         2: .line 262
            aconst_null
            areturn
         3: .line 264
      StackMap locals: java.io.File
      StackMap stack:
            aload 2 /* f */
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            areturn
        end local 2 // java.io.File f
        end local 1 // int pid
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/attach/AixVirtualMachine;
            0    4     1   pid  I
            1    4     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      pid   

  private java.io.File createAttachFile(int);
    descriptor: (I)Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.tools.attach.AixVirtualMachine this
        start local 1 // int pid
         0: .line 272
            new java.lang.StringBuilder
            dup
            ldc ".attach_pid"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* pid */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* fn */
        start local 2 // java.lang.String fn
         1: .line 273
            new java.lang.StringBuilder
            dup
            ldc "/proc/"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* pid */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "/cwd/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* fn */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* path */
        start local 3 // java.lang.String path
         2: .line 274
            new java.io.File
            dup
            aload 3 /* path */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 4 /* f */
        start local 4 // java.io.File f
         3: .line 276
            aload 4 /* f */
            invokevirtual java.io.File.createNewFile:()Z
            pop
         4: .line 277
            goto 8
      StackMap locals: sun.tools.attach.AixVirtualMachine int java.lang.String java.lang.String java.io.File
      StackMap stack: java.io.IOException
         5: pop
         6: .line 278
            new java.io.File
            dup
            ldc "/tmp"
            aload 2 /* fn */
            invokespecial java.io.File.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 4 /* f */
         7: .line 279
            aload 4 /* f */
            invokevirtual java.io.File.createNewFile:()Z
            pop
         8: .line 281
      StackMap locals:
      StackMap stack:
            aload 4 /* f */
            areturn
        end local 4 // java.io.File f
        end local 3 // java.lang.String path
        end local 2 // java.lang.String fn
        end local 1 // int pid
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/tools/attach/AixVirtualMachine;
            0    9     1   pid  I
            1    9     2    fn  Ljava/lang/String;
            2    9     3  path  Ljava/lang/String;
            3    9     4     f  Ljava/io/File;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pid   

  private void writeString(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.tools.attach.AixVirtualMachine this
        start local 1 // int fd
        start local 2 // java.lang.String s
         0: .line 289
            aload 2 /* s */
            invokevirtual java.lang.String.length:()I
            ifle 6
         1: .line 292
            aload 2 /* s */
            ldc "UTF-8"
            invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
            astore 3 /* b */
        start local 3 // byte[] b
         2: .line 293
            goto 5
        end local 3 // byte[] b
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
         3: astore 4 /* x */
        start local 4 // java.io.UnsupportedEncodingException x
         4: .line 294
            new java.lang.InternalError
            dup
            aload 4 /* x */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.UnsupportedEncodingException x
        start local 3 // byte[] b
         5: .line 296
      StackMap locals: byte[]
      StackMap stack:
            iload 1 /* fd */
            aload 3 /* b */
            iconst_0
            aload 3 /* b */
            arraylength
            invokestatic sun.tools.attach.AixVirtualMachine.write:(I[BII)V
        end local 3 // byte[] b
         6: .line 298
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 8
            astore 3 /* b */
        start local 3 // byte[] b
         7: .line 299
            aload 3 /* b */
            iconst_0
            iconst_0
            bastore
         8: .line 300
            iload 1 /* fd */
            aload 3 /* b */
            iconst_0
            iconst_1
            invokestatic sun.tools.attach.AixVirtualMachine.write:(I[BII)V
         9: .line 301
            return
        end local 3 // byte[] b
        end local 2 // java.lang.String s
        end local 1 // int fd
        end local 0 // sun.tools.attach.AixVirtualMachine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/tools/attach/AixVirtualMachine;
            0   10     1    fd  I
            0   10     2     s  Ljava/lang/String;
            2    3     3     b  [B
            5    6     3     b  [B
            4    5     4     x  Ljava/io/UnsupportedEncodingException;
            7   10     3     b  [B
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.UnsupportedEncodingException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fd    
      s     

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

  static native void checkPermissions(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      path  

  static native int socket();
    descriptor: ()I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException

  static native void connect(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fd    
      path  

  static native void close(int);
    descriptor: (I)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fd    

  static native int read(int, byte[], int, int);
    descriptor: (I[BII)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      fd      
      buf     
      off     
      bufLen  

  static native void write(int, byte[], int, int);
    descriptor: (I[BII)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      fd      
      buf     
      off     
      bufLen  
}
SourceFile: "AixVirtualMachine.java"
NestMembers:
  sun.tools.attach.AixVirtualMachine$SocketInputStream
InnerClasses:
  private SocketInputStream = sun.tools.attach.AixVirtualMachine$SocketInputStream of sun.tools.attach.AixVirtualMachine