class com.sun.tools.jdi.VirtualMachineImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.PathSearchingVirtualMachine, com.sun.tools.jdi.ThreadListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.VirtualMachineImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  public final int sizeofFieldRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sizeofMethodRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sizeofObjectRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sizeofClassRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sizeofFrameRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int sizeofModuleRef;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final int sequenceNumber;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private final com.sun.tools.jdi.TargetVM target;
    descriptor: Lcom/sun/tools/jdi/TargetVM;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.jdi.EventQueueImpl eventQueue;
    descriptor: Lcom/sun/tools/jdi/EventQueueImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.jdi.EventRequestManagerImpl internalEventRequestManager;
    descriptor: Lcom/sun/tools/jdi/EventRequestManagerImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.jdi.EventRequestManagerImpl eventRequestManager;
    descriptor: Lcom/sun/tools/jdi/EventRequestManagerImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.sun.tools.jdi.VirtualMachineManagerImpl vmManager;
    descriptor: Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
    flags: (0x0010) ACC_FINAL

  private final java.lang.ThreadGroup threadGroupForJDI;
    descriptor: Ljava/lang/ThreadGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  int traceFlags;
    descriptor: I
    flags: (0x0000) 

  static int TRACE_RAW_SENDS;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int TRACE_RAW_RECEIVES;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  boolean traceReceives;
    descriptor: Z
    flags: (0x0000) 

  private java.util.Map<java.lang.Long, com.sun.jdi.ReferenceType> typesByID;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Long;Lcom/sun/jdi/ReferenceType;>;

  private java.util.TreeSet<com.sun.jdi.ReferenceType> typesBySignature;
    descriptor: Ljava/util/TreeSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/TreeSet<Lcom/sun/jdi/ReferenceType;>;

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

  private java.util.Map<java.lang.Long, com.sun.jdi.ModuleReference> modulesByID;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Long;Lcom/sun/jdi/ModuleReference;>;

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

  private final java.util.Map<java.lang.Long, com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference> objectsByID;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Long;Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;>;

  private final java.lang.ref.ReferenceQueue<com.sun.tools.jdi.ObjectReferenceImpl> referenceQueue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/ReferenceQueue<Lcom/sun/tools/jdi/ObjectReferenceImpl;>;

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

  private final java.util.List<com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference> batchedDisposeRequests;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;>;

  private com.sun.tools.jdi.JDWP$VirtualMachine$Version versionInfo;
    descriptor: Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths pathInfo;
    descriptor: Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities capabilities;
    descriptor: Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew capabilitiesNew;
    descriptor: Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.BooleanType theBooleanType;
    descriptor: Lcom/sun/jdi/BooleanType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.ByteType theByteType;
    descriptor: Lcom/sun/jdi/ByteType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.CharType theCharType;
    descriptor: Lcom/sun/jdi/CharType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.ShortType theShortType;
    descriptor: Lcom/sun/jdi/ShortType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.IntegerType theIntegerType;
    descriptor: Lcom/sun/jdi/IntegerType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.LongType theLongType;
    descriptor: Lcom/sun/jdi/LongType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.FloatType theFloatType;
    descriptor: Lcom/sun/jdi/FloatType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.DoubleType theDoubleType;
    descriptor: Lcom/sun/jdi/DoubleType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.VoidType theVoidType;
    descriptor: Lcom/sun/jdi/VoidType;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.VoidValue voidVal;
    descriptor: Lcom/sun/jdi/VoidValue;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Process process;
    descriptor: Ljava/lang/Process;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.VMState state;
    descriptor: Lcom/sun/tools/jdi/VMState;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object initMonitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 103
            ldc 16777216
            putstatic com.sun.tools.jdi.VirtualMachineImpl.TRACE_RAW_SENDS:I
         1: .line 104
            ldc 33554432
            putstatic com.sun.tools.jdi.VirtualMachineImpl.TRACE_RAW_RECEIVES:I
         2: .line 125
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void notifyInitCompletion();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 161
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.initMonitor:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 162
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.VirtualMachineImpl.initComplete:Z
         2: .line 163
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.initMonitor:Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 161
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  void waitInitCompletion();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 168
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.initMonitor:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 169
            goto 5
         2: .line 171
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.initMonitor:Ljava/lang/Object;
            invokevirtual java.lang.Object.wait:()V
         3: .line 172
            goto 5
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         4: pop
         5: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.initComplete:Z
            ifeq 2
         6: .line 168
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.InterruptedException
           1     7       8  any
           8     9       8  any

  com.sun.tools.jdi.VMState state();
    descriptor: ()Lcom/sun/tools/jdi/VMState;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean threadResumable(com.sun.tools.jdi.ThreadAction);
    descriptor: (Lcom/sun/tools/jdi/ThreadAction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.ThreadAction action
         0: .line 191
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            aload 1 /* action */
            invokevirtual com.sun.tools.jdi.ThreadAction.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual com.sun.tools.jdi.VMState.thaw:(Lcom/sun/jdi/ThreadReference;)V
         1: .line 192
            iconst_1
            ireturn
        end local 1 // com.sun.tools.jdi.ThreadAction action
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  action  Lcom/sun/tools/jdi/ThreadAction;
    MethodParameters:
        Name  Flags
      action  

  void <init>(com.sun.jdi.VirtualMachineManager, com.sun.jdi.connect.spi.Connection, java.lang.Process, int);
    descriptor: (Lcom/sun/jdi/VirtualMachineManager;Lcom/sun/jdi/connect/spi/Connection;Ljava/lang/Process;I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.jdi.VirtualMachineManager manager
        start local 2 // com.sun.jdi.connect.spi.Connection connection
        start local 3 // java.lang.Process process
        start local 4 // int sequenceNumber
         0: .line 198
            aload 0 /* this */
            aconst_null
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 101
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
         2: .line 106
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.VirtualMachineImpl.traceReceives:Z
         3: .line 114
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
         4: .line 119
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.VirtualMachineImpl.defaultStratum:Ljava/lang/String;
         5: .line 123
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.jdi.VirtualMachineImpl.objectsByID:Ljava/util/Map;
         6: .line 124
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield com.sun.tools.jdi.VirtualMachineImpl.referenceQueue:Ljava/lang/ref/ReferenceQueue;
         7: .line 126
            aload 0 /* this */
         8: .line 127
            new java.util.ArrayList
            dup
            bipush 60
            invokespecial java.util.ArrayList.<init>:(I)V
            invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
            putfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
         9: .line 132
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.VirtualMachineImpl.capabilities:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
        10: .line 133
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
        11: .line 154
            aload 0 /* this */
            new com.sun.tools.jdi.VMState
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.VMState.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
        12: .line 156
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield com.sun.tools.jdi.VirtualMachineImpl.initMonitor:Ljava/lang/Object;
        13: .line 157
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.VirtualMachineImpl.initComplete:Z
        14: .line 158
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.VirtualMachineImpl.shutdown:Z
        15: .line 199
            aload 0 /* this */
            aload 0 /* this */
            putfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
        16: .line 201
            aload 0 /* this */
            aload 1 /* manager */
            checkcast com.sun.tools.jdi.VirtualMachineManagerImpl
            putfield com.sun.tools.jdi.VirtualMachineImpl.vmManager:Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
        17: .line 202
            aload 0 /* this */
            aload 3 /* process */
            putfield com.sun.tools.jdi.VirtualMachineImpl.process:Ljava/lang/Process;
        18: .line 203
            aload 0 /* this */
            iload 4 /* sequenceNumber */
            putfield com.sun.tools.jdi.VirtualMachineImpl.sequenceNumber:I
        19: .line 208
            aload 0 /* this */
            new java.lang.ThreadGroup
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vmManager:Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineManagerImpl.mainGroupForJDI:()Ljava/lang/ThreadGroup;
        20: .line 209
            new java.lang.StringBuilder
            dup
            ldc "JDI ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 210
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hashCode:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 209
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ThreadGroup.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/String;)V
        23: .line 208
            putfield com.sun.tools.jdi.VirtualMachineImpl.threadGroupForJDI:Ljava/lang/ThreadGroup;
        24: .line 216
            aload 0 /* this */
            new com.sun.tools.jdi.TargetVM
            dup
            aload 0 /* this */
            aload 2 /* connection */
            invokespecial com.sun.tools.jdi.TargetVM.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/jdi/connect/spi/Connection;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
        25: .line 222
            new com.sun.tools.jdi.EventQueueImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            invokespecial com.sun.tools.jdi.EventQueueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/TargetVM;)V
            astore 5 /* internalEventQueue */
        start local 5 // com.sun.tools.jdi.EventQueueImpl internalEventQueue
        26: .line 223
            new com.sun.tools.jdi.InternalEventHandler
            aload 0 /* this */
            aload 5 /* internalEventQueue */
            invokespecial com.sun.tools.jdi.InternalEventHandler.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/EventQueueImpl;)V
        27: .line 227
            aload 0 /* this */
            new com.sun.tools.jdi.EventQueueImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            invokespecial com.sun.tools.jdi.EventQueueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/TargetVM;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.eventQueue:Lcom/sun/tools/jdi/EventQueueImpl;
        28: .line 228
            aload 0 /* this */
            new com.sun.tools.jdi.EventRequestManagerImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.EventRequestManagerImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.eventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
        29: .line 230
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            invokevirtual com.sun.tools.jdi.TargetVM.start:()V
        30: .line 238
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$IDSizes;
            astore 6 /* idSizes */
        start local 6 // com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes idSizes
        31: .line 239
            goto 34
        end local 6 // com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes idSizes
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl com.sun.jdi.VirtualMachineManager com.sun.jdi.connect.spi.Connection java.lang.Process int com.sun.tools.jdi.EventQueueImpl
      StackMap stack: com.sun.tools.jdi.JDWPException
        32: astore 7 /* exc */
        start local 7 // com.sun.tools.jdi.JDWPException exc
        33: .line 240
            aload 7 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 7 // com.sun.tools.jdi.JDWPException exc
        start local 6 // com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes idSizes
        34: .line 242
      StackMap locals: com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.fieldIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofFieldRef:I
        35: .line 243
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.methodIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofMethodRef:I
        36: .line 244
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.objectIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofObjectRef:I
        37: .line 245
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.referenceTypeIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofClassRef:I
        38: .line 246
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.frameIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofFrameRef:I
        39: .line 247
            aload 0 /* this */
            aload 6 /* idSizes */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes.objectIDSize:I
            putfield com.sun.tools.jdi.VirtualMachineImpl.sizeofModuleRef:I
        40: .line 261
            aload 0 /* this */
            new com.sun.tools.jdi.EventRequestManagerImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.EventRequestManagerImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.internalEventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
        41: .line 262
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.internalEventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.createClassPrepareRequest:()Lcom/sun/jdi/request/ClassPrepareRequest;
            astore 7 /* er */
        start local 7 // com.sun.jdi.request.EventRequest er
        42: .line 263
            aload 7 /* er */
            iconst_0
            invokeinterface com.sun.jdi.request.EventRequest.setSuspendPolicy:(I)V
        43: .line 264
            aload 7 /* er */
            invokeinterface com.sun.jdi.request.EventRequest.enable:()V
        44: .line 265
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.internalEventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.createClassUnloadRequest:()Lcom/sun/jdi/request/ClassUnloadRequest;
            astore 7 /* er */
        45: .line 266
            aload 7 /* er */
            iconst_0
            invokeinterface com.sun.jdi.request.EventRequest.setSuspendPolicy:(I)V
        46: .line 267
            aload 7 /* er */
            invokeinterface com.sun.jdi.request.EventRequest.enable:()V
        47: .line 273
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifyInitCompletion:()V
        48: .line 274
            return
        end local 7 // com.sun.jdi.request.EventRequest er
        end local 6 // com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes idSizes
        end local 5 // com.sun.tools.jdi.EventQueueImpl internalEventQueue
        end local 4 // int sequenceNumber
        end local 3 // java.lang.Process process
        end local 2 // com.sun.jdi.connect.spi.Connection connection
        end local 1 // com.sun.jdi.VirtualMachineManager manager
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   49     0                this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   49     1             manager  Lcom/sun/jdi/VirtualMachineManager;
            0   49     2          connection  Lcom/sun/jdi/connect/spi/Connection;
            0   49     3             process  Ljava/lang/Process;
            0   49     4      sequenceNumber  I
           26   49     5  internalEventQueue  Lcom/sun/tools/jdi/EventQueueImpl;
           31   32     6             idSizes  Lcom/sun/tools/jdi/JDWP$VirtualMachine$IDSizes;
           34   49     6             idSizes  Lcom/sun/tools/jdi/JDWP$VirtualMachine$IDSizes;
           33   34     7                 exc  Lcom/sun/tools/jdi/JDWPException;
           42   49     7                  er  Lcom/sun/jdi/request/EventRequest;
      Exception table:
        from    to  target  type
          30    31      32  Class com.sun.tools.jdi.JDWPException
    MethodParameters:
                Name  Flags
      manager         
      connection      
      process         
      sequenceNumber  

  com.sun.tools.jdi.EventRequestManagerImpl getInternalEventRequestManager();
    descriptor: ()Lcom/sun/tools/jdi/EventRequestManagerImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 277
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.internalEventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  void validateVM();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 299
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.Object obj
         0: .line 302
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 306
            aload 0 /* this */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public java.util.List<com.sun.jdi.ModuleReference> allModules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 310
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 311
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveAllModules:()Ljava/util/List;
            astore 1 /* modules */
        start local 1 // java.util.List modules
         2: .line 312
            aload 1 /* modules */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List modules
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            2    3     1  modules  Ljava/util/List<Lcom/sun/jdi/ModuleReference;>;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ModuleReference;>;

  public java.util.List<com.sun.jdi.ReferenceType> classesByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String className
         0: .line 316
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 317
            aload 1 /* className */
            invokestatic com.sun.tools.jdi.JNITypeParser.typeNameToSignature:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* signature */
        start local 2 // java.lang.String signature
         2: .line 319
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
            ifeq 5
         3: .line 320
            aload 0 /* this */
            aload 2 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.findReferenceTypes:(Ljava/lang/String;)Ljava/util/List;
            astore 3 /* list */
        start local 3 // java.util.List list
         4: .line 321
            goto 6
        end local 3 // java.util.List list
         5: .line 322
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveClassesBySignature:(Ljava/lang/String;)Ljava/util/List;
            astore 3 /* list */
        start local 3 // java.util.List list
         6: .line 324
      StackMap locals: java.util.List
      StackMap stack:
            aload 3 /* list */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 3 // java.util.List list
        end local 2 // java.lang.String signature
        end local 1 // java.lang.String className
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    7     1  className  Ljava/lang/String;
            2    7     2  signature  Ljava/lang/String;
            4    5     3       list  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            6    7     3       list  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
    MethodParameters:
           Name  Flags
      className  

  public java.util.List<com.sun.jdi.ReferenceType> allClasses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 328
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 330
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
            ifne 3
         2: .line 331
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveAllClasses:()V
         3: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 335
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesBySignature:Ljava/util/TreeSet;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* a */
        start local 1 // java.util.ArrayList a
         5: .line 334
            aload 2
            monitorexit
         6: goto 9
        end local 1 // java.util.ArrayList a
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl top com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
        start local 1 // java.util.ArrayList a
         9: .line 337
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.util.ArrayList
      StackMap stack:
            aload 1 /* a */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.ArrayList a
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            5    7     1     a  Ljava/util/ArrayList<Lcom/sun/jdi/ReferenceType;>;
            9   10     1     a  Ljava/util/ArrayList<Lcom/sun/jdi/ReferenceType;>;
      Exception table:
        from    to  target  type
           4     6       7  any
           7     8       7  any
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;

  public void redefineClasses(java.util.Map<? extends com.sun.jdi.ReferenceType, byte[]>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.util.Map classToBytes
         0: .line 343
            aload 1 /* classToBytes */
            invokeinterface java.util.Map.size:()I
            istore 2 /* cnt */
        start local 2 // int cnt
         1: .line 345
            iload 2 /* cnt */
            anewarray com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef
         2: .line 344
            astore 3 /* defs */
        start local 3 // com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef[] defs
         3: .line 346
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         4: .line 347
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canRedefineClasses:()Z
            ifne 6
         5: .line 348
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         6: .line 350
      StackMap locals: int com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef[]
      StackMap stack:
            aload 1 /* classToBytes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         7: .line 351
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 16
         9: .line 353
      StackMap locals: java.util.Iterator int
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 6 /* entry */
        start local 6 // java.util.Map$Entry entry
        10: .line 354
            aload 6 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 7 /* refType */
        start local 7 // com.sun.tools.jdi.ReferenceTypeImpl refType
        11: .line 355
            aload 0 /* this */
            aload 7 /* refType */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
        12: .line 356
            aload 3 /* defs */
            iload 5 /* i */
            new com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef
            dup
        13: .line 357
            aload 7 /* refType */
            aload 6 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast byte[]
            invokespecial com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef.<init>:(Lcom/sun/tools/jdi/ReferenceTypeImpl;[B)V
        14: .line 356
            aastore
        end local 7 // com.sun.tools.jdi.ReferenceTypeImpl refType
        end local 6 // java.util.Map$Entry entry
        15: .line 351
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 5 // int i
        17: .line 361
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.state:()Lcom/sun/tools/jdi/VMState;
            invokevirtual com.sun.tools.jdi.VMState.thaw:()V
        18: .line 365
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 3 /* defs */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;[Lcom/sun/tools/jdi/JDWP$VirtualMachine$RedefineClasses$ClassDef;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$RedefineClasses;
            pop
        19: .line 366
            goto 59
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.util.Map int com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef[] java.util.Iterator
      StackMap stack: com.sun.tools.jdi.JDWPException
        20: astore 5 /* exc */
        start local 5 // com.sun.tools.jdi.JDWPException exc
        21: .line 367
            aload 5 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 60 - 72
                   60: 22
                   61: 25
                   62: 28
                   63: 34
                   64: 37
                   65: 58
                   66: 40
                   67: 43
                   68: 31
                   69: 55
                   70: 46
                   71: 49
                   72: 52
              default: 58
          }
        22: .line 369
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            new java.lang.ClassFormatError
            dup
        23: .line 370
            ldc "class not in class file format"
        24: .line 369
            invokespecial java.lang.ClassFormatError.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 372
      StackMap locals:
      StackMap stack:
            new java.lang.ClassCircularityError
            dup
        26: .line 373
            ldc "circularity has been detected while initializing a class"
        27: .line 372
            invokespecial java.lang.ClassCircularityError.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 375
      StackMap locals:
      StackMap stack:
            new java.lang.VerifyError
            dup
        29: .line 376
            ldc "verifier detected internal inconsistency or security problem"
        30: .line 375
            invokespecial java.lang.VerifyError.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 378
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedClassVersionError
            dup
        32: .line 379
            ldc "version numbers of class are not supported"
        33: .line 378
            invokespecial java.lang.UnsupportedClassVersionError.<init>:(Ljava/lang/String;)V
            athrow
        34: .line 381
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        35: .line 382
            ldc "add method not implemented"
        36: .line 381
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 384
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        38: .line 385
            ldc "schema change not implemented"
        39: .line 384
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        40: .line 387
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        41: .line 388
            ldc "hierarchy change not implemented"
        42: .line 387
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        43: .line 390
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        44: .line 391
            ldc "delete method not implemented"
        45: .line 390
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 393
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        47: .line 394
            ldc "changes to class modifiers not implemented"
        48: .line 393
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        49: .line 396
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        50: .line 397
            ldc "changes to method modifiers not implemented"
        51: .line 396
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        52: .line 399
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
        53: .line 400
            ldc "changes to class attribute not implemented"
        54: .line 399
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 402
      StackMap locals:
      StackMap stack:
            new java.lang.NoClassDefFoundError
            dup
        56: .line 403
            ldc "class names do not match"
        57: .line 402
            invokespecial java.lang.NoClassDefFoundError.<init>:(Ljava/lang/String;)V
            athrow
        58: .line 405
      StackMap locals:
      StackMap stack:
            aload 5 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.sun.tools.jdi.JDWPException exc
        59: .line 410
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* toDelete */
        start local 5 // java.util.List toDelete
        60: .line 411
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
            astore 6 /* erm */
        start local 6 // com.sun.jdi.request.EventRequestManager erm
        61: .line 412
            aload 6 /* erm */
            invokeinterface com.sun.jdi.request.EventRequestManager.breakpointRequests:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        62: .line 413
            goto 66
        63: .line 414
      StackMap locals: java.util.List com.sun.jdi.request.EventRequestManager
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.request.BreakpointRequest
            astore 7 /* req */
        start local 7 // com.sun.jdi.request.BreakpointRequest req
        64: .line 415
            aload 1 /* classToBytes */
            aload 7 /* req */
            invokeinterface com.sun.jdi.request.BreakpointRequest.location:()Lcom/sun/jdi/Location;
            invokeinterface com.sun.jdi.Location.declaringType:()Lcom/sun/jdi/ReferenceType;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 66
        65: .line 416
            aload 5 /* toDelete */
            aload 7 /* req */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // com.sun.jdi.request.BreakpointRequest req
        66: .line 413
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 63
        67: .line 419
            aload 6 /* erm */
            aload 5 /* toDelete */
            invokeinterface com.sun.jdi.request.EventRequestManager.deleteEventRequests:(Ljava/util/List;)V
        68: .line 422
            aload 1 /* classToBytes */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        69: .line 423
            goto 72
        70: .line 424
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 7 /* rti */
        start local 7 // com.sun.tools.jdi.ReferenceTypeImpl rti
        71: .line 425
            aload 7 /* rti */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.noticeRedefineClass:()V
        end local 7 // com.sun.tools.jdi.ReferenceTypeImpl rti
        72: .line 423
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 70
        73: .line 427
            return
        end local 6 // com.sun.jdi.request.EventRequestManager erm
        end local 5 // java.util.List toDelete
        end local 4 // java.util.Iterator it
        end local 3 // com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef[] defs
        end local 2 // int cnt
        end local 1 // java.util.Map classToBytes
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   74     0          this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   74     1  classToBytes  Ljava/util/Map<+Lcom/sun/jdi/ReferenceType;[B>;
            1   74     2           cnt  I
            3   74     3          defs  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$RedefineClasses$ClassDef;
            7   74     4            it  Ljava/util/Iterator<*>;
            8   17     5             i  I
           10   15     6         entry  Ljava/util/Map$Entry<**>;
           11   15     7       refType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
           21   59     5           exc  Lcom/sun/tools/jdi/JDWPException;
           60   74     5      toDelete  Ljava/util/List<Lcom/sun/jdi/request/BreakpointRequest;>;
           61   74     6           erm  Lcom/sun/jdi/request/EventRequestManager;
           64   66     7           req  Lcom/sun/jdi/request/BreakpointRequest;
           71   72     7           rti  Lcom/sun/tools/jdi/ReferenceTypeImpl;
      Exception table:
        from    to  target  type
          18    19      20  Class com.sun.tools.jdi.JDWPException
    Signature: (Ljava/util/Map<+Lcom/sun/jdi/ReferenceType;[B>;)V
    MethodParameters:
              Name  Flags
      classToBytes  

  public java.util.List<com.sun.jdi.ThreadReference> allThreads();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 430
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 431
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            invokevirtual com.sun.tools.jdi.VMState.allThreads:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ThreadReference;>;

  public java.util.List<com.sun.jdi.ThreadGroupReference> topLevelThreadGroups();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 435
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 436
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            invokevirtual com.sun.tools.jdi.VMState.topLevelThreadGroups:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ThreadGroupReference;>;

  com.sun.tools.jdi.PacketStream sendResumingCommand(com.sun.tools.jdi.CommandSender);
    descriptor: (Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.CommandSender sender
         0: .line 445
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            aload 1 /* sender */
            invokevirtual com.sun.tools.jdi.VMState.thawCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            areturn
        end local 1 // com.sun.tools.jdi.CommandSender sender
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1  sender  Lcom/sun/tools/jdi/CommandSender;
    MethodParameters:
        Name  Flags
      sender  

  void notifySuspend();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 453
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            invokevirtual com.sun.tools.jdi.VMState.freeze:()V
         1: .line 454
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public void suspend();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 457
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 459
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Suspend.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Suspend;
            pop
         2: .line 460
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         3: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         4: .line 461
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifySuspend:()V
         6: .line 464
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            4    5     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.tools.jdi.JDWPException

  public void resume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 467
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 469
            new com.sun.tools.jdi.VirtualMachineImpl$1
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.VirtualMachineImpl$1.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;)V
         2: .line 468
            astore 1 /* sender */
        start local 1 // com.sun.tools.jdi.CommandSender sender
         3: .line 475
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.state:Lcom/sun/tools/jdi/VMState;
            aload 1 /* sender */
            invokevirtual com.sun.tools.jdi.VMState.thawCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 2 /* stream */
        start local 2 // com.sun.tools.jdi.PacketStream stream
         4: .line 476
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 2 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Resume.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Resume;
            pop
        end local 2 // com.sun.tools.jdi.PacketStream stream
         5: .line 477
            goto 11
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl com.sun.tools.jdi.CommandSender
      StackMap stack: com.sun.jdi.VMDisconnectedException
         6: pop
            goto 11
         7: .line 495
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         8: .line 496
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            tableswitch { // 112 - 112
                  112: 9
              default: 10
          }
         9: .line 498
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            return
        10: .line 500
      StackMap locals:
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        11: .line 503
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.CommandSender sender
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            3   12     1  sender  Lcom/sun/tools/jdi/CommandSender;
            4    5     2  stream  Lcom/sun/tools/jdi/PacketStream;
            8   11     2     exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           3     5       6  Class com.sun.jdi.VMDisconnectedException
           3     5       7  Class com.sun.tools.jdi.JDWPException

  public com.sun.jdi.event.EventQueue eventQueue();
    descriptor: ()Lcom/sun/jdi/event/EventQueue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 511
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.eventQueue:Lcom/sun/tools/jdi/EventQueueImpl;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public com.sun.jdi.request.EventRequestManager eventRequestManager();
    descriptor: ()Lcom/sun/jdi/request/EventRequestManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 515
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 516
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.eventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  com.sun.tools.jdi.EventRequestManagerImpl eventRequestManagerImpl();
    descriptor: ()Lcom/sun/tools/jdi/EventRequestManagerImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 520
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.eventRequestManager:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public com.sun.jdi.BooleanValue mirrorOf(boolean);
    descriptor: (Z)Lcom/sun/jdi/BooleanValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // boolean value
         0: .line 524
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 525
            new com.sun.tools.jdi.BooleanValueImpl
            dup
            aload 0 /* this */
            iload 1 /* value */
            invokespecial com.sun.tools.jdi.BooleanValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Z)V
            areturn
        end local 1 // boolean value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.ByteValue mirrorOf(byte);
    descriptor: (B)Lcom/sun/jdi/ByteValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // byte value
         0: .line 529
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 530
            new com.sun.tools.jdi.ByteValueImpl
            dup
            aload 0 /* this */
            iload 1 /* value */
            invokespecial com.sun.tools.jdi.ByteValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;B)V
            areturn
        end local 1 // byte value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.CharValue mirrorOf(char);
    descriptor: (C)Lcom/sun/jdi/CharValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // char value
         0: .line 534
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 535
            new com.sun.tools.jdi.CharValueImpl
            dup
            aload 0 /* this */
            iload 1 /* value */
            invokespecial com.sun.tools.jdi.CharValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;C)V
            areturn
        end local 1 // char value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  C
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.ShortValue mirrorOf(short);
    descriptor: (S)Lcom/sun/jdi/ShortValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // short value
         0: .line 539
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 540
            new com.sun.tools.jdi.ShortValueImpl
            dup
            aload 0 /* this */
            iload 1 /* value */
            invokespecial com.sun.tools.jdi.ShortValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;S)V
            areturn
        end local 1 // short value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  S
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.IntegerValue mirrorOf(int);
    descriptor: (I)Lcom/sun/jdi/IntegerValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // int value
         0: .line 544
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 545
            new com.sun.tools.jdi.IntegerValueImpl
            dup
            aload 0 /* this */
            iload 1 /* value */
            invokespecial com.sun.tools.jdi.IntegerValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;I)V
            areturn
        end local 1 // int value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.LongValue mirrorOf(long);
    descriptor: (J)Lcom/sun/jdi/LongValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long value
         0: .line 549
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 550
            new com.sun.tools.jdi.LongValueImpl
            dup
            aload 0 /* this */
            lload 1 /* value */
            invokespecial com.sun.tools.jdi.LongValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            areturn
        end local 1 // long value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.FloatValue mirrorOf(float);
    descriptor: (F)Lcom/sun/jdi/FloatValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // float value
         0: .line 554
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 555
            new com.sun.tools.jdi.FloatValueImpl
            dup
            aload 0 /* this */
            fload 1 /* value */
            invokespecial com.sun.tools.jdi.FloatValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;F)V
            areturn
        end local 1 // float value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  F
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.DoubleValue mirrorOf(double);
    descriptor: (D)Lcom/sun/jdi/DoubleValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // double value
         0: .line 559
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 560
            new com.sun.tools.jdi.DoubleValueImpl
            dup
            aload 0 /* this */
            dload 1 /* value */
            invokespecial com.sun.tools.jdi.DoubleValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;D)V
            areturn
        end local 1 // double value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.StringReference mirrorOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/StringReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String value
         0: .line 564
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 567
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* value */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$CreateString.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Ljava/lang/String;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$CreateString;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CreateString.stringObject:Lcom/sun/tools/jdi/StringReferenceImpl;
         2: .line 566
            areturn
         3: .line 568
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         4: .line 569
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        end local 1 // java.lang.String value
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    5     1  value  Ljava/lang/String;
            4    5     2    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.tools.jdi.JDWPException
    MethodParameters:
       Name  Flags
      value  

  public com.sun.jdi.VoidValue mirrorOfVoid();
    descriptor: ()Lcom/sun/jdi/VoidValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 574
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.voidVal:Lcom/sun/jdi/VoidValue;
            ifnonnull 2
         1: .line 575
            aload 0 /* this */
            new com.sun.tools.jdi.VoidValueImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.VoidValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.voidVal:Lcom/sun/jdi/VoidValue;
         2: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.voidVal:Lcom/sun/jdi/VoidValue;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public long[] instanceCounts(java.util.List<? extends com.sun.jdi.ReferenceType>);
    descriptor: (Ljava/util/List;)[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.util.List classes
         0: .line 581
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetInstanceInfo:()Z
            ifne 4
         1: .line 582
            new java.lang.UnsupportedOperationException
            dup
         2: .line 583
            ldc "target does not support getting instances"
         3: .line 582
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 586
      StackMap locals:
      StackMap stack:
            aload 1 /* classes */
            invokeinterface java.util.List.size:()I
            anewarray com.sun.tools.jdi.ReferenceTypeImpl
            astore 3 /* rtArray */
        start local 3 // com.sun.tools.jdi.ReferenceTypeImpl[] rtArray
         5: .line 587
            iconst_0
            istore 4 /* ii */
        start local 4 // int ii
         6: .line 588
            aload 1 /* classes */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.util.List top com.sun.tools.jdi.ReferenceTypeImpl[] int top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 5 /* rti */
        start local 5 // com.sun.jdi.ReferenceType rti
         8: .line 589
            aload 0 /* this */
            aload 5 /* rti */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         9: .line 590
            aload 3 /* rtArray */
            iload 4 /* ii */
            iinc 4 /* ii */ 1
            aload 5 /* rti */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            aastore
        end local 5 // com.sun.jdi.ReferenceType rti
        10: .line 588
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        11: .line 594
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 3 /* rtArray */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$InstanceCounts.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;[Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$InstanceCounts;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$InstanceCounts.counts:[J
        12: .line 593
            astore 2 /* retValue */
        start local 2 // long[] retValue
        13: .line 595
            goto 16
        end local 2 // long[] retValue
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.util.List top com.sun.tools.jdi.ReferenceTypeImpl[] int
      StackMap stack: com.sun.tools.jdi.JDWPException
        14: astore 5 /* exc */
        start local 5 // com.sun.tools.jdi.JDWPException exc
        15: .line 596
            aload 5 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.sun.tools.jdi.JDWPException exc
        start local 2 // long[] retValue
        16: .line 599
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.util.List long[] com.sun.tools.jdi.ReferenceTypeImpl[] int
      StackMap stack:
            aload 2 /* retValue */
            areturn
        end local 4 // int ii
        end local 3 // com.sun.tools.jdi.ReferenceTypeImpl[] rtArray
        end local 2 // long[] retValue
        end local 1 // java.util.List classes
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   17     1   classes  Ljava/util/List<+Lcom/sun/jdi/ReferenceType;>;
           13   14     2  retValue  [J
           16   17     2  retValue  [J
            5   17     3   rtArray  [Lcom/sun/tools/jdi/ReferenceTypeImpl;
            6   17     4        ii  I
            8   10     5       rti  Lcom/sun/jdi/ReferenceType;
           15   16     5       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
          11    13      14  Class com.sun.tools.jdi.JDWPException
    Signature: (Ljava/util/List<+Lcom/sun/jdi/ReferenceType;>;)[J
    MethodParameters:
         Name  Flags
      classes  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 603
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 604
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.VirtualMachineImpl.shutdown:Z
         2: .line 606
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Dispose.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Dispose;
            pop
         3: .line 607
            goto 6
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         4: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 608
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         6: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            invokevirtual com.sun.tools.jdi.TargetVM.stopListening:()V
         7: .line 611
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            5    6     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.tools.jdi.JDWPException

  public void exit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // int exitCode
         0: .line 614
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 615
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.VirtualMachineImpl.shutdown:Z
         2: .line 617
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            iload 1 /* exitCode */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Exit.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;I)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Exit;
            pop
         3: .line 618
            goto 6
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         4: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         5: .line 619
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         6: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            invokevirtual com.sun.tools.jdi.TargetVM.stopListening:()V
         7: .line 622
            return
        end local 1 // int exitCode
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    8     1  exitCode  I
            5    6     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.tools.jdi.JDWPException
    MethodParameters:
          Name  Flags
      exitCode  

  public java.lang.Process process();
    descriptor: ()Ljava/lang/Process;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 625
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 626
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.process:Ljava/lang/Process;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  private com.sun.tools.jdi.JDWP$VirtualMachine$Version versionInfo();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 631
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.versionInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            ifnonnull 2
         1: .line 633
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Version.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            putfield com.sun.tools.jdi.VirtualMachineImpl.versionInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
         2: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.versionInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
         3: areturn
         4: .line 636
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 637
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            5    6     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     3       4  Class com.sun.tools.jdi.JDWPException

  public java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 642
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 644
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vmManager:Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
            ldc "version_format"
            invokevirtual com.sun.tools.jdi.VirtualMachineManagerImpl.getString:(Ljava/lang/String;)Ljava/lang/String;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 645
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vmManager:Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineManagerImpl.majorInterfaceVersion:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         3: .line 646
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vmManager:Lcom/sun/tools/jdi/VirtualMachineManagerImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineManagerImpl.minorInterfaceVersion:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_2
         4: .line 647
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.description:Ljava/lang/String;
            aastore
         5: .line 644
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public java.lang.String version();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 651
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 652
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.vmVersion:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 656
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 657
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.vmName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canWatchFieldModification();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 661
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 662
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canWatchFieldModification:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canWatchFieldAccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 666
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 667
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canWatchFieldAccess:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetBytecodes();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 671
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 672
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canGetBytecodes:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetSyntheticAttribute();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 676
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 677
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canGetSyntheticAttribute:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetOwnedMonitorInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 681
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 682
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canGetOwnedMonitorInfo:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetCurrentContendedMonitor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 686
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 687
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canGetCurrentContendedMonitor:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetMonitorInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 691
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 692
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilities:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.canGetMonitorInfo:Z
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  private boolean hasNewCapabilities();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 696
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 3
         1: .line 697
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            iconst_4
         2: .line 696
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  boolean canGet1_5LanguageFeatures();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 701
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 3
         1: .line 702
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            iconst_5
         2: .line 701
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canUseInstanceFilters();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 706
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 707
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 708
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canUseInstanceFilters:Z
            ifeq 4
         3: .line 707
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canRedefineClasses();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 712
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 713
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 714
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canRedefineClasses:Z
            ifeq 4
         3: .line 713
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canAddMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 718
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 719
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 720
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canAddMethod:Z
            ifeq 4
         3: .line 719
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canUnrestrictedlyRedefineClasses();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 724
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 725
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 726
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canUnrestrictedlyRedefineClasses:Z
            ifeq 4
         3: .line 725
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canPopFrames();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 730
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 731
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 732
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canPopFrames:Z
            ifeq 4
         3: .line 731
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetMethodReturnValues();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 736
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 3
         1: .line 737
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            bipush 6
         2: .line 736
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetInstanceInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 741
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 2
         1: .line 742
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            bipush 6
            if_icmplt 7
         2: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         3: .line 744
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 6
         4: .line 745
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canGetInstanceInfo:Z
            ifeq 6
         5: .line 744
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
         7: .line 747
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canUseSourceNameFilters();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 752
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 3
         1: .line 753
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            bipush 6
         2: .line 752
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canForceEarlyReturn();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 757
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 758
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 759
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canForceEarlyReturn:Z
            ifeq 4
         3: .line 758
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canBeModified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 763
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetSourceDebugExtension();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 767
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 768
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 769
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canGetSourceDebugExtension:Z
            ifeq 4
         3: .line 768
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetClassFileVersion();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 773
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            iconst_1
            if_icmpgt 3
         1: .line 774
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMinor:I
            bipush 6
         2: .line 773
            if_icmpge 3
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetConstantPool();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 778
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 779
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 780
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canGetConstantPool:Z
            ifeq 4
         3: .line 779
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canRequestVMDeathEvent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 784
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 785
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 786
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canRequestVMDeathEvent:Z
            ifeq 4
         3: .line 785
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canRequestMonitorEvents();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 790
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 791
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 792
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canRequestMonitorEvents:Z
            ifeq 4
         3: .line 791
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetMonitorFrameInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 796
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 797
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.hasNewCapabilities:()Z
            ifeq 4
         2: .line 798
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.canGetMonitorFrameInfo:Z
            ifeq 4
         3: .line 797
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public boolean canGetModuleInfo();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 802
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 803
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.versionInfo:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Version;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$Version.jdwpMajor:I
            bipush 9
            if_icmplt 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public void setDebugTraceMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // int traceFlags
         0: .line 807
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.validateVM:()V
         1: .line 808
            aload 0 /* this */
            iload 1 /* traceFlags */
            putfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
         2: .line 809
            aload 0 /* this */
            iload 1 /* traceFlags */
            iconst_2
            iand
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.VirtualMachineImpl
         3: iconst_0
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl int
      StackMap stack: com.sun.tools.jdi.VirtualMachineImpl int
         4: putfield com.sun.tools.jdi.VirtualMachineImpl.traceReceives:Z
         5: .line 810
            return
        end local 1 // int traceFlags
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    6     1  traceFlags  I
    MethodParameters:
            Name  Flags
      traceFlags  

  void printTrace(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String string
         0: .line 813
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[JDI: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* string */
            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;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 814
            return
        end local 1 // java.lang.String string
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  void printReceiveTrace(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // int depth
        start local 2 // java.lang.String string
         0: .line 817
            new java.lang.StringBuilder
            dup
            ldc "Receiving:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
         1: .line 818
            iload 1 /* depth */
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 819
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 3 /* sb */
            ldc "    "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 818
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            ifgt 3
        end local 4 // int i
         6: .line 821
            aload 3 /* sb */
            aload 2 /* string */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 822
            aload 0 /* this */
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
         8: .line 823
            return
        end local 3 // java.lang.StringBuilder sb
        end local 2 // java.lang.String string
        end local 1 // int depth
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    9     1   depth  I
            0    9     2  string  Ljava/lang/String;
            1    9     3      sb  Ljava/lang/StringBuilder;
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      depth   
      string  

  private synchronized com.sun.tools.jdi.ReferenceTypeImpl addReferenceType(long, int, java.lang.String);
    descriptor: (JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
        start local 3 // int tag
        start local 4 // java.lang.String signature
         0: .line 828
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            ifnonnull 2
         1: .line 829
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.initReferenceTypes:()V
         2: .line 831
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* type */
        start local 5 // com.sun.tools.jdi.ReferenceTypeImpl type
         3: .line 832
            iload 3 /* tag */
            tableswitch { // 1 - 3
                    1: 4
                    2: 6
                    3: 8
              default: 10
          }
         4: .line 834
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            new com.sun.tools.jdi.ClassTypeImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ClassTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 5 /* type */
         5: .line 835
            goto 11
         6: .line 837
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.InterfaceTypeImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.InterfaceTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 5 /* type */
         7: .line 838
            goto 11
         8: .line 840
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ArrayTypeImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ArrayTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 5 /* type */
         9: .line 841
            goto 11
        10: .line 843
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            ldc "Invalid reference type tag"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 852
      StackMap locals:
      StackMap stack:
            aload 4 /* signature */
            ifnull 13
        12: .line 853
            aload 5 /* type */
            aload 4 /* signature */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setSignature:(Ljava/lang/String;)V
        13: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 5 /* type */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 857
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesBySignature:Ljava/util/TreeSet;
            aload 5 /* type */
            invokevirtual java.util.TreeSet.add:(Ljava/lang/Object;)Z
            pop
        15: .line 859
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 8
            iand
            ifeq 19
        16: .line 860
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            ldc "Caching new ReferenceType, sig="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* signature */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 861
            ldc ", id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 860
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        19: .line 864
      StackMap locals:
      StackMap stack:
            aload 5 /* type */
            areturn
        end local 5 // com.sun.tools.jdi.ReferenceTypeImpl type
        end local 4 // java.lang.String signature
        end local 3 // int tag
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   20     1         id  J
            0   20     3        tag  I
            0   20     4  signature  Ljava/lang/String;
            3   20     5       type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
           Name  Flags
      id         
      tag        
      signature  

  synchronized void removeReferenceType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String signature
         0: .line 868
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            ifnonnull 2
         1: .line 869
            return
         2: .line 876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesBySignature:Ljava/util/TreeSet;
            invokevirtual java.util.TreeSet.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         3: .line 877
            iconst_0
            istore 3 /* matches */
        start local 3 // int matches
         4: .line 878
            goto 15
         5: .line 879
      StackMap locals: java.util.Iterator int
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 4 /* type */
        start local 4 // com.sun.tools.jdi.ReferenceTypeImpl type
         6: .line 880
            aload 1 /* signature */
            aload 4 /* type */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.signature:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 5 /* comp */
        start local 5 // int comp
         7: .line 881
            iload 5 /* comp */
            ifne 15
         8: .line 882
            iinc 3 /* matches */ 1
         9: .line 883
            aload 2 /* iter */
            invokeinterface java.util.Iterator.remove:()V
        10: .line 884
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            aload 4 /* type */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 885
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 8
            iand
            ifeq 15
        12: .line 886
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            ldc "Uncaching ReferenceType, sig="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* signature */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 887
            ldc ", id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* type */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 886
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        end local 5 // int comp
        end local 4 // com.sun.tools.jdi.ReferenceTypeImpl type
        15: .line 878
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        16: .line 898
            iload 3 /* matches */
            iconst_1
            if_icmple 18
        17: .line 899
            aload 0 /* this */
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveClassesBySignature:(Ljava/lang/String;)Ljava/util/List;
            pop
        18: .line 901
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int matches
        end local 2 // java.util.Iterator iter
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   19     1  signature  Ljava/lang/String;
            3   19     2       iter  Ljava/util/Iterator<Lcom/sun/jdi/ReferenceType;>;
            4   19     3    matches  I
            6   15     4       type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            7   15     5       comp  I
    MethodParameters:
           Name  Flags
      signature  

  private synchronized java.util.List<com.sun.jdi.ReferenceType> findReferenceTypes(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String signature
         0: .line 904
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            ifnonnull 2
         1: .line 905
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
         2: .line 907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesBySignature:Ljava/util/TreeSet;
            invokevirtual java.util.TreeSet.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         3: .line 908
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* list */
        start local 3 // java.util.List list
         4: .line 909
            goto 9
         5: .line 910
      StackMap locals: java.util.Iterator java.util.List
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 4 /* type */
        start local 4 // com.sun.tools.jdi.ReferenceTypeImpl type
         6: .line 911
            aload 1 /* signature */
            aload 4 /* type */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.signature:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 5 /* comp */
        start local 5 // int comp
         7: .line 912
            iload 5 /* comp */
            ifne 9
         8: .line 913
            aload 3 /* list */
            aload 4 /* type */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // int comp
        end local 4 // com.sun.tools.jdi.ReferenceTypeImpl type
         9: .line 909
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 918
            aload 3 /* list */
            areturn
        end local 3 // java.util.List list
        end local 2 // java.util.Iterator iter
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   11     1  signature  Ljava/lang/String;
            3   11     2       iter  Ljava/util/Iterator<Lcom/sun/jdi/ReferenceType;>;
            4   11     3       list  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            6    9     4       type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            7    9     5       comp  I
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
    MethodParameters:
           Name  Flags
      signature  

  private void initReferenceTypes();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 922
            aload 0 /* this */
            new java.util.HashMap
            dup
            sipush 300
            invokespecial java.util.HashMap.<init>:(I)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
         1: .line 923
            aload 0 /* this */
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            putfield com.sun.tools.jdi.VirtualMachineImpl.typesBySignature:Ljava/util/TreeSet;
         2: .line 924
            return
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  com.sun.tools.jdi.ReferenceTypeImpl referenceType(long, byte);
    descriptor: (JB)Lcom/sun/tools/jdi/ReferenceTypeImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long ref
        start local 3 // byte tag
         0: .line 927
            aload 0 /* this */
            lload 1 /* ref */
            iload 3 /* tag */
            aconst_null
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            areturn
        end local 3 // byte tag
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1   ref  J
            0    1     3   tag  B
    MethodParameters:
      Name  Flags
      ref   
      tag   

  com.sun.tools.jdi.ClassTypeImpl classType(long);
    descriptor: (J)Lcom/sun/tools/jdi/ClassTypeImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long ref
         0: .line 931
            aload 0 /* this */
            lload 1 /* ref */
            iconst_1
            aconst_null
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            checkcast com.sun.tools.jdi.ClassTypeImpl
            areturn
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1   ref  J
    MethodParameters:
      Name  Flags
      ref   

  com.sun.tools.jdi.InterfaceTypeImpl interfaceType(long);
    descriptor: (J)Lcom/sun/tools/jdi/InterfaceTypeImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long ref
         0: .line 935
            aload 0 /* this */
            lload 1 /* ref */
            iconst_2
            aconst_null
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            checkcast com.sun.tools.jdi.InterfaceTypeImpl
            areturn
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1   ref  J
    MethodParameters:
      Name  Flags
      ref   

  com.sun.tools.jdi.ArrayTypeImpl arrayType(long);
    descriptor: (J)Lcom/sun/tools/jdi/ArrayTypeImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long ref
         0: .line 939
            aload 0 /* this */
            lload 1 /* ref */
            iconst_3
            aconst_null
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            checkcast com.sun.tools.jdi.ArrayTypeImpl
            areturn
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1   ref  J
    MethodParameters:
      Name  Flags
      ref   

  com.sun.tools.jdi.ReferenceTypeImpl referenceType(long, int, java.lang.String);
    descriptor: (JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
        start local 3 // int tag
        start local 4 // java.lang.String signature
         0: .line 943
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 8
            iand
            ifeq 17
         1: .line 944
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 5 /* sb */
        start local 5 // java.lang.StringBuilder sb
         2: .line 945
            aload 5 /* sb */
            ldc "Looking up "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 946
            iload 3 /* tag */
            iconst_1
            if_icmpne 6
         4: .line 947
            aload 5 /* sb */
            ldc "Class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 948
            goto 13
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
         6: iload 3 /* tag */
            iconst_2
            if_icmpne 9
         7: .line 949
            aload 5 /* sb */
            ldc "Interface"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 950
            goto 13
      StackMap locals:
      StackMap stack:
         9: iload 3 /* tag */
            iconst_3
            if_icmpne 12
        10: .line 951
            aload 5 /* sb */
            ldc "ArrayType"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 952
            goto 13
        12: .line 953
      StackMap locals:
      StackMap stack:
            aload 5 /* sb */
            ldc "UNKNOWN TAG: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
        13: .line 955
      StackMap locals:
      StackMap stack:
            aload 4 /* signature */
            ifnull 15
        14: .line 956
            aload 5 /* sb */
            ldc ", signature='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* signature */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        15: .line 958
      StackMap locals:
      StackMap stack:
            aload 5 /* sb */
            ldc ", id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
        16: .line 959
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 5 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        end local 5 // java.lang.StringBuilder sb
        17: .line 961
      StackMap locals:
      StackMap stack:
            lload 1 /* id */
            lconst_0
            lcmp
            ifne 19
        18: .line 962
            aconst_null
            areturn
        19: .line 964
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* retType */
        start local 5 // com.sun.tools.jdi.ReferenceTypeImpl retType
        20: .line 965
            aload 0 /* this */
            dup
            astore 6
            monitorenter
        21: .line 966
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            ifnull 23
        22: .line 967
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.typesByID:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 5 /* retType */
        23: .line 969
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 5 /* retType */
            ifnonnull 25
        24: .line 970
            aload 0 /* this */
            lload 1 /* id */
            iload 3 /* tag */
            aload 4 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.addReferenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            astore 5 /* retType */
        25: .line 965
      StackMap locals:
      StackMap stack:
            aload 6
            monitorexit
        26: goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        27: aload 6
            monitorexit
        28: athrow
        29: .line 973
      StackMap locals:
      StackMap stack:
            aload 5 /* retType */
            areturn
        end local 5 // com.sun.tools.jdi.ReferenceTypeImpl retType
        end local 4 // java.lang.String signature
        end local 3 // int tag
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   30     1         id  J
            0   30     3        tag  I
            0   30     4  signature  Ljava/lang/String;
            2   17     5         sb  Ljava/lang/StringBuilder;
           20   30     5    retType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
      Exception table:
        from    to  target  type
          21    26      27  any
          27    28      27  any
    MethodParameters:
           Name  Flags
      id         
      tag        
      signature  

  private com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities capabilities();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 978
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.capabilities:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            ifnonnull 7
         1: .line 980
            aload 0 /* this */
         2: .line 981
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
         3: .line 980
            putfield com.sun.tools.jdi.VirtualMachineImpl.capabilities:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
         4: .line 982
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         6: .line 983
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.capabilities:Lcom/sun/tools/jdi/JDWP$VirtualMachine$Capabilities;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            6    7     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     4       5  Class com.sun.tools.jdi.JDWPException

  private com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew capabilitiesNew();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 990
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            ifnonnull 7
         1: .line 992
            aload 0 /* this */
         2: .line 993
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
         3: .line 992
            putfield com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
         4: .line 994
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         6: .line 995
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.capabilitiesNew:Lcom/sun/tools/jdi/JDWP$VirtualMachine$CapabilitiesNew;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            6    7     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     4       5  Class com.sun.tools.jdi.JDWPException

  private synchronized com.sun.jdi.ModuleReference addModule(long);
    descriptor: (J)Lcom/sun/jdi/ModuleReference;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1002
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.modulesByID:Ljava/util/Map;
            ifnonnull 2
         1: .line 1003
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 77
            invokespecial java.util.HashMap.<init>:(I)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.modulesByID:Ljava/util/Map;
         2: .line 1005
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ModuleReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ModuleReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 3 /* module */
        start local 3 // com.sun.jdi.ModuleReference module
         3: .line 1006
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.modulesByID:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 3 /* module */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1007
            aload 3 /* module */
            areturn
        end local 3 // com.sun.jdi.ModuleReference module
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    5     1      id  J
            3    5     3  module  Lcom/sun/jdi/ModuleReference;
    MethodParameters:
      Name  Flags
      id    

  com.sun.jdi.ModuleReference getModule(long);
    descriptor: (J)Lcom/sun/jdi/ModuleReference;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1011
            lload 1 /* id */
            lconst_0
            lcmp
            ifne 2
         1: .line 1012
            aconst_null
            areturn
         2: .line 1014
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* module */
        start local 3 // com.sun.jdi.ModuleReference module
         3: .line 1015
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         4: .line 1016
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.modulesByID:Ljava/util/Map;
            ifnull 6
         5: .line 1017
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.modulesByID:Ljava/util/Map;
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.jdi.ModuleReference
            astore 3 /* module */
         6: .line 1019
      StackMap locals: com.sun.jdi.ModuleReference com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 3 /* module */
            ifnonnull 8
         7: .line 1020
            aload 0 /* this */
            lload 1 /* id */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.addModule:(J)Lcom/sun/jdi/ModuleReference;
            astore 3 /* module */
         8: .line 1015
      StackMap locals:
      StackMap stack:
            aload 4
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 1023
      StackMap locals:
      StackMap stack:
            aload 3 /* module */
            areturn
        end local 3 // com.sun.jdi.ModuleReference module
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   13     1      id  J
            3   13     3  module  Lcom/sun/jdi/ModuleReference;
      Exception table:
        from    to  target  type
           4     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      id    

  private synchronized java.util.List<com.sun.jdi.ModuleReference> retrieveAllModules();
    descriptor: ()Ljava/util/List;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1030
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$AllModules.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllModules;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllModules.modules:[Lcom/sun/tools/jdi/ModuleReferenceImpl;
            astore 1 /* reqModules */
        start local 1 // com.sun.tools.jdi.ModuleReferenceImpl[] reqModules
         1: .line 1031
            goto 4
        end local 1 // com.sun.tools.jdi.ModuleReferenceImpl[] reqModules
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         2: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         3: .line 1032
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        start local 1 // com.sun.tools.jdi.ModuleReferenceImpl[] reqModules
         4: .line 1034
      StackMap locals: com.sun.tools.jdi.ModuleReferenceImpl[]
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* modules */
        start local 2 // java.util.ArrayList modules
         5: .line 1035
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 11
         7: .line 1036
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 1 /* reqModules */
            iload 3 /* i */
            aaload
            invokevirtual com.sun.tools.jdi.ModuleReferenceImpl.ref:()J
            lstore 4 /* moduleRef */
        start local 4 // long moduleRef
         8: .line 1037
            aload 0 /* this */
            lload 4 /* moduleRef */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getModule:(J)Lcom/sun/jdi/ModuleReference;
            astore 6 /* module */
        start local 6 // com.sun.jdi.ModuleReference module
         9: .line 1038
            aload 2 /* modules */
            aload 6 /* module */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // com.sun.jdi.ModuleReference module
        end local 4 // long moduleRef
        10: .line 1035
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 1 /* reqModules */
            arraylength
            if_icmplt 7
        end local 3 // int i
        12: .line 1040
            aload 2 /* modules */
            areturn
        end local 2 // java.util.ArrayList modules
        end local 1 // com.sun.tools.jdi.ModuleReferenceImpl[] reqModules
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            1    2     1  reqModules  [Lcom/sun/tools/jdi/ModuleReferenceImpl;
            4   13     1  reqModules  [Lcom/sun/tools/jdi/ModuleReferenceImpl;
            3    4     2         exc  Lcom/sun/tools/jdi/JDWPException;
            5   13     2     modules  Ljava/util/ArrayList<Lcom/sun/jdi/ModuleReference;>;
            6   12     3           i  I
            8   10     4   moduleRef  J
            9   10     6      module  Lcom/sun/jdi/ModuleReference;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.jdi.JDWPException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ModuleReference;>;

  private java.util.List<com.sun.jdi.ReferenceType> retrieveClassesBySignature(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String signature
         0: .line 1044
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 8
            iand
            ifeq 2
         1: .line 1045
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            ldc "Retrieving matching ReferenceTypes, sig="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* signature */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
         2: .line 1050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* signature */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Ljava/lang/String;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassesBySignature;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature.classes:[Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassesBySignature$ClassInfo;
         3: .line 1049
            astore 2 /* cinfos */
        start local 2 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] cinfos
         4: .line 1051
            goto 7
        end local 2 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] cinfos
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         6: .line 1052
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.sun.tools.jdi.JDWPException exc
        start local 2 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] cinfos
         7: .line 1055
      StackMap locals: com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[]
      StackMap stack:
            aload 2 /* cinfos */
            arraylength
            istore 3 /* count */
        start local 3 // int count
         8: .line 1056
            new java.util.ArrayList
            dup
            iload 3 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* list */
        start local 4 // java.util.List list
         9: .line 1059
            aload 0 /* this */
            dup
            astore 5
            monitorenter
        10: .line 1060
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 21
        12: .line 1062
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.lang.String com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] int java.util.List com.sun.tools.jdi.VirtualMachineImpl int
      StackMap stack:
            aload 2 /* cinfos */
            iload 6 /* i */
            aaload
        13: .line 1061
            astore 7 /* ci */
        start local 7 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo ci
        14: .line 1063
            aload 0 /* this */
            aload 7 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo.typeID:J
        15: .line 1064
            aload 7 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo.refTypeTag:B
        16: .line 1065
            aload 1 /* signature */
        17: .line 1063
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            astore 8 /* type */
        start local 8 // com.sun.tools.jdi.ReferenceTypeImpl type
        18: .line 1066
            aload 8 /* type */
            aload 7 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo.status:I
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setStatus:(I)V
        19: .line 1067
            aload 4 /* list */
            aload 8 /* type */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // com.sun.tools.jdi.ReferenceTypeImpl type
        end local 7 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo ci
        20: .line 1060
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            iload 3 /* count */
            if_icmplt 12
        end local 6 // int i
        22: .line 1059
            aload 5
            monitorexit
        23: goto 26
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl java.lang.String com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] int java.util.List com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack: java.lang.Throwable
        24: aload 5
            monitorexit
        25: athrow
        26: .line 1070
      StackMap locals:
      StackMap stack:
            aload 4 /* list */
            areturn
        end local 4 // java.util.List list
        end local 3 // int count
        end local 2 // com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo[] cinfos
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   27     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   27     1  signature  Ljava/lang/String;
            4    5     2     cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassesBySignature$ClassInfo;
            7   27     2     cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassesBySignature$ClassInfo;
            6    7     3        exc  Lcom/sun/tools/jdi/JDWPException;
            8   27     3      count  I
            9   27     4       list  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
           11   22     6          i  I
           14   20     7         ci  Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassesBySignature$ClassInfo;
           18   20     8       type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
      Exception table:
        from    to  target  type
           2     4       5  Class com.sun.tools.jdi.JDWPException
          10    23      24  any
          24    25      24  any
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
    MethodParameters:
           Name  Flags
      signature  

  private void retrieveAllClasses1_4();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1076
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClasses;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses.classes:[Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClasses$ClassInfo;
            astore 1 /* cinfos */
        start local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo[] cinfos
         1: .line 1077
            goto 4
        end local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo[] cinfos
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         2: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         3: .line 1078
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        start local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo[] cinfos
         4: .line 1083
      StackMap locals: com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo[]
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         5: .line 1084
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
            ifne 18
         6: .line 1086
            aload 1 /* cinfos */
            arraylength
            istore 3 /* count */
        start local 3 // int count
         7: .line 1087
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 16
         9: .line 1088
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl int int
      StackMap stack:
            aload 1 /* cinfos */
            iload 4 /* i */
            aaload
            astore 5 /* ci */
        start local 5 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo ci
        10: .line 1089
            aload 0 /* this */
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo.typeID:J
        11: .line 1090
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo.refTypeTag:B
        12: .line 1091
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo.signature:Ljava/lang/String;
        13: .line 1089
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            astore 6 /* type */
        start local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
        14: .line 1092
            aload 6 /* type */
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo.status:I
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setStatus:(I)V
        end local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
        end local 5 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo ci
        15: .line 1087
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 9
        end local 4 // int i
        17: .line 1094
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
        end local 3 // int count
        18: .line 1083
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        19: goto 22
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: aload 2
            monitorexit
        21: athrow
        22: .line 1097
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo[] cinfos
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            1    2     1  cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClasses$ClassInfo;
            4   23     1  cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClasses$ClassInfo;
            3    4     2     exc  Lcom/sun/tools/jdi/JDWPException;
            7   18     3   count  I
            8   17     4       i  I
           10   15     5      ci  Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClasses$ClassInfo;
           14   15     6    type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.jdi.JDWPException
           5    19      20  any
          20    21      20  any

  private void retrieveAllClasses();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1100
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 8
            iand
            ifeq 2
         1: .line 1101
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            ldc "Retrieving all ReferenceTypes"
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
         2: .line 1104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifne 5
         3: .line 1105
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveAllClasses1_4:()V
         4: .line 1106
            return
         5: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClassesWithGeneric;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric.classes:[Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo;
            astore 1 /* cinfos */
        start local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo[] cinfos
         6: .line 1116
            goto 9
        end local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo[] cinfos
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         8: .line 1117
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        start local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo[] cinfos
         9: .line 1122
      StackMap locals: com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo[]
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        10: .line 1123
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
            ifne 25
        11: .line 1125
            aload 1 /* cinfos */
            arraylength
            istore 3 /* count */
        start local 3 // int count
        12: .line 1126
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 23
        14: .line 1128
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl int int
      StackMap stack:
            aload 1 /* cinfos */
            iload 4 /* i */
            aaload
        15: .line 1127
            astore 5 /* ci */
        start local 5 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo ci
        16: .line 1129
            aload 0 /* this */
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo.typeID:J
        17: .line 1130
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo.refTypeTag:B
        18: .line 1131
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo.signature:Ljava/lang/String;
        19: .line 1129
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JILjava/lang/String;)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            astore 6 /* type */
        start local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
        20: .line 1132
            aload 6 /* type */
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo.genericSignature:Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setGenericSignature:(Ljava/lang/String;)V
        21: .line 1133
            aload 6 /* type */
            aload 5 /* ci */
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo.status:I
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setStatus:(I)V
        end local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
        end local 5 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo ci
        22: .line 1126
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 14
        end local 4 // int i
        24: .line 1135
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.VirtualMachineImpl.retrievedAllTypes:Z
        end local 3 // int count
        25: .line 1122
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        26: goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        27: aload 2
            monitorexit
        28: athrow
        29: .line 1138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo[] cinfos
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   30     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            6    7     1  cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo;
            9   30     1  cinfos  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo;
            8    9     2     exc  Lcom/sun/tools/jdi/JDWPException;
           12   25     3   count  I
           13   24     4       i  I
           16   22     5      ci  Lcom/sun/tools/jdi/JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo;
           20   22     6    type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
      Exception table:
        from    to  target  type
           5     6       7  Class com.sun.tools.jdi.JDWPException
          10    26      27  any
          27    28      27  any

  void sendToTarget(com.sun.tools.jdi.Packet);
    descriptor: (Lcom/sun/tools/jdi/Packet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.Packet packet
         0: .line 1141
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            aload 1 /* packet */
            invokevirtual com.sun.tools.jdi.TargetVM.send:(Lcom/sun/tools/jdi/Packet;)V
         1: .line 1142
            return
        end local 1 // com.sun.tools.jdi.Packet packet
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1  packet  Lcom/sun/tools/jdi/Packet;
    MethodParameters:
        Name  Flags
      packet  

  void waitForTargetReply(com.sun.tools.jdi.Packet);
    descriptor: (Lcom/sun/tools/jdi/Packet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.Packet packet
         0: .line 1145
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.target:Lcom/sun/tools/jdi/TargetVM;
            aload 1 /* packet */
            invokevirtual com.sun.tools.jdi.TargetVM.waitForReply:(Lcom/sun/tools/jdi/Packet;)V
         1: .line 1149
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.processBatchedDisposes:()V
         2: .line 1150
            return
        end local 1 // com.sun.tools.jdi.Packet packet
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    3     1  packet  Lcom/sun/tools/jdi/Packet;
    MethodParameters:
        Name  Flags
      packet  

  com.sun.jdi.Type findBootType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Type;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String signature
         0: .line 1153
            aload 0 /* this */
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.retrieveClassesBySignature:(Ljava/lang/String;)Ljava/util/List;
            astore 2 /* types */
        start local 2 // java.util.List types
         1: .line 1154
            aload 2 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         2: .line 1155
            goto 6
         3: .line 1156
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 4 /* type */
        start local 4 // com.sun.jdi.ReferenceType type
         4: .line 1157
            aload 4 /* type */
            invokeinterface com.sun.jdi.ReferenceType.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            ifnonnull 6
         5: .line 1158
            aload 4 /* type */
            areturn
        end local 4 // com.sun.jdi.ReferenceType type
         6: .line 1155
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1161
            new com.sun.tools.jdi.JNITypeParser
            dup
            aload 1 /* signature */
            invokespecial com.sun.tools.jdi.JNITypeParser.<init>:(Ljava/lang/String;)V
            astore 4 /* parser */
        start local 4 // com.sun.tools.jdi.JNITypeParser parser
         8: .line 1162
            new com.sun.jdi.ClassNotLoadedException
            dup
            aload 4 /* parser */
            invokevirtual com.sun.tools.jdi.JNITypeParser.typeName:()Ljava/lang/String;
         9: .line 1163
            new java.lang.StringBuilder
            dup
            ldc "Type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* parser */
            invokevirtual com.sun.tools.jdi.JNITypeParser.typeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not loaded"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 1162
            invokespecial com.sun.jdi.ClassNotLoadedException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 4 // com.sun.tools.jdi.JNITypeParser parser
        end local 3 // java.util.Iterator iter
        end local 2 // java.util.List types
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   11     1  signature  Ljava/lang/String;
            1   11     2      types  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            2   11     3       iter  Ljava/util/Iterator<Lcom/sun/jdi/ReferenceType;>;
            4    6     4       type  Lcom/sun/jdi/ReferenceType;
            8   11     4     parser  Lcom/sun/tools/jdi/JNITypeParser;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
           Name  Flags
      signature  

  com.sun.jdi.BooleanType theBooleanType();
    descriptor: ()Lcom/sun/jdi/BooleanType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1167
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theBooleanType:Lcom/sun/jdi/BooleanType;
            ifnonnull 8
         1: .line 1168
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1169
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theBooleanType:Lcom/sun/jdi/BooleanType;
            ifnonnull 4
         3: .line 1170
            aload 0 /* this */
            new com.sun.tools.jdi.BooleanTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.BooleanTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theBooleanType:Lcom/sun/jdi/BooleanType;
         4: .line 1168
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theBooleanType:Lcom/sun/jdi/BooleanType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.ByteType theByteType();
    descriptor: ()Lcom/sun/jdi/ByteType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1178
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theByteType:Lcom/sun/jdi/ByteType;
            ifnonnull 8
         1: .line 1179
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1180
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theByteType:Lcom/sun/jdi/ByteType;
            ifnonnull 4
         3: .line 1181
            aload 0 /* this */
            new com.sun.tools.jdi.ByteTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.ByteTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theByteType:Lcom/sun/jdi/ByteType;
         4: .line 1179
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theByteType:Lcom/sun/jdi/ByteType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.CharType theCharType();
    descriptor: ()Lcom/sun/jdi/CharType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1189
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theCharType:Lcom/sun/jdi/CharType;
            ifnonnull 8
         1: .line 1190
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1191
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theCharType:Lcom/sun/jdi/CharType;
            ifnonnull 4
         3: .line 1192
            aload 0 /* this */
            new com.sun.tools.jdi.CharTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.CharTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theCharType:Lcom/sun/jdi/CharType;
         4: .line 1190
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theCharType:Lcom/sun/jdi/CharType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.ShortType theShortType();
    descriptor: ()Lcom/sun/jdi/ShortType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1200
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theShortType:Lcom/sun/jdi/ShortType;
            ifnonnull 8
         1: .line 1201
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1202
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theShortType:Lcom/sun/jdi/ShortType;
            ifnonnull 4
         3: .line 1203
            aload 0 /* this */
            new com.sun.tools.jdi.ShortTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.ShortTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theShortType:Lcom/sun/jdi/ShortType;
         4: .line 1201
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theShortType:Lcom/sun/jdi/ShortType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.IntegerType theIntegerType();
    descriptor: ()Lcom/sun/jdi/IntegerType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1211
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:Lcom/sun/jdi/IntegerType;
            ifnonnull 8
         1: .line 1212
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1213
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:Lcom/sun/jdi/IntegerType;
            ifnonnull 4
         3: .line 1214
            aload 0 /* this */
            new com.sun.tools.jdi.IntegerTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.IntegerTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:Lcom/sun/jdi/IntegerType;
         4: .line 1212
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:Lcom/sun/jdi/IntegerType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.LongType theLongType();
    descriptor: ()Lcom/sun/jdi/LongType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1222
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theLongType:Lcom/sun/jdi/LongType;
            ifnonnull 8
         1: .line 1223
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1224
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theLongType:Lcom/sun/jdi/LongType;
            ifnonnull 4
         3: .line 1225
            aload 0 /* this */
            new com.sun.tools.jdi.LongTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.LongTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theLongType:Lcom/sun/jdi/LongType;
         4: .line 1223
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theLongType:Lcom/sun/jdi/LongType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.FloatType theFloatType();
    descriptor: ()Lcom/sun/jdi/FloatType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1233
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theFloatType:Lcom/sun/jdi/FloatType;
            ifnonnull 8
         1: .line 1234
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1235
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theFloatType:Lcom/sun/jdi/FloatType;
            ifnonnull 4
         3: .line 1236
            aload 0 /* this */
            new com.sun.tools.jdi.FloatTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.FloatTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theFloatType:Lcom/sun/jdi/FloatType;
         4: .line 1234
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theFloatType:Lcom/sun/jdi/FloatType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.DoubleType theDoubleType();
    descriptor: ()Lcom/sun/jdi/DoubleType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1244
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:Lcom/sun/jdi/DoubleType;
            ifnonnull 8
         1: .line 1245
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1246
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:Lcom/sun/jdi/DoubleType;
            ifnonnull 4
         3: .line 1247
            aload 0 /* this */
            new com.sun.tools.jdi.DoubleTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.DoubleTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:Lcom/sun/jdi/DoubleType;
         4: .line 1245
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:Lcom/sun/jdi/DoubleType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.VoidType theVoidType();
    descriptor: ()Lcom/sun/jdi/VoidType;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1255
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theVoidType:Lcom/sun/jdi/VoidType;
            ifnonnull 8
         1: .line 1256
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 1257
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theVoidType:Lcom/sun/jdi/VoidType;
            ifnonnull 4
         3: .line 1258
            aload 0 /* this */
            new com.sun.tools.jdi.VoidTypeImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.VoidTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
            putfield com.sun.tools.jdi.VirtualMachineImpl.theVoidType:Lcom/sun/jdi/VoidType;
         4: .line 1256
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 1262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.theVoidType:Lcom/sun/jdi/VoidType;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  com.sun.jdi.PrimitiveType primitiveTypeMirror(byte);
    descriptor: (B)Lcom/sun/jdi/PrimitiveType;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // byte tag
         0: .line 1266
            iload 1 /* tag */
            lookupswitch { // 8
                   66: 2
                   67: 3
                   68: 8
                   70: 7
                   73: 5
                   74: 6
                   83: 4
                   90: 1
              default: 9
          }
         1: .line 1268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theBooleanType:()Lcom/sun/jdi/BooleanType;
            areturn
         2: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theByteType:()Lcom/sun/jdi/ByteType;
            areturn
         3: .line 1272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theCharType:()Lcom/sun/jdi/CharType;
            areturn
         4: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theShortType:()Lcom/sun/jdi/ShortType;
            areturn
         5: .line 1276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:()Lcom/sun/jdi/IntegerType;
            areturn
         6: .line 1278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theLongType:()Lcom/sun/jdi/LongType;
            areturn
         7: .line 1280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theFloatType:()Lcom/sun/jdi/FloatType;
            areturn
         8: .line 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theDoubleType:()Lcom/sun/jdi/DoubleType;
            areturn
         9: .line 1284
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized primitive tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte tag
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   10     1   tag  B
    MethodParameters:
      Name  Flags
      tag   

  private void processBatchedDisposes();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1289
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.shutdown:Z
            ifeq 2
         1: .line 1290
            return
         2: .line 1293
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* requests */
        start local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request[] requests
         3: .line 1294
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
            dup
            astore 2
            monitorenter
         4: .line 1295
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 3 /* size */
        start local 3 // int size
         5: .line 1296
            iload 3 /* size */
            bipush 50
            if_icmplt 27
         6: .line 1297
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 10
         7: .line 1298
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Dispose threashold reached. Will dispose "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 1299
            iload 3 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " object references..."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 1298
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        10: .line 1301
      StackMap locals: com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request[] java.util.List int
      StackMap stack:
            iload 3 /* size */
            anewarray com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request
            astore 1 /* requests */
        11: .line 1302
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 25
        13: .line 1303
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
            astore 5 /* ref */
        start local 5 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        14: .line 1304
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 18
        15: .line 1305
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Disposing object "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.key:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        16: .line 1306
            ldc " (ref count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.count:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        17: .line 1305
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        18: .line 1312
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
      StackMap stack:
            aload 1 /* requests */
            iload 4 /* i */
        19: .line 1313
            new com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request
            dup
        20: .line 1314
            new com.sun.tools.jdi.ObjectReferenceImpl
            dup
            aload 0 /* this */
            aload 5 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.key:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
        21: .line 1315
            aload 5 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.count:()I
        22: .line 1313
            invokespecial com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request.<init>:(Lcom/sun/tools/jdi/ObjectReferenceImpl;I)V
        23: .line 1312
            aastore
        end local 5 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        24: .line 1302
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            aload 1 /* requests */
            arraylength
            if_icmplt 13
        end local 4 // int i
        26: .line 1317
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        end local 3 // int size
        27: .line 1294
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        28: goto 31
      StackMap locals:
      StackMap stack: java.lang.Throwable
        29: aload 2
            monitorexit
        30: athrow
        31: .line 1320
      StackMap locals:
      StackMap stack:
            aload 1 /* requests */
            ifnull 36
        32: .line 1322
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* requests */
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;[Lcom/sun/tools/jdi/JDWP$VirtualMachine$DisposeObjects$Request;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$DisposeObjects;
            pop
        33: .line 1323
            goto 36
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        34: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        35: .line 1324
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        36: .line 1327
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request[] requests
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   37     0      this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            3   37     1  requests  [Lcom/sun/tools/jdi/JDWP$VirtualMachine$DisposeObjects$Request;
            5   27     3      size  I
           12   26     4         i  I
           14   24     5       ref  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;
           35   36     2       exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           4    28      29  any
          29    30      29  any
          32    33      34  Class com.sun.tools.jdi.JDWPException

  private void batchForDispose(com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference);
    descriptor: (Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
         0: .line 1330
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 4
         1: .line 1331
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Batching object "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.key:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         2: .line 1332
            ldc " for dispose (ref count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.count:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1331
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
         4: .line 1334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.batchedDisposeRequests:Ljava/util/List;
            aload 1 /* ref */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 1335
            return
        end local 1 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    6     1   ref  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;
    MethodParameters:
      Name  Flags
      ref   

  private void processQueue();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1342
            goto 4
        start local 1 // java.lang.ref.Reference ref
         1: .line 1343
      StackMap locals: java.lang.ref.Reference
      StackMap stack:
            aload 1 /* ref */
            checkcast com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
            astore 2 /* softRef */
        start local 2 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference softRef
         2: .line 1344
            aload 0 /* this */
            aload 2 /* softRef */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.removeObjectMirror:(Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;)V
         3: .line 1345
            aload 0 /* this */
            aload 2 /* softRef */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.batchForDispose:(Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;)V
        end local 2 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference softRef
        end local 1 // java.lang.ref.Reference ref
         4: .line 1342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.referenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            dup
            astore 1 /* ref */
        start local 1 // java.lang.ref.Reference ref
         5: ifnonnull 1
         6: .line 1347
            return
        end local 1 // java.lang.ref.Reference ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            1    4     1      ref  Ljava/lang/ref/Reference<*>;
            5    7     1      ref  Ljava/lang/ref/Reference<*>;
            2    4     2  softRef  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;

  synchronized com.sun.tools.jdi.ObjectReferenceImpl objectMirror(long, int);
    descriptor: (JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
        start local 3 // int tag
         0: .line 1352
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.processQueue:()V
         1: .line 1354
            lload 1 /* id */
            lconst_0
            lcmp
            ifne 3
         2: .line 1355
            aconst_null
            areturn
         3: .line 1357
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* object */
        start local 4 // com.sun.tools.jdi.ObjectReferenceImpl object
         4: .line 1358
            lload 1 /* id */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 5 /* key */
        start local 5 // java.lang.Long key
         5: .line 1363
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.objectsByID:Ljava/util/Map;
            aload 5 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
            astore 6 /* ref */
        start local 6 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
         6: .line 1364
            aload 6 /* ref */
            ifnull 8
         7: .line 1365
            aload 6 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.object:()Lcom/sun/tools/jdi/ObjectReferenceImpl;
            astore 4 /* object */
         8: .line 1372
      StackMap locals: com.sun.tools.jdi.ObjectReferenceImpl java.lang.Long com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
      StackMap stack:
            aload 4 /* object */
            ifnonnull 35
         9: .line 1373
            iload 3 /* tag */
            lookupswitch { // 7
                   76: 10
                   91: 14
                   99: 25
                  103: 21
                  108: 23
                  115: 12
                  116: 16
              default: 27
          }
        10: .line 1375
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ObjectReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        11: .line 1376
            goto 28
        12: .line 1378
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.StringReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.StringReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        13: .line 1379
            goto 28
        14: .line 1381
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ArrayReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ArrayReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        15: .line 1382
            goto 28
        16: .line 1385
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ThreadReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ThreadReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
        17: .line 1384
            astore 7 /* thread */
        start local 7 // com.sun.tools.jdi.ThreadReferenceImpl thread
        18: .line 1386
            aload 7 /* thread */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.addListener:(Lcom/sun/tools/jdi/ThreadListener;)V
        19: .line 1387
            aload 7 /* thread */
            astore 4 /* object */
        20: .line 1388
            goto 28
        end local 7 // com.sun.tools.jdi.ThreadReferenceImpl thread
        21: .line 1390
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ThreadGroupReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ThreadGroupReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        22: .line 1391
            goto 28
        23: .line 1393
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ClassLoaderReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ClassLoaderReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        24: .line 1394
            goto 28
        25: .line 1396
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ClassObjectReferenceImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            lload 1 /* id */
            invokespecial com.sun.tools.jdi.ClassObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
            astore 4 /* object */
        26: .line 1397
            goto 28
        27: .line 1399
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid object tag: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 1401
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
            dup
            aload 5 /* key */
            aload 4 /* object */
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.referenceQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.<init>:(Ljava/lang/Long;Lcom/sun/tools/jdi/ObjectReferenceImpl;Ljava/lang/ref/ReferenceQueue;)V
            astore 6 /* ref */
        29: .line 1407
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.objectsByID:Ljava/util/Map;
            aload 5 /* key */
            aload 6 /* ref */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        30: .line 1408
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            bipush 16
            iand
            ifeq 36
        31: .line 1409
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Creating new "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        32: .line 1410
            aload 4 /* object */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (id = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        33: .line 1409
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        34: .line 1412
            goto 36
        35: .line 1413
      StackMap locals:
      StackMap stack:
            aload 6 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.incrementCount:()V
        36: .line 1416
      StackMap locals:
      StackMap stack:
            aload 4 /* object */
            areturn
        end local 6 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        end local 5 // java.lang.Long key
        end local 4 // com.sun.tools.jdi.ObjectReferenceImpl object
        end local 3 // int tag
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   37     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   37     1      id  J
            0   37     3     tag  I
            4   37     4  object  Lcom/sun/tools/jdi/ObjectReferenceImpl;
            5   37     5     key  Ljava/lang/Long;
            6   37     6     ref  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;
           18   21     7  thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
    MethodParameters:
      Name  Flags
      id    
      tag   

  synchronized void removeObjectMirror(com.sun.tools.jdi.ObjectReferenceImpl);
    descriptor: (Lcom/sun/tools/jdi/ObjectReferenceImpl;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.ObjectReferenceImpl object
         0: .line 1421
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.processQueue:()V
         1: .line 1423
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.objectsByID:Ljava/util/Map;
            aload 1 /* object */
            invokevirtual com.sun.tools.jdi.ObjectReferenceImpl.ref:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
            astore 2 /* ref */
        start local 2 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
         2: .line 1424
            aload 2 /* ref */
            ifnull 5
         3: .line 1425
            aload 0 /* this */
            aload 2 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.batchForDispose:(Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;)V
         4: .line 1426
            goto 8
         5: .line 1431
      StackMap locals: com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ObjectReference "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* object */
            invokevirtual com.sun.tools.jdi.ObjectReferenceImpl.ref:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         6: .line 1432
            ldc " not found in object cache"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 1431
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 1434
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        end local 1 // com.sun.tools.jdi.ObjectReferenceImpl object
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    9     1  object  Lcom/sun/tools/jdi/ObjectReferenceImpl;
            2    9     2     ref  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;
    MethodParameters:
        Name  Flags
      object  

  synchronized void removeObjectMirror(com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference);
    descriptor: (Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
         0: .line 1441
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.objectsByID:Ljava/util/Map;
            aload 1 /* ref */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference.key:()Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1442
            return
        end local 1 // com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference ref
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    2     1   ref  Lcom/sun/tools/jdi/VirtualMachineImpl$SoftObjectReference;
    MethodParameters:
      Name  Flags
      ref   

  com.sun.tools.jdi.ObjectReferenceImpl objectMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ObjectReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1445
            aload 0 /* this */
            lload 1 /* id */
            bipush 76
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.StringReferenceImpl stringMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/StringReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1449
            aload 0 /* this */
            lload 1 /* id */
            bipush 115
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.StringReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ArrayReferenceImpl arrayMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ArrayReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1453
            aload 0 /* this */
            lload 1 /* id */
            bipush 91
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.ArrayReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ThreadReferenceImpl threadMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ThreadReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1457
            aload 0 /* this */
            lload 1 /* id */
            bipush 116
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.ThreadReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ThreadGroupReferenceImpl threadGroupMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ThreadGroupReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1461
            aload 0 /* this */
            lload 1 /* id */
         1: .line 1462
            bipush 103
         2: .line 1461
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.ThreadGroupReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    3     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ClassLoaderReferenceImpl classLoaderMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ClassLoaderReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1466
            aload 0 /* this */
            lload 1 /* id */
         1: .line 1467
            bipush 108
         2: .line 1466
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.ClassLoaderReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    3     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ClassObjectReferenceImpl classObjectMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ClassObjectReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1471
            aload 0 /* this */
            lload 1 /* id */
         1: .line 1472
            bipush 99
         2: .line 1471
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.objectMirror:(JI)Lcom/sun/tools/jdi/ObjectReferenceImpl;
            checkcast com.sun.tools.jdi.ClassObjectReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    3     1    id  J
    MethodParameters:
      Name  Flags
      id    

  com.sun.tools.jdi.ModuleReferenceImpl moduleMirror(long);
    descriptor: (J)Lcom/sun/tools/jdi/ModuleReferenceImpl;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // long id
         0: .line 1476
            aload 0 /* this */
            lload 1 /* id */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getModule:(J)Lcom/sun/jdi/ModuleReference;
            checkcast com.sun.tools.jdi.ModuleReferenceImpl
            areturn
        end local 1 // long id
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0    1     1    id  J
    MethodParameters:
      Name  Flags
      id    

  private com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths getClasspath();
    descriptor: ()Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1483
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.pathInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
            ifnonnull 5
         1: .line 1485
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
            putfield com.sun.tools.jdi.VirtualMachineImpl.pathInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
         2: .line 1486
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         3: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         4: .line 1487
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         5: .line 1490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.pathInfo:Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            4    5     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     2       3  Class com.sun.tools.jdi.JDWPException

  public java.util.List<java.lang.String> classPath();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1494
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getClasspath:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths.classpaths:[Ljava/lang/String;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.util.List<java.lang.String> bootClassPath();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1498
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String baseDirectory();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1502
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getClasspath:()Lcom/sun/tools/jdi/JDWP$VirtualMachine$ClassPaths;
            getfield com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths.baseDir:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  public void setDefaultStratum(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
        start local 1 // java.lang.String stratum
         0: .line 1506
            aload 0 /* this */
            aload 1 /* stratum */
            putfield com.sun.tools.jdi.VirtualMachineImpl.defaultStratum:Ljava/lang/String;
         1: .line 1507
            aload 1 /* stratum */
            ifnonnull 3
         2: .line 1508
            ldc ""
            astore 1 /* stratum */
         3: .line 1511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
         4: .line 1512
            aload 1 /* stratum */
         5: .line 1511
            invokestatic com.sun.tools.jdi.JDWP$VirtualMachine$SetDefaultStratum.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Ljava/lang/String;)Lcom/sun/tools/jdi/JDWP$VirtualMachine$SetDefaultStratum;
            pop
         6: .line 1513
            goto 9
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         8: .line 1514
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         9: .line 1516
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String stratum
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/tools/jdi/VirtualMachineImpl;
            0   10     1  stratum  Ljava/lang/String;
            8    9     2      exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           3     6       7  Class com.sun.tools.jdi.JDWPException
    MethodParameters:
         Name  Flags
      stratum  

  public java.lang.String getDefaultStratum();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1519
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.defaultStratum:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;

  java.lang.ThreadGroup threadGroupForJDI();
    descriptor: ()Ljava/lang/ThreadGroup;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VirtualMachineImpl this
         0: .line 1523
            aload 0 /* this */
            getfield com.sun.tools.jdi.VirtualMachineImpl.threadGroupForJDI:Ljava/lang/ThreadGroup;
            areturn
        end local 0 // com.sun.tools.jdi.VirtualMachineImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VirtualMachineImpl;
}
SourceFile: "VirtualMachineImpl.java"
NestMembers:
  com.sun.tools.jdi.VirtualMachineImpl$1  com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference
InnerClasses:
  VirtualMachine = com.sun.tools.jdi.JDWP$VirtualMachine of com.sun.tools.jdi.JDWP
  AllClasses = com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassInfo = com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses$ClassInfo of com.sun.tools.jdi.JDWP$VirtualMachine$AllClasses
  AllClassesWithGeneric = com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassInfo = com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric$ClassInfo of com.sun.tools.jdi.JDWP$VirtualMachine$AllClassesWithGeneric
  AllModules = com.sun.tools.jdi.JDWP$VirtualMachine$AllModules of com.sun.tools.jdi.JDWP$VirtualMachine
  Capabilities = com.sun.tools.jdi.JDWP$VirtualMachine$Capabilities of com.sun.tools.jdi.JDWP$VirtualMachine
  CapabilitiesNew = com.sun.tools.jdi.JDWP$VirtualMachine$CapabilitiesNew of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassPaths = com.sun.tools.jdi.JDWP$VirtualMachine$ClassPaths of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassesBySignature = com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassInfo = com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature$ClassInfo of com.sun.tools.jdi.JDWP$VirtualMachine$ClassesBySignature
  CreateString = com.sun.tools.jdi.JDWP$VirtualMachine$CreateString of com.sun.tools.jdi.JDWP$VirtualMachine
  Dispose = com.sun.tools.jdi.JDWP$VirtualMachine$Dispose of com.sun.tools.jdi.JDWP$VirtualMachine
  DisposeObjects = com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects of com.sun.tools.jdi.JDWP$VirtualMachine
  Request = com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects$Request of com.sun.tools.jdi.JDWP$VirtualMachine$DisposeObjects
  Exit = com.sun.tools.jdi.JDWP$VirtualMachine$Exit of com.sun.tools.jdi.JDWP$VirtualMachine
  IDSizes = com.sun.tools.jdi.JDWP$VirtualMachine$IDSizes of com.sun.tools.jdi.JDWP$VirtualMachine
  InstanceCounts = com.sun.tools.jdi.JDWP$VirtualMachine$InstanceCounts of com.sun.tools.jdi.JDWP$VirtualMachine
  RedefineClasses = com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses of com.sun.tools.jdi.JDWP$VirtualMachine
  ClassDef = com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses$ClassDef of com.sun.tools.jdi.JDWP$VirtualMachine$RedefineClasses
  Resume = com.sun.tools.jdi.JDWP$VirtualMachine$Resume of com.sun.tools.jdi.JDWP$VirtualMachine
  SetDefaultStratum = com.sun.tools.jdi.JDWP$VirtualMachine$SetDefaultStratum of com.sun.tools.jdi.JDWP$VirtualMachine
  Suspend = com.sun.tools.jdi.JDWP$VirtualMachine$Suspend of com.sun.tools.jdi.JDWP$VirtualMachine
  Version = com.sun.tools.jdi.JDWP$VirtualMachine$Version of com.sun.tools.jdi.JDWP$VirtualMachine
  com.sun.tools.jdi.VirtualMachineImpl$1
  private SoftObjectReference = com.sun.tools.jdi.VirtualMachineImpl$SoftObjectReference of com.sun.tools.jdi.VirtualMachineImpl
  public abstract Entry = java.util.Map$Entry of java.util.Map