public class sun.jvm.hotspot.HotSpotAgent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.HotSpotAgent
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.JVMDebugger debugger;
    descriptor: Lsun/jvm/hotspot/debugger/JVMDebugger;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.MachineDescription machDesc;
    descriptor: Lsun/jvm/hotspot/debugger/MachineDescription;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.types.TypeDataBase db;
    descriptor: Lsun/jvm/hotspot/types/TypeDataBase;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String os;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String cpu;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private int startupMode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean isServer;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int pid;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String javaExecutableName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String coreFileName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String debugServerID;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String serverID;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] jvmLibNames;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void showUsage();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 98
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            invokestatic java.lang.Runtime.getRuntime:()Ljava/lang/Runtime;
            new java.lang.Thread
            dup
         2: .line 105
            new sun.jvm.hotspot.HotSpotAgent$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.HotSpotAgent$1.<init>:(Lsun/jvm/hotspot/HotSpotAgent;)V
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
         3: .line 104
            invokevirtual java.lang.Runtime.addShutdownHook:(Ljava/lang/Thread;)V
         4: .line 114
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  public synchronized sun.jvm.hotspot.debugger.Debugger getDebugger();
    descriptor: ()Lsun/jvm/hotspot/debugger/Debugger;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 121
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            areturn
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  public synchronized sun.jvm.hotspot.types.TypeDataBase getTypeDataBase();
    descriptor: ()Lsun/jvm/hotspot/types/TypeDataBase;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 125
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            areturn
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  public synchronized void attach(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // int processID
         0: .line 135
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 2
         1: .line 136
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Already attached"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* processID */
            putfield sun.jvm.hotspot.HotSpotAgent.pid:I
         3: .line 139
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
         4: .line 140
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         5: .line 141
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
         6: .line 142
            return
        end local 1 // int processID
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/jvm/hotspot/HotSpotAgent;
            0    7     1  processID  I
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
           Name  Flags
      processID  

  public synchronized void attach(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String javaExecutableName
        start local 2 // java.lang.String coreFileName
         0: .line 147
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 2
         1: .line 148
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Already attached"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* javaExecutableName */
            ifnull 3
            aload 2 /* coreFileName */
            ifnonnull 4
         3: .line 151
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Both the core file name and Java executable name must be specified"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* javaExecutableName */
            putfield sun.jvm.hotspot.HotSpotAgent.javaExecutableName:Ljava/lang/String;
         5: .line 154
            aload 0 /* this */
            aload 2 /* coreFileName */
            putfield sun.jvm.hotspot.HotSpotAgent.coreFileName:Ljava/lang/String;
         6: .line 155
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
         7: .line 156
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         8: .line 157
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
         9: .line 158
            return
        end local 2 // java.lang.String coreFileName
        end local 1 // java.lang.String javaExecutableName
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Lsun/jvm/hotspot/HotSpotAgent;
            0   10     1  javaExecutableName  Ljava/lang/String;
            0   10     2        coreFileName  Ljava/lang/String;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
                    Name  Flags
      javaExecutableName  
      coreFileName        

  public synchronized void attach(sun.jvm.hotspot.debugger.JVMDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/JVMDebugger;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // sun.jvm.hotspot.debugger.JVMDebugger d
         0: .line 163
            aload 0 /* this */
            aload 1 /* d */
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
         1: .line 164
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         2: .line 165
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
         3: .line 166
            return
        end local 1 // sun.jvm.hotspot.debugger.JVMDebugger d
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/HotSpotAgent;
            0    4     1     d  Lsun/jvm/hotspot/debugger/JVMDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      d     

  public synchronized void attach(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String remoteServerID
         0: .line 174
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 2
         1: .line 175
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Already attached to a process"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* remoteServerID */
            ifnonnull 4
         3: .line 178
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Debug server id must be specified"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* remoteServerID */
            putfield sun.jvm.hotspot.HotSpotAgent.debugServerID:Ljava/lang/String;
         5: .line 182
            aload 0 /* this */
            iconst_2
            putfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
         6: .line 183
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         7: .line 184
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
         8: .line 185
            return
        end local 1 // java.lang.String remoteServerID
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lsun/jvm/hotspot/HotSpotAgent;
            0    9     1  remoteServerID  Ljava/lang/String;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
                Name  Flags
      remoteServerID  

  public synchronized boolean detach();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 190
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 2
         1: .line 191
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Should not call detach() for server configuration"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.detachInternal:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/HotSpotAgent;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  public synchronized void startServer(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // int processID
        start local 2 // java.lang.String uniqueID
         0: .line 205
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 2
         1: .line 206
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Already attached"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* processID */
            putfield sun.jvm.hotspot.HotSpotAgent.pid:I
         3: .line 209
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
         4: .line 210
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         5: .line 211
            aload 0 /* this */
            aload 2 /* uniqueID */
            putfield sun.jvm.hotspot.HotSpotAgent.serverID:Ljava/lang/String;
         6: .line 212
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
         7: .line 213
            return
        end local 2 // java.lang.String uniqueID
        end local 1 // int processID
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/jvm/hotspot/HotSpotAgent;
            0    8     1  processID  I
            0    8     2   uniqueID  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      processID  
      uniqueID   

  public synchronized void startServer(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // int processID
         0: .line 220
            aload 0 /* this */
            iload 1 /* processID */
            aconst_null
            invokevirtual sun.jvm.hotspot.HotSpotAgent.startServer:(ILjava/lang/String;)V
         1: .line 221
            return
        end local 1 // int processID
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/HotSpotAgent;
            0    2     1  processID  I
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
           Name  Flags
      processID  

  public synchronized void startServer(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String javaExecutableName
        start local 2 // java.lang.String coreFileName
        start local 3 // java.lang.String uniqueID
         0: .line 230
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 2
         1: .line 231
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Already attached"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 1 /* javaExecutableName */
            ifnull 3
            aload 2 /* coreFileName */
            ifnonnull 4
         3: .line 234
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Both the core file name and Java executable name must be specified"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* javaExecutableName */
            putfield sun.jvm.hotspot.HotSpotAgent.javaExecutableName:Ljava/lang/String;
         5: .line 237
            aload 0 /* this */
            aload 2 /* coreFileName */
            putfield sun.jvm.hotspot.HotSpotAgent.coreFileName:Ljava/lang/String;
         6: .line 238
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
         7: .line 239
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
         8: .line 240
            aload 0 /* this */
            aload 3 /* uniqueID */
            putfield sun.jvm.hotspot.HotSpotAgent.serverID:Ljava/lang/String;
         9: .line 241
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.go:()V
        10: .line 242
            return
        end local 3 // java.lang.String uniqueID
        end local 2 // java.lang.String coreFileName
        end local 1 // java.lang.String javaExecutableName
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lsun/jvm/hotspot/HotSpotAgent;
            0   11     1  javaExecutableName  Ljava/lang/String;
            0   11     2        coreFileName  Ljava/lang/String;
            0   11     3            uniqueID  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      javaExecutableName  
      coreFileName        
      uniqueID            

  public synchronized void startServer(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String javaExecutableName
        start local 2 // java.lang.String coreFileName
         0: .line 249
            aload 0 /* this */
            aload 1 /* javaExecutableName */
            aload 2 /* coreFileName */
            aconst_null
            invokevirtual sun.jvm.hotspot.HotSpotAgent.startServer:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 250
            return
        end local 2 // java.lang.String coreFileName
        end local 1 // java.lang.String javaExecutableName
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lsun/jvm/hotspot/HotSpotAgent;
            0    2     1  javaExecutableName  Ljava/lang/String;
            0    2     2        coreFileName  Ljava/lang/String;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
                    Name  Flags
      javaExecutableName  
      coreFileName        

  public synchronized boolean shutdownServer();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 255
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifne 2
         1: .line 256
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Should not call shutdownServer() for client configuration"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.detachInternal:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/HotSpotAgent;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  private boolean detachInternal();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 267
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnonnull 2
         1: .line 268
            iconst_0
            ireturn
         2: .line 270
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* retval */
        start local 1 // boolean retval
         3: .line 271
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifne 5
         4: .line 272
            invokestatic sun.jvm.hotspot.runtime.VM.shutdown:()V
         5: .line 276
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* dbg */
        start local 2 // sun.jvm.hotspot.debugger.Debugger dbg
         6: .line 277
            aconst_null
            astore 3 /* ex */
        start local 3 // sun.jvm.hotspot.debugger.DebuggerException ex
         7: .line 278
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 14
         8: .line 280
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.serverID:Ljava/lang/String;
            invokestatic sun.jvm.hotspot.RMIHelper.unbind:(Ljava/lang/String;)V
         9: .line 281
            goto 12
        10: .line 282
      StackMap locals: sun.jvm.hotspot.HotSpotAgent int sun.jvm.hotspot.debugger.Debugger sun.jvm.hotspot.debugger.DebuggerException
      StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
            astore 4 /* de */
        start local 4 // sun.jvm.hotspot.debugger.DebuggerException de
        11: .line 283
            aload 4 /* de */
            astore 3 /* ex */
        end local 4 // sun.jvm.hotspot.debugger.DebuggerException de
        12: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            astore 2 /* dbg */
        13: .line 286
            goto 16
        14: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            iconst_2
            if_icmpeq 16
        15: .line 288
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            astore 2 /* dbg */
        16: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* dbg */
            ifnull 18
        17: .line 292
            aload 2 /* dbg */
            invokeinterface sun.jvm.hotspot.debugger.Debugger.detach:()Z
            istore 1 /* retval */
        18: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
        19: .line 296
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        20: .line 297
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
        21: .line 298
            aload 3 /* ex */
            ifnull 23
        22: .line 299
            aload 3 /* ex */
            athrow
        23: .line 301
      StackMap locals:
      StackMap stack:
            iload 1 /* retval */
            ireturn
        end local 3 // sun.jvm.hotspot.debugger.DebuggerException ex
        end local 2 // sun.jvm.hotspot.debugger.Debugger dbg
        end local 1 // boolean retval
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lsun/jvm/hotspot/HotSpotAgent;
            3   24     1  retval  Z
            6   24     2     dbg  Lsun/jvm/hotspot/debugger/Debugger;
            7   24     3      ex  Lsun/jvm/hotspot/debugger/DebuggerException;
           11   12     4      de  Lsun/jvm/hotspot/debugger/DebuggerException;
      Exception table:
        from    to  target  type
           8     9      10  Class sun.jvm.hotspot.debugger.DebuggerException

  private void go();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 305
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebugger:()V
         1: .line 306
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupVM:()V
         2: .line 307
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebugger();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 310
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            iconst_2
            if_icmpeq 37
         1: .line 318
            ldc "sa.altDebugger"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* alternateDebugger */
        start local 1 // java.lang.String alternateDebugger
         2: .line 319
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            ifnull 5
         3: .line 320
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerExisting:()V
         4: .line 322
            goto 29
      StackMap locals: java.lang.String
      StackMap stack:
         5: aload 1 /* alternateDebugger */
            ifnull 8
         6: .line 323
            aload 0 /* this */
            aload 1 /* alternateDebugger */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerAlternate:(Ljava/lang/String;)V
         7: .line 325
            goto 29
         8: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.utilities.PlatformInfo.getOS:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
         9: .line 329
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.utilities.PlatformInfo.getCPU:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
        10: .line 330
            goto 13
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.utilities.UnsupportedPlatformException
        11: astore 2 /* e */
        start local 2 // sun.jvm.hotspot.utilities.UnsupportedPlatformException e
        12: .line 331
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            aload 2 /* e */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // sun.jvm.hotspot.utilities.UnsupportedPlatformException e
        13: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "solaris"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 16
        14: .line 334
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerSolaris:()V
        15: .line 335
            goto 29
      StackMap locals:
      StackMap stack:
        16: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        17: .line 336
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerWin32:()V
        18: .line 337
            goto 29
      StackMap locals:
      StackMap stack:
        19: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "linux"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 338
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux:()V
        21: .line 339
            goto 29
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "bsd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        23: .line 340
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerBsd:()V
        24: .line 341
            goto 29
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "darwin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 28
        26: .line 342
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerDarwin:()V
        27: .line 343
            goto 29
        28: .line 345
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Operating system "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not yet supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 38
        30: .line 350
            aconst_null
            astore 2 /* remote */
        start local 2 // sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer remote
        31: .line 352
            new sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokespecial sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer.<init>:(Lsun/jvm/hotspot/debugger/Debugger;)V
            astore 2 /* remote */
        32: .line 353
            goto 35
        33: .line 354
      StackMap locals: sun.jvm.hotspot.HotSpotAgent java.lang.String sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer
      StackMap stack: java.rmi.RemoteException
            astore 3 /* rem */
        start local 3 // java.rmi.RemoteException rem
        34: .line 355
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            aload 3 /* rem */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.rmi.RemoteException rem
        35: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.serverID:Ljava/lang/String;
            aload 2 /* remote */
            invokestatic sun.jvm.hotspot.RMIHelper.rebind:(Ljava/lang/String;Ljava/rmi/Remote;)V
        end local 2 // sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer remote
        end local 1 // java.lang.String alternateDebugger
        36: .line 359
            goto 38
        37: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.connectRemoteDebugger:()V
        38: .line 377
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   39     0               this  Lsun/jvm/hotspot/HotSpotAgent;
            2   36     1  alternateDebugger  Ljava/lang/String;
           12   13     2                  e  Lsun/jvm/hotspot/utilities/UnsupportedPlatformException;
           31   36     2             remote  Lsun/jvm/hotspot/debugger/remote/RemoteDebuggerServer;
           34   35     3                rem  Ljava/rmi/RemoteException;
      Exception table:
        from    to  target  type
           8    10      11  Class sun.jvm.hotspot.utilities.UnsupportedPlatformException
          31    32      33  Class java.rmi.RemoteException

  private void setupVM();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=17, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 387
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "solaris"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         1: .line 388
            aload 0 /* this */
            new sun.jvm.hotspot.HotSpotTypeDataBase
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         2: .line 389
            new sun.jvm.hotspot.HotSpotSolarisVtblAccess
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotSolarisVtblAccess.<init>:(Lsun/jvm/hotspot/debugger/SymbolLookup;[Ljava/lang/String;)V
         3: .line 390
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotTypeDataBase.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Lsun/jvm/hotspot/types/basic/VtblAccess;Lsun/jvm/hotspot/debugger/Debugger;[Ljava/lang/String;)V
         4: .line 388
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
         5: .line 391
            goto 35
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
         7: .line 392
            aload 0 /* this */
            new sun.jvm.hotspot.HotSpotTypeDataBase
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         8: .line 393
            new sun.jvm.hotspot.Win32VtblAccess
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.Win32VtblAccess.<init>:(Lsun/jvm/hotspot/debugger/SymbolLookup;[Ljava/lang/String;)V
         9: .line 394
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotTypeDataBase.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Lsun/jvm/hotspot/types/basic/VtblAccess;Lsun/jvm/hotspot/debugger/Debugger;[Ljava/lang/String;)V
        10: .line 392
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
        11: .line 395
            goto 35
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "linux"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        13: .line 396
            aload 0 /* this */
            new sun.jvm.hotspot.HotSpotTypeDataBase
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        14: .line 397
            new sun.jvm.hotspot.LinuxVtblAccess
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.LinuxVtblAccess.<init>:(Lsun/jvm/hotspot/debugger/SymbolLookup;[Ljava/lang/String;)V
        15: .line 398
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotTypeDataBase.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Lsun/jvm/hotspot/types/basic/VtblAccess;Lsun/jvm/hotspot/debugger/Debugger;[Ljava/lang/String;)V
        16: .line 396
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
        17: .line 399
            goto 35
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "bsd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        19: .line 400
            aload 0 /* this */
            new sun.jvm.hotspot.HotSpotTypeDataBase
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        20: .line 401
            new sun.jvm.hotspot.BsdVtblAccess
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.BsdVtblAccess.<init>:(Lsun/jvm/hotspot/debugger/SymbolLookup;[Ljava/lang/String;)V
        21: .line 402
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotTypeDataBase.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Lsun/jvm/hotspot/types/basic/VtblAccess;Lsun/jvm/hotspot/debugger/Debugger;[Ljava/lang/String;)V
        22: .line 400
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
        23: .line 403
            goto 35
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            ldc "darwin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        25: .line 404
            aload 0 /* this */
            new sun.jvm.hotspot.HotSpotTypeDataBase
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        26: .line 405
            new sun.jvm.hotspot.BsdVtblAccess
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.BsdVtblAccess.<init>:(Lsun/jvm/hotspot/debugger/SymbolLookup;[Ljava/lang/String;)V
        27: .line 406
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
            invokespecial sun.jvm.hotspot.HotSpotTypeDataBase.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Lsun/jvm/hotspot/types/basic/VtblAccess;Lsun/jvm/hotspot/debugger/Debugger;[Ljava/lang/String;)V
        28: .line 404
            putfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
        29: .line 407
            goto 35
        30: .line 408
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "OS \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" not yet supported (no VtblAccess yet)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 411
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.NoSuchSymbolException
            astore 1 /* e */
        start local 1 // sun.jvm.hotspot.debugger.NoSuchSymbolException e
        32: .line 412
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Doesn't appear to be a HotSpot VM (could not find symbol \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        33: .line 413
            aload 1 /* e */
            invokevirtual sun.jvm.hotspot.debugger.NoSuchSymbolException.getSymbol:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" in remote process)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 412
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // sun.jvm.hotspot.debugger.NoSuchSymbolException e
        35: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            iconst_2
            if_icmpeq 45
        36: .line 418
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJBooleanType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        37: .line 419
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJByteType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        38: .line 420
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJCharType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        39: .line 421
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJDoubleType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        40: .line 422
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJFloatType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        41: .line 423
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJIntType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        42: .line 424
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJLongType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        43: .line 425
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.getJShortType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
        44: .line 418
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.configureJavaPrimitiveTypeSizes:(JJJJJJJJ)V
        45: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifne 52
        46: .line 432
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.db:Lsun/jvm/hotspot/types/TypeDataBase;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokestatic sun.jvm.hotspot.runtime.VM.initialize:(Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/debugger/JVMDebugger;)V
        47: .line 433
            goto 52
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.DebuggerException
        48: astore 1 /* e */
        start local 1 // sun.jvm.hotspot.debugger.DebuggerException e
        49: .line 434
            aload 1 /* e */
            athrow
        end local 1 // sun.jvm.hotspot.debugger.DebuggerException e
        50: .line 435
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        51: .line 436
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            aload 1 /* e */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        52: .line 439
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   53     0  this  Lsun/jvm/hotspot/HotSpotAgent;
           32   35     1     e  Lsun/jvm/hotspot/debugger/NoSuchSymbolException;
           49   50     1     e  Lsun/jvm/hotspot/debugger/DebuggerException;
           51   52     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    31      31  Class sun.jvm.hotspot.debugger.NoSuchSymbolException
          46    47      48  Class sun.jvm.hotspot.debugger.DebuggerException
          46    47      50  Class java.lang.Exception

  private void setupDebuggerExisting();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 449
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getOS:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
         1: .line 450
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getCPU:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
         2: .line 451
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNames:(Ljava/lang/String;)V
         3: .line 452
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getMachineDescription:()Lsun/jvm/hotspot/debugger/MachineDescription;
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         4: .line 453
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebuggerAlternate(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String alternateName
         0: .line 459
            aload 1 /* alternateName */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* c */
        start local 2 // java.lang.Class c
         1: .line 460
            aload 2 /* c */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 3 /* cons */
        start local 3 // java.lang.reflect.Constructor cons
         2: .line 461
            aload 0 /* this */
            aload 3 /* cons */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.JVMDebugger
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
         3: .line 462
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
         4: .line 463
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupDebuggerExisting:()V
        end local 3 // java.lang.reflect.Constructor cons
        end local 2 // java.lang.Class c
         5: .line 465
            goto 16
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         6: pop
         7: .line 466
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot find alternate SA Debugger: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 467
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            pop
         9: .line 468
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Alternate SA Debugger: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' has missing constructor."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 469
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 2 /* ie */
        start local 2 // java.lang.InstantiationException ie
        11: .line 470
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Alternate SA Debugger: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' fails to initialise: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* ie */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.InstantiationException ie
        12: .line 471
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* iae */
        start local 2 // java.lang.IllegalAccessException iae
        13: .line 472
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Alternate SA Debugger: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' fails to initialise: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* iae */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException iae
        14: .line 473
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* iae */
        start local 2 // java.lang.reflect.InvocationTargetException iae
        15: .line 474
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Alternate SA Debugger: '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' fails to initialise: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* iae */
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException iae
        16: .line 477
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Loaded alternate HotSpot SA Debugger: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alternateName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        17: .line 478
            return
        end local 1 // java.lang.String alternateName
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lsun/jvm/hotspot/HotSpotAgent;
            0   18     1  alternateName  Ljava/lang/String;
            1    5     2              c  Ljava/lang/Class;
            2    5     3           cons  Ljava/lang/reflect/Constructor;
           11   12     2             ie  Ljava/lang/InstantiationException;
           13   14     2            iae  Ljava/lang/IllegalAccessException;
           15   16     2            iae  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.ClassNotFoundException
           0     5       8  Class java.lang.NoSuchMethodException
           0     5      10  Class java.lang.InstantiationException
           0     5      12  Class java.lang.IllegalAccessException
           0     5      14  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
               Name  Flags
      alternateName  

  private void setupDebuggerSolaris();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 485
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesSolaris:()V
         1: .line 486
            new sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
            dup
            aconst_null
            iconst_1
            invokespecial sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Z)V
            astore 1 /* dbg */
        start local 1 // sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal dbg
         2: .line 487
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
         3: .line 488
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
         4: .line 491
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 492
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionIntelX86
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionIntelX86.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         6: .line 493
            goto 22
      StackMap locals: sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "sparc"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
         8: .line 494
            aload 1 /* dbg */
            invokevirtual sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.getRemoteProcessAddressSize:()I
            istore 2 /* addressSize */
        start local 2 // int addressSize
         9: .line 495
            iload 2 /* addressSize */
            iconst_m1
            if_icmpne 11
        10: .line 496
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Error occurred while trying to determine the remote process's address size"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 500
      StackMap locals: int
      StackMap stack:
            iload 2 /* addressSize */
            bipush 32
            if_icmpne 14
        12: .line 501
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionSPARC32Bit
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionSPARC32Bit.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        13: .line 502
            goto 22
      StackMap locals:
      StackMap stack:
        14: iload 2 /* addressSize */
            bipush 64
            if_icmpne 17
        15: .line 503
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionSPARC64Bit
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionSPARC64Bit.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        16: .line 504
            goto 22
        17: .line 505
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Address size "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* addressSize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " is not supported on SPARC"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int addressSize
        18: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        19: .line 508
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAMD64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAMD64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        20: .line 509
            goto 22
        21: .line 510
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Solaris only supported on sparc/sparcv9/x86/amd64"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 513
      StackMap locals:
      StackMap stack:
            aload 1 /* dbg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
            invokevirtual sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal.setMachineDescription:(Lsun/jvm/hotspot/debugger/MachineDescription;)V
        23: .line 514
            return
        end local 1 // sun.jvm.hotspot.debugger.proc.ProcDebuggerLocal dbg
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lsun/jvm/hotspot/HotSpotAgent;
            2   24     1          dbg  Lsun/jvm/hotspot/debugger/proc/ProcDebuggerLocal;
            9   18     2  addressSize  I

  private void connectRemoteDebugger();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 519
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugServerID:Ljava/lang/String;
            invokestatic sun.jvm.hotspot.RMIHelper.lookup:(Ljava/lang/String;)Ljava/rmi/Remote;
            checkcast sun.jvm.hotspot.debugger.remote.RemoteDebugger
         1: .line 518
            astore 1 /* remote */
        start local 1 // sun.jvm.hotspot.debugger.remote.RemoteDebugger remote
         2: .line 520
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.remote.RemoteDebuggerClient
            dup
            aload 1 /* remote */
            invokespecial sun.jvm.hotspot.debugger.remote.RemoteDebuggerClient.<init>:(Lsun/jvm/hotspot/debugger/remote/RemoteDebugger;)V
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
         3: .line 521
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            checkcast sun.jvm.hotspot.debugger.remote.RemoteDebuggerClient
            invokevirtual sun.jvm.hotspot.debugger.remote.RemoteDebuggerClient.getMachineDescription:()Lsun/jvm/hotspot/debugger/MachineDescription;
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         4: .line 522
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getOS:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
         5: .line 523
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.os:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNames:(Ljava/lang/String;)V
         6: .line 524
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.getCPU:()Ljava/lang/String;
            putfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
         7: .line 525
            return
        end local 1 // sun.jvm.hotspot.debugger.remote.RemoteDebugger remote
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/jvm/hotspot/HotSpotAgent;
            2    8     1  remote  Lsun/jvm/hotspot/debugger/remote/RemoteDebugger;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException

  private void setupJVMLibNames(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
        start local 1 // java.lang.String os
         0: .line 528
            aload 1 /* os */
            ldc "solaris"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 529
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesSolaris:()V
         2: .line 530
            goto 16
      StackMap locals:
      StackMap stack:
         3: aload 1 /* os */
            ldc "win32"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 531
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesWin32:()V
         5: .line 532
            goto 16
      StackMap locals:
      StackMap stack:
         6: aload 1 /* os */
            ldc "linux"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 533
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesLinux:()V
         8: .line 534
            goto 16
      StackMap locals:
      StackMap stack:
         9: aload 1 /* os */
            ldc "bsd"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 535
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesBsd:()V
        11: .line 536
            goto 16
      StackMap locals:
      StackMap stack:
        12: aload 1 /* os */
            ldc "darwin"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        13: .line 537
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesDarwin:()V
        14: .line 538
            goto 16
        15: .line 539
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Unknown OS type"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 541
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String os
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/jvm/hotspot/HotSpotAgent;
            0   17     1    os  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      os    

  private void setupJVMLibNamesSolaris();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 544
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "libjvm.so"
            aastore
            putfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
         1: .line 545
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebuggerWin32();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 552
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesWin32:()V
         1: .line 554
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 555
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionIntelX86
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionIntelX86.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         3: .line 556
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 557
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAMD64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAMD64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         6: .line 558
            goto 8
         7: .line 559
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            ldc "Win32 supported under x86 and amd64 only"
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         9: new sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 10
            iconst_0
            goto 11
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: sun.jvm.hotspot.HotSpotAgent new 9 new 9 sun.jvm.hotspot.debugger.MachineDescription
        10: iconst_1
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: sun.jvm.hotspot.HotSpotAgent new 9 new 9 sun.jvm.hotspot.debugger.MachineDescription int
        11: invokespecial sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Z)V
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
        12: .line 568
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
        13: .line 571
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupJVMLibNamesWin32();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 574
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "jvm.dll"
            aastore
            putfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
         1: .line 575
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebuggerLinux();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 582
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesLinux:()V
         1: .line 584
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 585
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionIntelX86
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionIntelX86.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         3: .line 586
            goto 28
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 587
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAMD64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAMD64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         6: .line 588
            goto 28
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "ppc64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 589
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionPPC64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionPPC64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         9: .line 590
            goto 28
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "aarch64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 591
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAArch64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAArch64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        12: .line 592
            goto 28
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "sparc"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        14: .line 593
            invokestatic sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.getAddressSize:()I
            bipush 8
            if_icmpne 17
        15: .line 594
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionSPARC64Bit
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionSPARC64Bit.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        16: .line 595
            goto 28
        17: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionSPARC32Bit
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionSPARC32Bit.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        18: .line 598
            goto 28
        19: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        20: .line 601
            new java.lang.StringBuilder
            dup
            ldc "sun.jvm.hotspot.debugger.MachineDescription"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 602
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 601
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
        23: .line 602
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.MachineDescription
        24: .line 600
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
        25: .line 603
            goto 28
      StackMap locals:
      StackMap stack: java.lang.Exception
        26: pop
        27: .line 604
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Linux not supported on machine type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 609
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 29
            iconst_0
            goto 30
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 28 new 28 sun.jvm.hotspot.debugger.MachineDescription
        29: iconst_1
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 28 new 28 sun.jvm.hotspot.debugger.MachineDescription int
        30: invokespecial sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Z)V
        31: .line 608
            astore 1 /* dbg */
        start local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal dbg
        32: .line 610
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
        33: .line 612
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
        34: .line 613
            return
        end local 1 // sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal dbg
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   35     0  this  Lsun/jvm/hotspot/HotSpotAgent;
           32   35     1   dbg  Lsun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal;
      Exception table:
        from    to  target  type
          19    25      26  Class java.lang.Exception

  private void setupJVMLibNamesLinux();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 616
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "libjvm.so"
            aastore
            putfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
         1: .line 617
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebuggerBsd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 624
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesBsd:()V
         1: .line 626
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 627
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionIntelX86
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionIntelX86.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         3: .line 628
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAMD64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAMD64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         6: .line 630
            goto 8
         7: .line 631
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "BSD only supported on x86/x86_64. Current arch: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 634
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 9
            iconst_0
            goto 10
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 8 new 8 sun.jvm.hotspot.debugger.MachineDescription
         9: iconst_1
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 8 new 8 sun.jvm.hotspot.debugger.MachineDescription int
        10: invokespecial sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Z)V
            astore 1 /* dbg */
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal dbg
        11: .line 635
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
        12: .line 637
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
        13: .line 638
            return
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal dbg
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/jvm/hotspot/HotSpotAgent;
           11   14     1   dbg  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;

  private void setupJVMLibNamesBsd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 641
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "libjvm.so"
            aastore
            putfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
         1: .line 642
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void setupDebuggerDarwin();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 649
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.setupJVMLibNamesDarwin:()V
         1: .line 651
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            ldc "x86_64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.MachineDescriptionAMD64
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionAMD64.<init>:()V
            putfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
         3: .line 653
            goto 5
         4: .line 654
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Darwin only supported on x86_64. Current arch: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.cpu:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 657
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.machDesc:Lsun/jvm/hotspot/debugger/MachineDescription;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.isServer:Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 5 new 5 sun.jvm.hotspot.debugger.MachineDescription
         6: iconst_1
      StackMap locals: sun.jvm.hotspot.HotSpotAgent
      StackMap stack: new 5 new 5 sun.jvm.hotspot.debugger.MachineDescription int
         7: invokespecial sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;Z)V
            astore 1 /* dbg */
        start local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal dbg
         8: .line 658
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
         9: .line 660
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.HotSpotAgent.attachDebugger:()V
        10: .line 661
            return
        end local 1 // sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal dbg
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/HotSpotAgent;
            8   11     1   dbg  Lsun/jvm/hotspot/debugger/bsd/BsdDebuggerLocal;

  private void setupJVMLibNamesDarwin();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 664
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "libjvm.dylib"
            aastore
            putfield sun.jvm.hotspot.HotSpotAgent.jvmLibNames:[Ljava/lang/String;
         1: .line 665
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HotSpotAgent;

  private void attachDebugger();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HotSpotAgent this
         0: .line 671
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            ifne 3
         1: .line 672
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.pid:I
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.attach:(I)V
         2: .line 673
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            iconst_1
            if_icmpne 6
         4: .line 674
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.debugger:Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.javaExecutableName:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.coreFileName:Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.attach:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 675
            goto 7
         6: .line 676
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Should not call attach() for startupMode == "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.HotSpotAgent.startupMode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 678
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.HotSpotAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/HotSpotAgent;
}
SourceFile: "HotSpotAgent.java"
NestMembers:
  sun.jvm.hotspot.HotSpotAgent$1
InnerClasses:
  sun.jvm.hotspot.HotSpotAgent$1