public abstract class com.sun.tools.jdi.ReferenceTypeImpl extends com.sun.tools.jdi.TypeImpl implements com.sun.jdi.ReferenceType
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.ReferenceTypeImpl
  super_class: com.sun.tools.jdi.TypeImpl
{
  protected long ref;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

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

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

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

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

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

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

  protected int modifiers;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private java.lang.ref.SoftReference<java.util.List<com.sun.jdi.Field>> fieldsRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Ljava/util/List<Lcom/sun/jdi/Field;>;>;

  private java.lang.ref.SoftReference<java.util.List<com.sun.jdi.Method>> methodsRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Ljava/util/List<Lcom/sun/jdi/Method;>;>;

  private java.lang.ref.SoftReference<com.sun.tools.jdi.SDE> sdeRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Lcom/sun/tools/jdi/SDE;>;

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

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

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

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

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

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

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

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

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

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

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

  private java.lang.ref.SoftReference<byte[]> constantPoolBytesRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[B>;

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

  static final com.sun.tools.jdi.SDE NO_SDE_INFO_MARK;
    descriptor: Lcom/sun/tools/jdi/SDE;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 88
            new com.sun.tools.jdi.SDE
            dup
            invokespecial com.sun.tools.jdi.SDE.<init>:()V
            putstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
         1: .line 92
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 95
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.TypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         2: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         3: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
         4: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
         5: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
         6: .line 62
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         7: .line 63
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         8: .line 64
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
         9: .line 65
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
        10: .line 66
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
        11: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
        12: .line 69
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
        13: .line 70
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
        14: .line 71
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.module:Lcom/sun/jdi/ModuleReference;
        15: .line 73
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
        16: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
        17: .line 76
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        18: .line 80
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        19: .line 82
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
        20: .line 96
            aload 0 /* this */
            lload 2 /* aRef */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.ref:J
        21: .line 97
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
        22: .line 98
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   23     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0   23     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  void noticeRedefineClass();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 103
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
         1: .line 104
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         2: .line 105
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         3: .line 106
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
         4: .line 107
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
         5: .line 108
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
         6: .line 109
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
         7: .line 110
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
         8: .line 111
            return
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  com.sun.jdi.Method getMethodMirror(long);
    descriptor: (J)Lcom/sun/jdi/Method;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // long ref
         0: .line 114
            lload 1 /* ref */
            lconst_0
            lcmp
            ifne 2
         1: .line 116
            new com.sun.tools.jdi.ObsoleteMethodImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.ObsoleteMethodImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;)V
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         3: .line 122
            goto 7
         4: .line 123
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.MethodImpl
            astore 4 /* method */
        start local 4 // com.sun.tools.jdi.MethodImpl method
         5: .line 124
            aload 4 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
            lload 1 /* ref */
            lcmp
            ifne 7
         6: .line 125
            aload 4 /* method */
            areturn
        end local 4 // com.sun.tools.jdi.MethodImpl method
         7: .line 122
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 128
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid method id: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* ref */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.util.Iterator it
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    9     1     ref  J
            3    9     3      it  Ljava/util/Iterator<Lcom/sun/jdi/Method;>;
            5    7     4  method  Lcom/sun/tools/jdi/MethodImpl;
    MethodParameters:
      Name  Flags
      ref   

  com.sun.jdi.Field getFieldMirror(long);
    descriptor: (J)Lcom/sun/jdi/Field;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // long ref
         0: .line 135
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.fields:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         1: .line 136
            goto 5
         2: .line 137
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.FieldImpl
            astore 4 /* field */
        start local 4 // com.sun.tools.jdi.FieldImpl field
         3: .line 138
            aload 4 /* field */
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
            lload 1 /* ref */
            lcmp
            ifne 5
         4: .line 139
            aload 4 /* field */
            areturn
        end local 4 // com.sun.tools.jdi.FieldImpl field
         5: .line 136
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 142
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid field id: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* ref */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.util.Iterator it
        end local 1 // long ref
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    7     1    ref  J
            1    7     3     it  Ljava/util/Iterator<Lcom/sun/jdi/Field;>;
            3    5     4  field  Lcom/sun/tools/jdi/FieldImpl;
    MethodParameters:
      Name  Flags
      ref   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.Object obj
         0: .line 146
            aload 1 /* obj */
            ifnull 6
            aload 1 /* obj */
            instanceof com.sun.tools.jdi.ReferenceTypeImpl
            ifeq 6
         1: .line 147
            aload 1 /* obj */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
         2: .line 148
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            lcmp
            ifne 5
         3: .line 149
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 148
            iconst_1
            ireturn
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
         6: .line 151
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    7     1    obj  Ljava/lang/Object;
            2    6     2  other  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 156
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            l2i
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public int compareTo(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.ReferenceType object
         0: .line 168
            aload 1 /* object */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
         1: .line 169
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.name:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.name:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* comp */
        start local 3 // int comp
         2: .line 170
            iload 3 /* comp */
            ifne 13
         3: .line 171
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            lstore 4 /* rf1 */
        start local 4 // long rf1
         4: .line 172
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            lstore 6 /* rf2 */
        start local 6 // long rf2
         5: .line 174
            lload 4 /* rf1 */
            lload 6 /* rf2 */
            lcmp
            ifne 10
         6: .line 176
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.sequenceNumber:I
         7: .line 177
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            checkcast com.sun.tools.jdi.VirtualMachineImpl
            getfield com.sun.tools.jdi.VirtualMachineImpl.sequenceNumber:I
         8: .line 176
            isub
            istore 3 /* comp */
         9: .line 178
            goto 13
        10: .line 179
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.jdi.ReferenceType com.sun.tools.jdi.ReferenceTypeImpl int long long
      StackMap stack:
            lload 4 /* rf1 */
            lload 6 /* rf2 */
            lcmp
            ifge 11
            iconst_m1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_1
      StackMap locals:
      StackMap stack: int
        12: istore 3 /* comp */
        end local 6 // long rf2
        end local 4 // long rf1
        13: .line 182
      StackMap locals:
      StackMap stack:
            iload 3 /* comp */
            ireturn
        end local 3 // int comp
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
        end local 1 // com.sun.jdi.ReferenceType object
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   14     1  object  Lcom/sun/jdi/ReferenceType;
            1   14     2   other  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            2   14     3    comp  I
            4   13     4     rf1  J
            5   13     6     rf2  J
    MethodParameters:
        Name  Flags
      object  

  public java.lang.String signature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 186
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
            ifnonnull 10
         1: .line 189
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifeq 4
         2: .line 194
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:()Ljava/lang/String;
            pop
         3: .line 195
            goto 10
         4: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 198
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Signature.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Signature;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Signature.signature:Ljava/lang/String;
         6: .line 197
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         7: .line 199
            goto 10
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         8: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         9: .line 200
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
        10: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            9   10     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           4     7       8  Class com.sun.tools.jdi.JDWPException

  public java.lang.String genericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 209
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifeq 8
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
            ifne 8
         1: .line 215
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$SignatureWithGeneric;
         2: .line 214
            astore 1 /* result */
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric result
         3: .line 216
            goto 6
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric result
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         4: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         5: .line 217
            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$ReferenceType$SignatureWithGeneric result
         6: .line 219
      StackMap locals: com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric.signature:Ljava/lang/String;
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         7: .line 220
            aload 0 /* this */
            aload 1 /* result */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric.genericSignature:Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.setGenericSignature:(Ljava/lang/String;)V
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric result
         8: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1  result  Lcom/sun/tools/jdi/JDWP$ReferenceType$SignatureWithGeneric;
            6    8     1  result  Lcom/sun/tools/jdi/JDWP$ReferenceType$SignatureWithGeneric;
            5    6     2     exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     3       4  Class com.sun.tools.jdi.JDWPException

  public com.sun.jdi.ClassLoaderReference classLoader();
    descriptor: ()Lcom/sun/jdi/ClassLoaderReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 226
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
            ifne 8
         1: .line 230
            aload 0 /* this */
         2: .line 231
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$ClassLoader.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$ClassLoader;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ClassLoader.classLoader:Lcom/sun/tools/jdi/ClassLoaderReferenceImpl;
         3: .line 230
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
         4: .line 232
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
         5: .line 233
            goto 8
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 234
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         8: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            7    8     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     5       6  Class com.sun.tools.jdi.JDWPException

  public com.sun.jdi.ModuleReference module();
    descriptor: ()Lcom/sun/jdi/ModuleReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 241
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.module:Lcom/sun/jdi/ModuleReference;
            ifnull 2
         1: .line 242
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.module:Lcom/sun/jdi/ModuleReference;
            areturn
         2: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Module.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Module;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Module.module:Lcom/sun/tools/jdi/ModuleReferenceImpl;
         3: .line 247
            astore 1 /* m */
        start local 1 // com.sun.tools.jdi.ModuleReferenceImpl m
         4: .line 249
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* m */
            invokevirtual com.sun.tools.jdi.ModuleReferenceImpl.ref:()J
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getModule:(J)Lcom/sun/jdi/ModuleReference;
            putfield com.sun.tools.jdi.ReferenceTypeImpl.module:Lcom/sun/jdi/ModuleReference;
        end local 1 // com.sun.tools.jdi.ModuleReferenceImpl m
         5: .line 250
            goto 8
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 251
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         8: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.module:Lcom/sun/jdi/ModuleReference;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            4    5     1     m  Lcom/sun/tools/jdi/ModuleReferenceImpl;
            7    8     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     5       6  Class com.sun.tools.jdi.JDWPException

  public boolean isPublic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 257
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 258
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_1
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isProtected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 264
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 265
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_4
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isPrivate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 271
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 272
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_2
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isPackagePrivate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 278
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isPublic:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isPrivate:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isProtected:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isAbstract();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 282
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 283
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            sipush 1024
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 289
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 290
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            bipush 16
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 296
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 297
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            bipush 8
            iand
            ifle 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isPrepared();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 307
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            ifne 2
         1: .line 308
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isVerified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 315
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            iconst_1
            iand
            ifne 2
         1: .line 316
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            iconst_1
            iand
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean isInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 324
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            bipush 12
            iand
            ifne 2
         1: .line 325
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            iconst_4
            iand
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public boolean failedToInitialize();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 333
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            bipush 12
            iand
            ifne 2
         1: .line 334
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            bipush 8
            iand
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public java.util.List<com.sun.jdi.Field> fields();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 340
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.util.List
      StackMap locals:
      StackMap stack: java.util.List
         2: astore 1 /* fields */
        start local 1 // java.util.List fields
         3: .line 341
            aload 1 /* fields */
            ifnonnull 43
         4: .line 342
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifeq 24
         5: .line 346
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric.declared:[Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
         6: .line 345
            astore 2 /* jdwpFields */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
         7: .line 347
            goto 10
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List
      StackMap stack: com.sun.tools.jdi.JDWPException
         8: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         9: .line 348
            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$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
        10: .line 350
      StackMap locals: com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[]
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 2 /* jdwpFields */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* fields */
        11: .line 351
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 22
        13: .line 353
      StackMap locals: int
      StackMap stack:
            aload 2 /* jdwpFields */
            iload 3 /* i */
            aaload
        14: .line 352
            astore 4 /* fi */
        start local 4 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo fi
        15: .line 355
            new com.sun.tools.jdi.FieldImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.fieldID:J
        16: .line 356
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.name:Ljava/lang/String;
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.signature:Ljava/lang/String;
        17: .line 357
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.genericSignature:Ljava/lang/String;
        18: .line 358
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.modBits:I
        19: .line 355
            invokespecial com.sun.tools.jdi.FieldImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            astore 5 /* field */
        start local 5 // com.sun.jdi.Field field
        20: .line 359
            aload 1 /* fields */
            aload 5 /* field */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Field field
        end local 4 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo fi
        21: .line 351
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 3 /* i */
            aload 2 /* jdwpFields */
            arraylength
            if_icmplt 13
        end local 3 // int i
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
        23: .line 361
            goto 41
        24: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Fields.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields.declared:[Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
        25: .line 364
            astore 2 /* jdwpFields */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
        26: .line 366
            goto 29
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        27: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
        28: .line 367
            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$ReferenceType$Fields$FieldInfo[] jdwpFields
        29: .line 369
      StackMap locals: com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[]
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 2 /* jdwpFields */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* fields */
        30: .line 370
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        31: goto 40
        32: .line 371
      StackMap locals: int
      StackMap stack:
            aload 2 /* jdwpFields */
            iload 3 /* i */
            aaload
            astore 4 /* fi */
        start local 4 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo fi
        33: .line 373
            new com.sun.tools.jdi.FieldImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo.fieldID:J
        34: .line 374
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo.name:Ljava/lang/String;
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo.signature:Ljava/lang/String;
        35: .line 375
            aconst_null
        36: .line 376
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo.modBits:I
        37: .line 373
            invokespecial com.sun.tools.jdi.FieldImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
            astore 5 /* field */
        start local 5 // com.sun.jdi.Field field
        38: .line 377
            aload 1 /* fields */
            aload 5 /* field */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Field field
        end local 4 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo fi
        39: .line 370
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 3 /* i */
            aload 2 /* jdwpFields */
            arraylength
            if_icmplt 32
        end local 3 // int i
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
        41: .line 381
      StackMap locals:
      StackMap stack:
            aload 1 /* fields */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* fields */
        42: .line 382
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* fields */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
        43: .line 384
      StackMap locals:
      StackMap stack:
            aload 1 /* fields */
            areturn
        end local 1 // java.util.List fields
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   44     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3   44     1      fields  Ljava/util/List<Lcom/sun/jdi/Field;>;
            7    8     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
           10   23     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
            9   10     3         exc  Lcom/sun/tools/jdi/JDWPException;
           12   23     3           i  I
           15   21     4          fi  Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
           20   21     5       field  Lcom/sun/jdi/Field;
           26   27     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           29   41     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           28   29     3         exc  Lcom/sun/tools/jdi/JDWPException;
           31   41     3           i  I
           33   39     4          fi  Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           38   39     5       field  Lcom/sun/jdi/Field;
      Exception table:
        from    to  target  type
           5     7       8  Class com.sun.tools.jdi.JDWPException
          24    26      27  Class com.sun.tools.jdi.JDWPException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Field;>;

  abstract java.util.List<? extends com.sun.jdi.ReferenceType> inheritedTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/sun/jdi/ReferenceType;>;

  void addVisibleFields(java.util.List<com.sun.jdi.Field>, java.util.Map<java.lang.String, com.sun.jdi.Field>, java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;Ljava/util/Map;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.util.List visibleList
        start local 2 // java.util.Map visibleTable
        start local 3 // java.util.List ambiguousNames
         0: .line 390
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.visibleFields:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 4 /* field */
        start local 4 // com.sun.jdi.Field field
         2: .line 391
            aload 4 /* field */
            invokeinterface com.sun.jdi.Field.name:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         3: .line 392
            aload 3 /* ambiguousNames */
            aload 6 /* name */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 13
         4: .line 393
            aload 2 /* visibleTable */
            aload 6 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 7 /* duplicate */
        start local 7 // com.sun.jdi.Field duplicate
         5: .line 394
            aload 7 /* duplicate */
            ifnonnull 9
         6: .line 395
            aload 1 /* visibleList */
            aload 4 /* field */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 396
            aload 2 /* visibleTable */
            aload 6 /* name */
            aload 4 /* field */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 397
            goto 13
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.Map java.util.List com.sun.jdi.Field java.util.Iterator java.lang.String com.sun.jdi.Field
      StackMap stack:
         9: aload 4 /* field */
            aload 7 /* duplicate */
            invokeinterface com.sun.jdi.Field.equals:(Ljava/lang/Object;)Z
            ifne 13
        10: .line 398
            aload 3 /* ambiguousNames */
            aload 6 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 399
            aload 2 /* visibleTable */
            aload 6 /* name */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 400
            aload 1 /* visibleList */
            aload 7 /* duplicate */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        end local 7 // com.sun.jdi.Field duplicate
        end local 6 // java.lang.String name
        end local 4 // com.sun.jdi.Field field
        13: .line 390
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        14: .line 406
            return
        end local 3 // java.util.List ambiguousNames
        end local 2 // java.util.Map visibleTable
        end local 1 // java.util.List visibleList
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   15     1     visibleList  Ljava/util/List<Lcom/sun/jdi/Field;>;
            0   15     2    visibleTable  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Field;>;
            0   15     3  ambiguousNames  Ljava/util/List<Ljava/lang/String;>;
            2   13     4           field  Lcom/sun/jdi/Field;
            3   13     6            name  Ljava/lang/String;
            5   13     7       duplicate  Lcom/sun/jdi/Field;
    Signature: (Ljava/util/List<Lcom/sun/jdi/Field;>;Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Field;>;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
                Name  Flags
      visibleList     
      visibleTable    
      ambiguousNames  

  public java.util.List<com.sun.jdi.Field> visibleFields();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 415
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* visibleList */
        start local 1 // java.util.List visibleList
         1: .line 416
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* visibleTable */
        start local 2 // java.util.Map visibleTable
         2: .line 419
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* ambiguousNames */
        start local 3 // java.util.List ambiguousNames
         3: .line 422
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.inheritedTypes:()Ljava/util/List;
            astore 4 /* types */
        start local 4 // java.util.List types
         4: .line 423
            aload 4 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         5: .line 424
            goto 8
         6: .line 428
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.Map java.util.List java.util.List java.util.Iterator
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 6 /* type */
        start local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
         7: .line 429
            aload 6 /* type */
            aload 1 /* visibleList */
            aload 2 /* visibleTable */
            aload 3 /* ambiguousNames */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.addVisibleFields:(Ljava/util/List;Ljava/util/Map;Ljava/util/List;)V
        end local 6 // com.sun.tools.jdi.ReferenceTypeImpl type
         8: .line 424
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 436
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.fields:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 6 /* retList */
        start local 6 // java.util.List retList
        10: .line 437
            aload 6 /* retList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 15
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.Map java.util.List java.util.List java.util.Iterator java.util.List top java.util.Iterator
      StackMap stack:
        11: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 7 /* field */
        start local 7 // com.sun.jdi.Field field
        12: .line 438
            aload 2 /* visibleTable */
            aload 7 /* field */
            invokeinterface com.sun.jdi.Field.name:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 9 /* hidden */
        start local 9 // com.sun.jdi.Field hidden
        13: .line 439
            aload 9 /* hidden */
            ifnull 15
        14: .line 440
            aload 1 /* visibleList */
            aload 9 /* hidden */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        end local 9 // com.sun.jdi.Field hidden
        end local 7 // com.sun.jdi.Field field
        15: .line 437
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        16: .line 443
            aload 6 /* retList */
            aload 1 /* visibleList */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        17: .line 444
            aload 6 /* retList */
            areturn
        end local 6 // java.util.List retList
        end local 5 // java.util.Iterator iter
        end local 4 // java.util.List types
        end local 3 // java.util.List ambiguousNames
        end local 2 // java.util.Map visibleTable
        end local 1 // java.util.List visibleList
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1   18     1     visibleList  Ljava/util/List<Lcom/sun/jdi/Field;>;
            2   18     2    visibleTable  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Field;>;
            3   18     3  ambiguousNames  Ljava/util/List<Ljava/lang/String;>;
            4   18     4           types  Ljava/util/List<+Lcom/sun/jdi/ReferenceType;>;
            5   18     5            iter  Ljava/util/Iterator<+Lcom/sun/jdi/ReferenceType;>;
            7    8     6            type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
           10   18     6         retList  Ljava/util/List<Lcom/sun/jdi/Field;>;
           12   15     7           field  Lcom/sun/jdi/Field;
           13   15     9          hidden  Lcom/sun/jdi/Field;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Field;>;

  void addAllFields(java.util.List<com.sun.jdi.Field>, java.util.Set<com.sun.jdi.ReferenceType>);
    descriptor: (Ljava/util/List;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.util.List fieldList
        start local 2 // java.util.Set typeSet
         0: .line 449
            aload 2 /* typeSet */
            aload 0 /* this */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 9
         1: .line 450
            aload 2 /* typeSet */
            aload 0 /* this */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 453
            aload 1 /* fieldList */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.fields:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 456
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.inheritedTypes:()Ljava/util/List;
            astore 3 /* types */
        start local 3 // java.util.List types
         4: .line 457
            aload 3 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         5: .line 458
            goto 8
         6: .line 459
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 5 /* type */
        start local 5 // com.sun.tools.jdi.ReferenceTypeImpl type
         7: .line 460
            aload 5 /* type */
            aload 1 /* fieldList */
            aload 2 /* typeSet */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.addAllFields:(Ljava/util/List;Ljava/util/Set;)V
        end local 5 // com.sun.tools.jdi.ReferenceTypeImpl type
         8: .line 458
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 4 // java.util.Iterator iter
        end local 3 // java.util.List types
         9: .line 463
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Set typeSet
        end local 1 // java.util.List fieldList
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   10     1  fieldList  Ljava/util/List<Lcom/sun/jdi/Field;>;
            0   10     2    typeSet  Ljava/util/Set<Lcom/sun/jdi/ReferenceType;>;
            4    9     3      types  Ljava/util/List<+Lcom/sun/jdi/ReferenceType;>;
            5    9     4       iter  Ljava/util/Iterator<+Lcom/sun/jdi/ReferenceType;>;
            7    8     5       type  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Signature: (Ljava/util/List<Lcom/sun/jdi/Field;>;Ljava/util/Set<Lcom/sun/jdi/ReferenceType;>;)V
    MethodParameters:
           Name  Flags
      fieldList  
      typeSet    

  public java.util.List<com.sun.jdi.Field> allFields();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 465
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* fieldList */
        start local 1 // java.util.List fieldList
         1: .line 466
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* typeSet */
        start local 2 // java.util.Set typeSet
         2: .line 467
            aload 0 /* this */
            aload 1 /* fieldList */
            aload 2 /* typeSet */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.addAllFields:(Ljava/util/List;Ljava/util/Set;)V
         3: .line 468
            aload 1 /* fieldList */
            areturn
        end local 2 // java.util.Set typeSet
        end local 1 // java.util.List fieldList
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    4     1  fieldList  Ljava/util/List<Lcom/sun/jdi/Field;>;
            2    4     2    typeSet  Ljava/util/Set<Lcom/sun/jdi/ReferenceType;>;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Field;>;

  public com.sun.jdi.Field fieldByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Field;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String fieldName
         0: .line 472
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.visibleFields:()Ljava/util/List;
            astore 2 /* searchList */
        start local 2 // java.util.List searchList
         1: .line 474
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 475
      StackMap locals: java.util.List int
      StackMap stack:
            aload 2 /* searchList */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 4 /* f */
        start local 4 // com.sun.jdi.Field f
         4: .line 477
            aload 4 /* f */
            invokeinterface com.sun.jdi.Field.name:()Ljava/lang/String;
            aload 1 /* fieldName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 478
            aload 4 /* f */
            areturn
        end local 4 // com.sun.jdi.Field f
         6: .line 474
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* searchList */
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 482
            aconst_null
            areturn
        end local 2 // java.util.List searchList
        end local 1 // java.lang.String fieldName
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    9     1   fieldName  Ljava/lang/String;
            1    9     2  searchList  Ljava/util/List<Lcom/sun/jdi/Field;>;
            2    8     3           i  I
            4    6     4           f  Lcom/sun/jdi/Field;
    MethodParameters:
           Name  Flags
      fieldName  

  public java.util.List<com.sun.jdi.Method> methods();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 486
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.util.List
      StackMap locals:
      StackMap stack: java.util.List
         2: astore 1 /* methods */
        start local 1 // java.util.List methods
         3: .line 487
            aload 1 /* methods */
            ifnonnull 27
         4: .line 488
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifne 7
         5: .line 489
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods1_4:()Ljava/util/List;
            astore 1 /* methods */
         6: .line 490
            goto 25
         7: .line 494
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$MethodsWithGeneric;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric.declared:[Lcom/sun/tools/jdi/JDWP$ReferenceType$MethodsWithGeneric$MethodInfo;
         8: .line 493
            astore 2 /* declared */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo[] declared
         9: .line 495
            goto 12
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo[] declared
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        10: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
        11: .line 496
            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$ReferenceType$MethodsWithGeneric$MethodInfo[] declared
        12: .line 498
      StackMap locals: com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo[]
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 2 /* declared */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* methods */
        13: .line 499
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: goto 24
        15: .line 501
      StackMap locals: int
      StackMap stack:
            aload 2 /* declared */
            iload 3 /* i */
            aaload
            astore 4 /* mi */
        start local 4 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo mi
        16: .line 503
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
        17: .line 504
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.methodID:J
        18: .line 505
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.name:Ljava/lang/String;
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.signature:Ljava/lang/String;
        19: .line 506
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.genericSignature:Ljava/lang/String;
        20: .line 507
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.modBits:I
        21: .line 503
            invokestatic com.sun.tools.jdi.MethodImpl.createMethodImpl:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Lcom/sun/tools/jdi/MethodImpl;
            astore 5 /* method */
        start local 5 // com.sun.jdi.Method method
        22: .line 508
            aload 1 /* methods */
            aload 5 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Method method
        end local 4 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo mi
        23: .line 499
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 3 /* i */
            aload 2 /* declared */
            arraylength
            if_icmplt 15
        end local 3 // int i
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo[] declared
        25: .line 511
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* methods */
        26: .line 512
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* methods */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
        27: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            areturn
        end local 1 // java.util.List methods
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0      this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3   28     1   methods  Ljava/util/List<Lcom/sun/jdi/Method;>;
            9   10     2  declared  [Lcom/sun/tools/jdi/JDWP$ReferenceType$MethodsWithGeneric$MethodInfo;
           12   25     2  declared  [Lcom/sun/tools/jdi/JDWP$ReferenceType$MethodsWithGeneric$MethodInfo;
           11   12     3       exc  Lcom/sun/tools/jdi/JDWPException;
           14   25     3         i  I
           16   23     4        mi  Lcom/sun/tools/jdi/JDWP$ReferenceType$MethodsWithGeneric$MethodInfo;
           22   23     5    method  Lcom/sun/jdi/Method;
      Exception table:
        from    to  target  type
           7     9      10  Class com.sun.tools.jdi.JDWPException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  private java.util.List<com.sun.jdi.Method> methods1_4();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 522
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Methods.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Methods;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods.declared:[Lcom/sun/tools/jdi/JDWP$ReferenceType$Methods$MethodInfo;
         1: .line 521
            astore 2 /* declared */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[] declared
         2: .line 523
            goto 5
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[] declared
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         3: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         4: .line 524
            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$ReferenceType$Methods$MethodInfo[] declared
         5: .line 526
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl top com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[]
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 2 /* declared */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* methods */
        start local 1 // java.util.List methods
         6: .line 527
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 17
         8: .line 528
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[] int
      StackMap stack:
            aload 2 /* declared */
            iload 3 /* i */
            aaload
            astore 4 /* mi */
        start local 4 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo mi
         9: .line 530
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
        10: .line 531
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.methodID:J
        11: .line 532
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.name:Ljava/lang/String;
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.signature:Ljava/lang/String;
        12: .line 533
            aconst_null
        13: .line 534
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.modBits:I
        14: .line 530
            invokestatic com.sun.tools.jdi.MethodImpl.createMethodImpl:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Lcom/sun/tools/jdi/MethodImpl;
            astore 5 /* method */
        start local 5 // com.sun.jdi.Method method
        15: .line 535
            aload 1 /* methods */
            aload 5 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Method method
        end local 4 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo mi
        16: .line 527
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 2 /* declared */
            arraylength
            if_icmplt 8
        end local 3 // int i
        18: .line 537
            aload 1 /* methods */
            areturn
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[] declared
        end local 1 // java.util.List methods
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            6   19     1   methods  Ljava/util/List<Lcom/sun/jdi/Method;>;
            2    3     2  declared  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Methods$MethodInfo;
            5   19     2  declared  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Methods$MethodInfo;
            4    5     3       exc  Lcom/sun/tools/jdi/JDWPException;
            7   18     3         i  I
            9   16     4        mi  Lcom/sun/tools/jdi/JDWP$ReferenceType$Methods$MethodInfo;
           15   16     5    method  Lcom/sun/jdi/Method;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.jdi.JDWPException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  void addToMethodMap(java.util.Map<java.lang.String, com.sun.jdi.Method>, java.util.List<com.sun.jdi.Method>);
    descriptor: (Ljava/util/Map;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.util.Map methodMap
        start local 2 // java.util.List methodList
         0: .line 545
            aload 2 /* methodList */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Method
            astore 3 /* method */
        start local 3 // com.sun.jdi.Method method
         2: .line 546
            aload 1 /* methodMap */
            aload 3 /* method */
            invokeinterface com.sun.jdi.Method.name:()Ljava/lang/String;
            aload 3 /* method */
            invokeinterface com.sun.jdi.Method.signature:()Ljava/lang/String;
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            aload 3 /* method */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // com.sun.jdi.Method method
         3: .line 545
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 547
            return
        end local 2 // java.util.List methodList
        end local 1 // java.util.Map methodMap
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    5     1   methodMap  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;
            0    5     2  methodList  Ljava/util/List<Lcom/sun/jdi/Method;>;
            2    3     3      method  Lcom/sun/jdi/Method;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;Ljava/util/List<Lcom/sun/jdi/Method;>;)V
    MethodParameters:
            Name  Flags
      methodMap   
      methodList  

  abstract void addVisibleMethods(java.util.Map<java.lang.String, com.sun.jdi.Method>, java.util.Set<com.sun.jdi.InterfaceType>);
    descriptor: (Ljava/util/Map;Ljava/util/Set;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;Ljava/util/Set<Lcom/sun/jdi/InterfaceType;>;)V
    MethodParameters:
                Name  Flags
      methodMap       
      seenInterfaces  

  public java.util.List<com.sun.jdi.Method> visibleMethods();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 557
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 558
            aload 0 /* this */
            aload 1 /* map */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.addVisibleMethods:(Ljava/util/Map;Ljava/util/Set;)V
         2: .line 566
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.allMethods:()Ljava/util/List;
            astore 2 /* list */
        start local 2 // java.util.List list
         3: .line 567
            aload 2 /* list */
            new java.util.HashSet
            dup
            aload 1 /* map */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
            pop
         4: .line 568
            aload 2 /* list */
            areturn
        end local 2 // java.util.List list
        end local 1 // java.util.Map map
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    5     1   map  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;
            3    5     2  list  Ljava/util/List<Lcom/sun/jdi/Method;>;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  public abstract java.util.List<com.sun.jdi.Method> allMethods();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  public java.util.List<com.sun.jdi.Method> methodsByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String name
         0: .line 574
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.visibleMethods:()Ljava/util/List;
            astore 2 /* methods */
        start local 2 // java.util.List methods
         1: .line 575
            new java.util.ArrayList
            dup
            aload 2 /* methods */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* retList */
        start local 3 // java.util.ArrayList retList
         2: .line 576
            aload 2 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.util.List java.util.ArrayList top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Method
            astore 4 /* candidate */
        start local 4 // com.sun.jdi.Method candidate
         4: .line 577
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 578
            aload 3 /* retList */
            aload 4 /* candidate */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.jdi.Method candidate
         6: .line 576
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 581
            aload 3 /* retList */
            invokevirtual java.util.ArrayList.trimToSize:()V
         8: .line 582
            aload 3 /* retList */
            areturn
        end local 3 // java.util.ArrayList retList
        end local 2 // java.util.List methods
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    9     1       name  Ljava/lang/String;
            1    9     2    methods  Ljava/util/List<Lcom/sun/jdi/Method;>;
            2    9     3    retList  Ljava/util/ArrayList<Lcom/sun/jdi/Method;>;
            4    6     4  candidate  Lcom/sun/jdi/Method;
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Method;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<com.sun.jdi.Method> methodsByName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String signature
         0: .line 586
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.visibleMethods:()Ljava/util/List;
            astore 3 /* methods */
        start local 3 // java.util.List methods
         1: .line 587
            new java.util.ArrayList
            dup
            aload 3 /* methods */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* retList */
        start local 4 // java.util.ArrayList retList
         2: .line 588
            aload 3 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.String java.util.List java.util.ArrayList top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Method
            astore 5 /* candidate */
        start local 5 // com.sun.jdi.Method candidate
         4: .line 589
            aload 5 /* candidate */
            invokeinterface com.sun.jdi.Method.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 590
            aload 5 /* candidate */
            invokeinterface com.sun.jdi.Method.signature:()Ljava/lang/String;
            aload 2 /* signature */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 591
            aload 4 /* retList */
            aload 5 /* candidate */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Method candidate
         7: .line 588
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 594
            aload 4 /* retList */
            invokevirtual java.util.ArrayList.trimToSize:()V
         9: .line 595
            aload 4 /* retList */
            areturn
        end local 4 // java.util.ArrayList retList
        end local 3 // java.util.List methods
        end local 2 // java.lang.String signature
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   10     1       name  Ljava/lang/String;
            0   10     2  signature  Ljava/lang/String;
            1   10     3    methods  Ljava/util/List<Lcom/sun/jdi/Method;>;
            2   10     4    retList  Ljava/util/ArrayList<Lcom/sun/jdi/Method;>;
            4    7     5  candidate  Lcom/sun/jdi/Method;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Method;>;
    MethodParameters:
           Name  Flags
      name       
      signature  

  java.util.List<com.sun.jdi.InterfaceType> getInterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 602
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Interfaces.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Interfaces;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Interfaces.interfaces:[Lcom/sun/tools/jdi/InterfaceTypeImpl;
         1: .line 601
            astore 1 /* intfs */
        start local 1 // com.sun.tools.jdi.InterfaceTypeImpl[] intfs
         2: .line 603
            goto 5
        end local 1 // com.sun.tools.jdi.InterfaceTypeImpl[] intfs
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         3: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         4: .line 604
            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.InterfaceTypeImpl[] intfs
         5: .line 606
      StackMap locals: com.sun.tools.jdi.InterfaceTypeImpl[]
      StackMap stack:
            aload 1 /* intfs */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 1 // com.sun.tools.jdi.InterfaceTypeImpl[] intfs
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            2    3     1  intfs  [Lcom/sun/tools/jdi/InterfaceTypeImpl;
            5    6     1  intfs  [Lcom/sun/tools/jdi/InterfaceTypeImpl;
            4    5     2    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.jdi.JDWPException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.ReferenceType> nestedTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 610
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.allClasses:()Ljava/util/List;
            astore 1 /* all */
        start local 1 // java.util.List all
         1: .line 611
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* nested */
        start local 2 // java.util.List nested
         2: .line 612
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.name:()Ljava/lang/String;
            astore 3 /* outername */
        start local 3 // java.lang.String outername
         3: .line 613
            aload 3 /* outername */
            invokevirtual java.lang.String.length:()I
            istore 4 /* outerlen */
        start local 4 // int outerlen
         4: .line 614
            aload 1 /* all */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         5: .line 615
            goto 13
         6: .line 616
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.List java.lang.String int java.util.Iterator
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 6 /* refType */
        start local 6 // com.sun.jdi.ReferenceType refType
         7: .line 617
            aload 6 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         8: .line 618
            aload 7 /* name */
            invokevirtual java.lang.String.length:()I
            istore 8 /* len */
        start local 8 // int len
         9: .line 620
            iload 8 /* len */
            iload 4 /* outerlen */
            if_icmple 13
            aload 7 /* name */
            aload 3 /* outername */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 13
        10: .line 621
            aload 7 /* name */
            iload 4 /* outerlen */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        start local 9 // char c
        11: .line 622
            iload 9 /* c */
            bipush 36
            if_icmpeq 12
            iload 9 /* c */
            bipush 35
            if_icmpne 13
        12: .line 623
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.List java.lang.String int java.util.Iterator com.sun.jdi.ReferenceType java.lang.String int int
      StackMap stack:
            aload 2 /* nested */
            aload 6 /* refType */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // char c
        end local 8 // int len
        end local 7 // java.lang.String name
        end local 6 // com.sun.jdi.ReferenceType refType
        13: .line 615
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List java.util.List java.lang.String int java.util.Iterator
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 627
            aload 2 /* nested */
            areturn
        end local 5 // java.util.Iterator iter
        end local 4 // int outerlen
        end local 3 // java.lang.String outername
        end local 2 // java.util.List nested
        end local 1 // java.util.List all
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1   15     1        all  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            2   15     2     nested  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            3   15     3  outername  Ljava/lang/String;
            4   15     4   outerlen  I
            5   15     5       iter  Ljava/util/Iterator<Lcom/sun/jdi/ReferenceType;>;
            7   13     6    refType  Lcom/sun/jdi/ReferenceType;
            8   13     7       name  Ljava/lang/String;
            9   13     8        len  I
           11   13     9          c  C
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;

  public com.sun.jdi.Value getValue(com.sun.jdi.Field);
    descriptor: (Lcom/sun/jdi/Field;)Lcom/sun/jdi/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.Field sig
         0: .line 631
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* list */
        start local 2 // java.util.List list
         1: .line 632
            aload 2 /* list */
            aload 1 /* sig */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 633
            aload 0 /* this */
            aload 2 /* list */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getValues:(Ljava/util/List;)Ljava/util/Map;
            astore 3 /* map */
        start local 3 // java.util.Map map
         3: .line 634
            aload 3 /* map */
            aload 1 /* sig */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.jdi.Value
            areturn
        end local 3 // java.util.Map map
        end local 2 // java.util.List list
        end local 1 // com.sun.jdi.Field sig
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1   sig  Lcom/sun/jdi/Field;
            1    4     2  list  Ljava/util/List<Lcom/sun/jdi/Field;>;
            3    4     3   map  Ljava/util/Map<Lcom/sun/jdi/Field;Lcom/sun/jdi/Value;>;
    MethodParameters:
      Name  Flags
      sig   

  void validateFieldAccess(com.sun.jdi.Field);
    descriptor: (Lcom/sun/jdi/Field;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.Field field
         0: .line 643
            aload 1 /* field */
            invokeinterface com.sun.jdi.Field.declaringType:()Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* declType */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
         1: .line 644
            aload 2 /* declType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ReferenceType;)Z
            ifne 3
         2: .line 645
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid field"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 647
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
        end local 1 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1     field  Lcom/sun/jdi/Field;
            1    4     2  declType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
       Name  Flags
      field  

  void validateFieldSet(com.sun.jdi.Field);
    descriptor: (Lcom/sun/jdi/Field;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.Field field
         0: .line 650
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateFieldAccess:(Lcom/sun/jdi/Field;)V
         1: .line 651
            aload 1 /* field */
            invokeinterface com.sun.jdi.Field.isFinal:()Z
            ifeq 3
         2: .line 652
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot set value of final field"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 654
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1  field  Lcom/sun/jdi/Field;
    MethodParameters:
       Name  Flags
      field  

  public java.util.Map<com.sun.jdi.Field, com.sun.jdi.Value> getValues(java.util.List<? extends com.sun.jdi.Field>);
    descriptor: (Ljava/util/List;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.util.List theFields
         0: .line 660
            aload 0 /* this */
            aload 1 /* theFields */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateMirrors:(Ljava/util/Collection;)V
         1: .line 662
            aload 1 /* theFields */
            invokeinterface java.util.List.size:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 664
            iload 2 /* size */
            anewarray com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field
         3: .line 663
            astore 3 /* queryFields */
        start local 3 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field[] queryFields
         4: .line 666
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 16
         6: .line 667
      StackMap locals: int com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field[] int
      StackMap stack:
            aload 1 /* theFields */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.FieldImpl
            astore 5 /* field */
        start local 5 // com.sun.tools.jdi.FieldImpl field
         7: .line 669
            aload 0 /* this */
            aload 5 /* field */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateFieldAccess:(Lcom/sun/jdi/Field;)V
         8: .line 672
            aload 5 /* field */
            invokevirtual com.sun.tools.jdi.FieldImpl.isStatic:()Z
            ifne 12
         9: .line 673
            new java.lang.IllegalArgumentException
            dup
        10: .line 674
            ldc "Attempt to use non-static field with ReferenceType"
        11: .line 673
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 676
      StackMap locals: com.sun.tools.jdi.FieldImpl
      StackMap stack:
            aload 3 /* queryFields */
            iload 4 /* i */
            new com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field
            dup
        13: .line 677
            aload 5 /* field */
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
            invokespecial com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field.<init>:(J)V
        14: .line 676
            aastore
        end local 5 // com.sun.tools.jdi.FieldImpl field
        15: .line 666
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            iload 2 /* size */
            if_icmplt 6
        end local 4 // int i
        17: .line 680
            new java.util.HashMap
            dup
            iload 2 /* size */
            invokespecial java.util.HashMap.<init>:(I)V
            astore 4 /* map */
        start local 4 // java.util.Map map
        18: .line 685
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 3 /* queryFields */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$GetValues.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;[Lcom/sun/tools/jdi/JDWP$ReferenceType$GetValues$Field;)Lcom/sun/tools/jdi/JDWP$ReferenceType$GetValues;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$GetValues.values:[Lcom/sun/tools/jdi/ValueImpl;
        19: .line 684
            astore 5 /* values */
        start local 5 // com.sun.tools.jdi.ValueImpl[] values
        20: .line 686
            goto 23
        end local 5 // com.sun.tools.jdi.ValueImpl[] values
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.util.List int com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field[] java.util.Map
      StackMap stack: com.sun.tools.jdi.JDWPException
        21: astore 6 /* exc */
        start local 6 // com.sun.tools.jdi.JDWPException exc
        22: .line 687
            aload 6 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 6 // com.sun.tools.jdi.JDWPException exc
        start local 5 // com.sun.tools.jdi.ValueImpl[] values
        23: .line 690
      StackMap locals: com.sun.tools.jdi.ValueImpl[]
      StackMap stack:
            iload 2 /* size */
            aload 5 /* values */
            arraylength
            if_icmpeq 27
        24: .line 691
            new com.sun.jdi.InternalException
            dup
        25: .line 692
            ldc "Wrong number of values returned from target VM"
        26: .line 691
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 694
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        28: goto 32
        29: .line 695
      StackMap locals: int
      StackMap stack:
            aload 1 /* theFields */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.tools.jdi.FieldImpl
            astore 7 /* field */
        start local 7 // com.sun.tools.jdi.FieldImpl field
        30: .line 696
            aload 4 /* map */
            aload 7 /* field */
            aload 5 /* values */
            iload 6 /* i */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // com.sun.tools.jdi.FieldImpl field
        31: .line 694
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 6 /* i */
            iload 2 /* size */
            if_icmplt 29
        end local 6 // int i
        33: .line 699
            aload 4 /* map */
            areturn
        end local 5 // com.sun.tools.jdi.ValueImpl[] values
        end local 4 // java.util.Map map
        end local 3 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field[] queryFields
        end local 2 // int size
        end local 1 // java.util.List theFields
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   34     0         this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   34     1    theFields  Ljava/util/List<+Lcom/sun/jdi/Field;>;
            2   34     2         size  I
            4   34     3  queryFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$GetValues$Field;
            5   17     4            i  I
            7   15     5        field  Lcom/sun/tools/jdi/FieldImpl;
           18   34     4          map  Ljava/util/Map<Lcom/sun/jdi/Field;Lcom/sun/jdi/Value;>;
           20   21     5       values  [Lcom/sun/tools/jdi/ValueImpl;
           23   34     5       values  [Lcom/sun/tools/jdi/ValueImpl;
           22   23     6          exc  Lcom/sun/tools/jdi/JDWPException;
           28   33     6            i  I
           30   31     7        field  Lcom/sun/tools/jdi/FieldImpl;
      Exception table:
        from    to  target  type
          18    20      21  Class com.sun.tools.jdi.JDWPException
    Signature: (Ljava/util/List<+Lcom/sun/jdi/Field;>;)Ljava/util/Map<Lcom/sun/jdi/Field;Lcom/sun/jdi/Value;>;
    MethodParameters:
           Name  Flags
      theFields  

  public com.sun.jdi.ClassObjectReference classObject();
    descriptor: ()Lcom/sun/jdi/ClassObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 703
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
            ifnonnull 13
         1: .line 706
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 707
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
            ifnonnull 9
         3: .line 709
            aload 0 /* this */
         4: .line 710
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$ClassObject.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$ClassObject;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ClassObject.classObject:Lcom/sun/tools/jdi/ClassObjectReferenceImpl;
         5: .line 709
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
         6: .line 711
            goto 9
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         8: .line 712
            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 706
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 1
            monitorexit
        12: athrow
        13: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            8    9     2   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           3     6       7  Class com.sun.tools.jdi.JDWPException
           2    10      11  any
          11    12      11  any

  com.sun.tools.jdi.SDE$Stratum stratum(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String stratumID
         0: .line 721
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.sourceDebugExtensionInfo:()Lcom/sun/tools/jdi/SDE;
            astore 2 /* sde */
        start local 2 // com.sun.tools.jdi.SDE sde
         1: .line 722
            aload 2 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifne 3
         2: .line 723
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            astore 2 /* sde */
         3: .line 725
      StackMap locals: com.sun.tools.jdi.SDE
      StackMap stack:
            aload 2 /* sde */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.SDE.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            areturn
        end local 2 // com.sun.tools.jdi.SDE sde
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1  stratumID  Ljava/lang/String;
            1    4     2        sde  Lcom/sun/tools/jdi/SDE;
    MethodParameters:
           Name  Flags
      stratumID  

  public java.lang.String sourceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 729
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getDefaultStratum:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.sourceNames:(Ljava/lang/String;)Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  public java.util.List<java.lang.String> sourceNames(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String stratumID
         0: .line 734
            aload 0 /* this */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            astore 2 /* stratum */
        start local 2 // com.sun.tools.jdi.SDE$Stratum stratum
         1: .line 735
            aload 2 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 5
         2: .line 736
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* result */
        start local 3 // java.util.List result
         3: .line 737
            aload 3 /* result */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 738
            aload 3 /* result */
            areturn
        end local 3 // java.util.List result
         5: .line 740
      StackMap locals: com.sun.tools.jdi.SDE$Stratum
      StackMap stack:
            aload 2 /* stratum */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.sourceNames:(Lcom/sun/tools/jdi/ReferenceTypeImpl;)Ljava/util/List;
            areturn
        end local 2 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    6     1  stratumID  Ljava/lang/String;
            1    6     2    stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            3    5     3     result  Ljava/util/List<Ljava/lang/String;>;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
           Name  Flags
      stratumID  

  public java.util.List<java.lang.String> sourcePaths(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String stratumID
         0: .line 745
            aload 0 /* this */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            astore 2 /* stratum */
        start local 2 // com.sun.tools.jdi.SDE$Stratum stratum
         1: .line 746
            aload 2 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 5
         2: .line 747
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* result */
        start local 3 // java.util.List result
         3: .line 748
            aload 3 /* result */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 749
            aload 3 /* result */
            areturn
        end local 3 // java.util.List result
         5: .line 751
      StackMap locals: com.sun.tools.jdi.SDE$Stratum
      StackMap stack:
            aload 2 /* stratum */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.sourcePaths:(Lcom/sun/tools/jdi/ReferenceTypeImpl;)Ljava/util/List;
            areturn
        end local 2 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    6     1  stratumID  Ljava/lang/String;
            1    6     2    stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            3    5     3     result  Ljava/util/List<Ljava/lang/String;>;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
           Name  Flags
      stratumID  

  java.lang.String baseSourceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 755
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
            astore 1 /* bsn */
        start local 1 // java.lang.String bsn
         1: .line 756
            aload 1 /* bsn */
            ifnonnull 11
         2: .line 761
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$SourceFile.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$SourceFile;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$SourceFile.sourceFile:Ljava/lang/String;
         3: .line 760
            astore 1 /* bsn */
         4: .line 762
            goto 10
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         6: .line 763
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 9
         7: .line 764
            ldc "**ABSENT_BASE_SOURCE_NAME**"
            astore 1 /* bsn */
         8: .line 765
            goto 10
         9: .line 766
      StackMap locals: com.sun.tools.jdi.JDWPException
      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
        10: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bsn */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
        11: .line 771
      StackMap locals:
      StackMap stack:
            aload 1 /* bsn */
            ldc "**ABSENT_BASE_SOURCE_NAME**"
            if_acmpne 13
        12: .line 772
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        13: .line 774
      StackMap locals:
      StackMap stack:
            aload 1 /* bsn */
            areturn
        end local 1 // java.lang.String bsn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1   14     1   bsn  Ljava/lang/String;
            6   10     2   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     4       5  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  java.lang.String baseSourcePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 778
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
            astore 1 /* bsp */
        start local 1 // java.lang.String bsp
         1: .line 779
            aload 1 /* bsp */
            ifnonnull 4
         2: .line 780
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* bsp */
         3: .line 781
            aload 0 /* this */
            aload 1 /* bsp */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         4: .line 783
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* bsp */
            areturn
        end local 1 // java.lang.String bsp
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    5     1   bsp  Ljava/lang/String;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  java.lang.String baseSourceDir();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 787
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
            ifnonnull 11
         1: .line 788
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.name:()Ljava/lang/String;
            astore 1 /* typeName */
        start local 1 // java.lang.String typeName
         2: .line 789
            new java.lang.StringBuilder
            dup
            aload 1 /* typeName */
            invokevirtual java.lang.String.length:()I
            bipush 10
            iadd
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         3: .line 790
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         4: .line 793
            goto 8
        start local 4 // int nextIndex
         5: .line 794
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.StringBuilder int int
      StackMap stack:
            aload 2 /* sb */
            aload 1 /* typeName */
            iload 3 /* index */
            iload 4 /* nextIndex */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 795
            aload 2 /* sb */
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         7: .line 796
            iload 4 /* nextIndex */
            iconst_1
            iadd
            istore 3 /* index */
        end local 4 // int nextIndex
         8: .line 793
      StackMap locals:
      StackMap stack:
            aload 1 /* typeName */
            bipush 46
            iload 3 /* index */
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 4 /* nextIndex */
        start local 4 // int nextIndex
         9: ifgt 5
        10: .line 798
            aload 0 /* this */
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
        end local 4 // int nextIndex
        end local 3 // int index
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.String typeName
        11: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            2   11     1   typeName  Ljava/lang/String;
            3   11     2         sb  Ljava/lang/StringBuilder;
            4   11     3      index  I
            5    8     4  nextIndex  I
            9   11     4  nextIndex  I

  public java.lang.String sourceDebugExtension();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 805
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetSourceDebugExtension:()Z
            ifne 2
         1: .line 806
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.sourceDebugExtensionInfo:()Lcom/sun/tools/jdi/SDE;
            astore 1 /* sde */
        start local 1 // com.sun.tools.jdi.SDE sde
         3: .line 809
            aload 1 /* sde */
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            if_acmpne 5
         4: .line 810
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         5: .line 812
      StackMap locals: com.sun.tools.jdi.SDE
      StackMap stack:
            aload 1 /* sde */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            areturn
        end local 1 // com.sun.tools.jdi.SDE sde
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    6     1   sde  Lcom/sun/tools/jdi/SDE;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  private com.sun.tools.jdi.SDE sourceDebugExtensionInfo();
    descriptor: ()Lcom/sun/tools/jdi/SDE;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 816
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetSourceDebugExtension:()Z
            ifne 2
         1: .line 817
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            areturn
         2: .line 819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.SDE
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.SDE
         4: astore 1 /* sde */
        start local 1 // com.sun.tools.jdi.SDE sde
         5: .line 820
            aload 1 /* sde */
            ifnonnull 19
         6: .line 821
            aconst_null
            astore 2 /* extension */
        start local 2 // java.lang.String extension
         7: .line 824
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$SourceDebugExtension.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$SourceDebugExtension;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$SourceDebugExtension.extension:Ljava/lang/String;
         8: .line 823
            astore 2 /* extension */
         9: .line 825
            goto 14
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.tools.jdi.SDE java.lang.String
      StackMap stack: com.sun.tools.jdi.JDWPException
        10: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
        11: .line 826
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpeq 14
        12: .line 827
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
        13: .line 828
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.sun.tools.jdi.JDWPException exc
        14: .line 831
      StackMap locals:
      StackMap stack:
            aload 2 /* extension */
            ifnonnull 17
        15: .line 832
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            astore 1 /* sde */
        16: .line 833
            goto 18
        17: .line 834
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.SDE
            dup
            aload 2 /* extension */
            invokespecial com.sun.tools.jdi.SDE.<init>:(Ljava/lang/String;)V
            astore 1 /* sde */
        18: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* sde */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
        end local 2 // java.lang.String extension
        19: .line 838
      StackMap locals:
      StackMap stack:
            aload 1 /* sde */
            areturn
        end local 1 // com.sun.tools.jdi.SDE sde
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            5   20     1        sde  Lcom/sun/tools/jdi/SDE;
            7   19     2  extension  Ljava/lang/String;
           11   14     3        exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           7     9      10  Class com.sun.tools.jdi.JDWPException

  public java.util.List<java.lang.String> availableStrata();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 842
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.sourceDebugExtensionInfo:()Lcom/sun/tools/jdi/SDE;
            astore 1 /* sde */
        start local 1 // com.sun.tools.jdi.SDE sde
         1: .line 843
            aload 1 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifeq 3
         2: .line 844
            aload 1 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.availableStrata:()Ljava/util/List;
            areturn
         3: .line 846
      StackMap locals: com.sun.tools.jdi.SDE
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* strata */
        start local 2 // java.util.List strata
         4: .line 847
            aload 2 /* strata */
            ldc "Java"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 848
            aload 2 /* strata */
            areturn
        end local 2 // java.util.List strata
        end local 1 // com.sun.tools.jdi.SDE sde
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    6     1     sde  Lcom/sun/tools/jdi/SDE;
            4    6     2  strata  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.lang.String defaultStratum();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 856
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.sourceDebugExtensionInfo:()Lcom/sun/tools/jdi/SDE;
            astore 1 /* sdei */
        start local 1 // com.sun.tools.jdi.SDE sdei
         1: .line 857
            aload 1 /* sdei */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifeq 3
         2: .line 858
            aload 1 /* sdei */
            getfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
            areturn
         3: .line 860
      StackMap locals: com.sun.tools.jdi.SDE
      StackMap stack:
            ldc "Java"
            areturn
        end local 1 // com.sun.tools.jdi.SDE sdei
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    4     1  sdei  Lcom/sun/tools/jdi/SDE;

  public int modifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 865
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 866
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public java.util.List<com.sun.jdi.Location> allLineLocations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 873
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getDefaultStratum:()Ljava/lang/String;
            aconst_null
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.allLineLocations:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Location;>;

  public java.util.List<com.sun.jdi.Location> allLineLocations(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String stratumID
        start local 2 // java.lang.String sourceName
         0: .line 878
            iconst_0
            istore 3 /* someAbsent */
        start local 3 // boolean someAbsent
         1: .line 879
            aload 0 /* this */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            astore 4 /* stratum */
        start local 4 // com.sun.tools.jdi.SDE$Stratum stratum
         2: .line 880
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* list */
        start local 5 // java.util.List list
         3: .line 882
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6 /* iter */
        start local 6 // java.util.Iterator iter
         4: goto 12
         5: .line 883
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.String int com.sun.tools.jdi.SDE$Stratum java.util.List java.util.Iterator
      StackMap stack:
            aload 6 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.MethodImpl
            astore 7 /* method */
        start local 7 // com.sun.tools.jdi.MethodImpl method
         6: .line 885
            aload 5 /* list */
         7: .line 886
            aload 7 /* method */
            aload 4 /* stratum */
            aload 2 /* sourceName */
            invokevirtual com.sun.tools.jdi.MethodImpl.allLineLocations:(Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
         8: .line 885
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         9: .line 887
            goto 12
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.String int com.sun.tools.jdi.SDE$Stratum java.util.List java.util.Iterator com.sun.tools.jdi.MethodImpl
      StackMap stack: com.sun.jdi.AbsentInformationException
        10: pop
        11: .line 888
            iconst_1
            istore 3 /* someAbsent */
        end local 7 // com.sun.tools.jdi.MethodImpl method
        12: .line 882
      StackMap locals:
      StackMap stack:
            aload 6 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 6 // java.util.Iterator iter
        13: .line 896
            iload 3 /* someAbsent */
            ifeq 15
            aload 5 /* list */
            invokeinterface java.util.List.size:()I
            ifne 15
        14: .line 897
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        15: .line 899
      StackMap locals:
      StackMap stack:
            aload 5 /* list */
            areturn
        end local 5 // java.util.List list
        end local 4 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 3 // boolean someAbsent
        end local 2 // java.lang.String sourceName
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   16     1   stratumID  Ljava/lang/String;
            0   16     2  sourceName  Ljava/lang/String;
            1   16     3  someAbsent  Z
            2   16     4     stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            3   16     5        list  Ljava/util/List<Lcom/sun/jdi/Location;>;
            4   13     6        iter  Ljava/util/Iterator<Lcom/sun/jdi/Method;>;
            6   12     7      method  Lcom/sun/tools/jdi/MethodImpl;
      Exception table:
        from    to  target  type
           6     9      10  Class com.sun.jdi.AbsentInformationException
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratumID   
      sourceName  

  public java.util.List<com.sun.jdi.Location> locationsOfLine(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // int lineNumber
         0: .line 904
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.getDefaultStratum:()Ljava/lang/String;
         1: .line 905
            aconst_null
         2: .line 906
            iload 1 /* lineNumber */
         3: .line 904
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.locationsOfLine:(Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List;
            areturn
        end local 1 // int lineNumber
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1  lineNumber  I
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (I)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      lineNumber  

  public java.util.List<com.sun.jdi.Location> locationsOfLine(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=4
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String stratumID
        start local 2 // java.lang.String sourceName
        start local 3 // int lineNumber
         0: .line 914
            iconst_0
            istore 4 /* someAbsent */
        start local 4 // boolean someAbsent
         1: .line 916
            iconst_0
            istore 5 /* somePresent */
        start local 5 // boolean somePresent
         2: .line 917
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods:()Ljava/util/List;
            astore 6 /* methods */
        start local 6 // java.util.List methods
         3: .line 918
            aload 0 /* this */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            astore 7 /* stratum */
        start local 7 // com.sun.tools.jdi.SDE$Stratum stratum
         4: .line 920
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* list */
        start local 8 // java.util.List list
         5: .line 922
            aload 6 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9 /* iter */
        start local 9 // java.util.Iterator iter
         6: .line 923
            goto 20
         7: .line 924
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.String int int int java.util.List com.sun.tools.jdi.SDE$Stratum java.util.List java.util.Iterator
      StackMap stack:
            aload 9 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.MethodImpl
            astore 10 /* method */
        start local 10 // com.sun.tools.jdi.MethodImpl method
         8: .line 927
            aload 10 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.isAbstract:()Z
            ifne 20
         9: .line 928
            aload 10 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.isNative:()Z
            ifne 20
        10: .line 930
            aload 8 /* list */
        11: .line 931
            aload 10 /* method */
            aload 7 /* stratum */
        12: .line 932
            aload 2 /* sourceName */
        13: .line 933
            iload 3 /* lineNumber */
        14: .line 931
            invokevirtual com.sun.tools.jdi.MethodImpl.locationsOfLine:(Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List;
        15: .line 930
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        16: .line 934
            iconst_1
            istore 5 /* somePresent */
        17: .line 935
            goto 20
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.String int int int java.util.List com.sun.tools.jdi.SDE$Stratum java.util.List java.util.Iterator com.sun.tools.jdi.MethodImpl
      StackMap stack: com.sun.jdi.AbsentInformationException
        18: pop
        19: .line 936
            iconst_1
            istore 4 /* someAbsent */
        end local 10 // com.sun.tools.jdi.MethodImpl method
        20: .line 923
      StackMap locals:
      StackMap stack:
            aload 9 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        21: .line 940
            iload 4 /* someAbsent */
            ifeq 23
            iload 5 /* somePresent */
            ifne 23
        22: .line 941
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        23: .line 943
      StackMap locals:
      StackMap stack:
            aload 8 /* list */
            areturn
        end local 9 // java.util.Iterator iter
        end local 8 // java.util.List list
        end local 7 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 6 // java.util.List methods
        end local 5 // boolean somePresent
        end local 4 // boolean someAbsent
        end local 3 // int lineNumber
        end local 2 // java.lang.String sourceName
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   24     1    stratumID  Ljava/lang/String;
            0   24     2   sourceName  Ljava/lang/String;
            0   24     3   lineNumber  I
            1   24     4   someAbsent  Z
            2   24     5  somePresent  Z
            3   24     6      methods  Ljava/util/List<Lcom/sun/jdi/Method;>;
            4   24     7      stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            5   24     8         list  Ljava/util/List<Lcom/sun/jdi/Location;>;
            6   24     9         iter  Ljava/util/Iterator<Lcom/sun/jdi/Method;>;
            8   20    10       method  Lcom/sun/tools/jdi/MethodImpl;
      Exception table:
        from    to  target  type
          10    17      18  Class com.sun.jdi.AbsentInformationException
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratumID   
      sourceName  
      lineNumber  

  public java.util.List<com.sun.jdi.ObjectReference> instances(long);
    descriptor: (J)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // long maxInstances
         0: .line 947
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetInstanceInfo:()Z
            ifne 4
         1: .line 948
            new java.lang.UnsupportedOperationException
            dup
         2: .line 949
            ldc "target does not support getting instances"
         3: .line 948
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 952
      StackMap locals:
      StackMap stack:
            lload 1 /* maxInstances */
            lconst_0
            lcmp
            ifge 8
         5: .line 953
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "maxInstances is less than zero: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 954
            lload 1 /* maxInstances */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 953
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 956
      StackMap locals:
      StackMap stack:
            lload 1 /* maxInstances */
            ldc 2147483647
            lcmp
            ifle 10
         9: .line 957
            ldc 2147483647
            goto 11
      StackMap locals:
      StackMap stack:
        10: lload 1 /* maxInstances */
            l2i
        11: .line 956
      StackMap locals:
      StackMap stack: int
            istore 3 /* intMax */
        start local 3 // int intMax
        12: .line 963
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            iload 3 /* intMax */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Instances.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;I)Lcom/sun/tools/jdi/JDWP$ReferenceType$Instances;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Instances.instances:[Lcom/sun/tools/jdi/ObjectReferenceImpl;
        13: .line 961
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        14: areturn
        15: .line 964
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl long int
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 4 /* exc */
        start local 4 // com.sun.tools.jdi.JDWPException exc
        16: .line 965
            aload 4 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 4 // com.sun.tools.jdi.JDWPException exc
        end local 3 // int intMax
        end local 1 // long maxInstances
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   17     1  maxInstances  J
           12   17     3        intMax  I
           16   17     4           exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
          12    14      15  Class com.sun.tools.jdi.JDWPException
    Signature: (J)Ljava/util/List<Lcom/sun/jdi/ObjectReference;>;
    MethodParameters:
              Name  Flags
      maxInstances  

  private void getClassFileVersion();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 970
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetClassFileVersion:()Z
            ifne 2
         1: .line 971
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
            ifeq 4
         3: .line 975
            return
         4: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$ClassFileVersion;
            astore 1 /* classFileVersion */
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion classFileVersion
         5: .line 979
            goto 13
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion classFileVersion
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 980
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 12
         8: .line 981
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.majorVersion:I
         9: .line 982
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.minorVersion:I
        10: .line 983
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        11: .line 984
            return
        12: .line 986
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl top com.sun.tools.jdi.JDWPException
      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
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion classFileVersion
        13: .line 989
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classFileVersion */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion.majorVersion:I
            putfield com.sun.tools.jdi.ReferenceTypeImpl.majorVersion:I
        14: .line 990
            aload 0 /* this */
            aload 1 /* classFileVersion */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion.minorVersion:I
            putfield com.sun.tools.jdi.ReferenceTypeImpl.minorVersion:I
        15: .line 991
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        16: .line 993
            return
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion classFileVersion
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            5    6     1  classFileVersion  Lcom/sun/tools/jdi/JDWP$ReferenceType$ClassFileVersion;
           13   17     1  classFileVersion  Lcom/sun/tools/jdi/JDWP$ReferenceType$ClassFileVersion;
            7   13     2               exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           4     5       6  Class com.sun.tools.jdi.JDWPException

  public int majorVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 997
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getClassFileVersion:()V
         1: .line 998
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 999
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 1001
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.majorVersion:I
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1   exc  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException

  public int minorVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1006
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getClassFileVersion:()V
         1: .line 1007
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 1008
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.minorVersion:I
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1   exc  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException

  private byte[] getConstantPoolInfo();
    descriptor: ()[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1015
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGetConstantPool:()Z
            ifne 2
         1: .line 1016
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
            ifeq 8
         3: .line 1019
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
            ifnonnull 5
         4: .line 1020
            aconst_null
            areturn
         5: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* cpbytes */
        start local 2 // byte[] cpbytes
         6: .line 1023
            aload 2 /* cpbytes */
            ifnull 8
         7: .line 1024
            aload 2 /* cpbytes */
            areturn
        end local 2 // byte[] cpbytes
         8: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$ConstantPool;
            astore 1 /* jdwpCPool */
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool jdwpCPool
         9: .line 1030
            goto 17
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool jdwpCPool
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        10: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
        11: .line 1031
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 16
        12: .line 1032
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constanPoolCount:I
        13: .line 1033
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
        14: .line 1034
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        15: .line 1035
            aconst_null
            areturn
        16: .line 1037
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl top com.sun.tools.jdi.JDWPException
      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
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool jdwpCPool
        17: .line 1041
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool
      StackMap stack:
            aload 0 /* this */
            aload 1 /* jdwpCPool */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool.count:I
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constanPoolCount:I
        18: .line 1042
            aload 1 /* jdwpCPool */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool.bytes:[B
            astore 2 /* cpbytes */
        start local 2 // byte[] cpbytes
        19: .line 1043
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 2 /* cpbytes */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
        20: .line 1044
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        21: .line 1045
            aload 2 /* cpbytes */
            areturn
        end local 2 // byte[] cpbytes
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool jdwpCPool
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            9   10     1  jdwpCPool  Lcom/sun/tools/jdi/JDWP$ReferenceType$ConstantPool;
           17   22     1  jdwpCPool  Lcom/sun/tools/jdi/JDWP$ReferenceType$ConstantPool;
            6    8     2    cpbytes  [B
           11   17     2        exc  Lcom/sun/tools/jdi/JDWPException;
           19   22     2    cpbytes  [B
      Exception table:
        from    to  target  type
           8     9      10  Class com.sun.tools.jdi.JDWPException

  public int constantPoolCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1050
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getConstantPoolInfo:()[B
            pop
         1: .line 1051
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 1052
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 1054
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constanPoolCount:I
            ireturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1   exc  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException

  public byte[] constantPool();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1060
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getConstantPoolInfo:()[B
            astore 1 /* cpbytes */
        start local 1 // byte[] cpbytes
         1: .line 1061
            goto 4
        end local 1 // byte[] cpbytes
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 2 /* exc */
        start local 2 // java.lang.RuntimeException exc
         3: .line 1062
            aload 2 /* exc */
            athrow
        end local 2 // java.lang.RuntimeException exc
        start local 1 // byte[] cpbytes
         4: .line 1064
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* cpbytes */
            ifnull 6
         5: .line 1070
            aload 1 /* cpbytes */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
         6: .line 1072
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // byte[] cpbytes
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            1    2     1  cpbytes  [B
            4    7     1  cpbytes  [B
            3    4     2      exc  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException

  void getModifiers();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1079
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpeq 2
         1: .line 1080
            return
         2: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 1084
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Modifiers.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Modifiers;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Modifiers.modBits:I
         4: .line 1083
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         5: .line 1085
            goto 8
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 1086
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         8: .line 1088
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            7    8     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     5       6  Class com.sun.tools.jdi.JDWPException

  void decodeStatus(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // int status
         0: .line 1091
            aload 0 /* this */
            iload 1 /* status */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
         1: .line 1092
            iload 1 /* status */
            iconst_2
            iand
            ifeq 3
         2: .line 1093
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
         3: .line 1095
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int status
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1  status  I
    MethodParameters:
        Name  Flags
      status  

  void updateStatus();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1099
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ReferenceType$Status.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;)Lcom/sun/tools/jdi/JDWP$ReferenceType$Status;
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Status.status:I
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.decodeStatus:(I)V
         1: .line 1100
            goto 4
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         2: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         3: .line 1101
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         4: .line 1103
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.jdi.JDWPException

  void markPrepared();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1106
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
         1: .line 1107
            return
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  long ref();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1110
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.ref:J
            lreturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  int indexOf(com.sun.jdi.Method);
    descriptor: (Lcom/sun/jdi/Method;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.Method method
         0: .line 1116
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods:()Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // com.sun.jdi.Method method
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    1     1  method  Lcom/sun/jdi/Method;
    MethodParameters:
        Name  Flags
      method  

  int indexOf(com.sun.jdi.Field);
    descriptor: (Lcom/sun/jdi/Field;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.Field field
         0: .line 1121
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.fields:()Ljava/util/List;
            aload 1 /* field */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    1     1  field  Lcom/sun/jdi/Field;
    MethodParameters:
       Name  Flags
      field  

  abstract boolean isAssignableTo(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      type  

  boolean isAssignableFrom(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.ReferenceType type
         0: .line 1131
            aload 1 /* type */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableTo:(Lcom/sun/jdi/ReferenceType;)Z
            ireturn
        end local 1 // com.sun.jdi.ReferenceType type
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    1     1  type  Lcom/sun/jdi/ReferenceType;
    MethodParameters:
      Name  Flags
      type  

  boolean isAssignableFrom(com.sun.jdi.ObjectReference);
    descriptor: (Lcom/sun/jdi/ObjectReference;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // com.sun.jdi.ObjectReference object
         0: .line 1135
            aload 1 /* object */
            ifnull 3
         1: .line 1136
            aload 0 /* this */
            aload 1 /* object */
            invokeinterface com.sun.jdi.ObjectReference.referenceType:()Lcom/sun/jdi/ReferenceType;
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ReferenceType;)Z
            ifne 3
         2: .line 1135
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // com.sun.jdi.ObjectReference object
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     1  object  Lcom/sun/jdi/ObjectReference;
    MethodParameters:
        Name  Flags
      object  

  void setStatus(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // int status
         0: .line 1140
            aload 0 /* this */
            iload 1 /* status */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.decodeStatus:(I)V
         1: .line 1141
            return
        end local 1 // int status
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

  void setSignature(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String signature
         0: .line 1144
            aload 0 /* this */
            aload 1 /* signature */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         1: .line 1145
            return
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    2     1  signature  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      signature  

  void setGenericSignature(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String signature
         0: .line 1148
            aload 1 /* signature */
            ifnull 3
            aload 1 /* signature */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 1149
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         2: .line 1150
            goto 4
         3: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* signature */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         4: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
         5: .line 1154
            return
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    6     1  signature  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      signature  

  private static boolean isOneDimensionalPrimitiveArray(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String signature
         0: .line 1157
            aload 0 /* signature */
            bipush 91
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* i */
        start local 1 // int i
         1: .line 1165
            iload 1 /* i */
            iflt 2
            aload 0 /* signature */
            ldc "[["
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 1166
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* isPA */
        start local 2 // boolean isPA
         3: .line 1167
            goto 8
        end local 2 // boolean isPA
         4: .line 1168
      StackMap locals:
      StackMap stack:
            aload 0 /* signature */
            iload 1 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* c */
        start local 3 // char c
         5: .line 1169
            iload 3 /* c */
            bipush 76
            if_icmpeq 6
            iconst_1
            goto 7
      StackMap locals: java.lang.String int top int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 2 /* isPA */
        end local 3 // char c
        start local 2 // boolean isPA
         8: .line 1171
      StackMap locals: java.lang.String int int
      StackMap stack:
            iload 2 /* isPA */
            ireturn
        end local 2 // boolean isPA
        end local 1 // int i
        end local 0 // java.lang.String signature
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0  signature  Ljava/lang/String;
            1    9     1          i  I
            3    4     2       isPA  Z
            8    9     2       isPA  Z
            5    8     3          c  C
    MethodParameters:
           Name  Flags
      signature  

  com.sun.jdi.Type findType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Type;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
        start local 1 // java.lang.String signature
         0: .line 1176
            aload 1 /* signature */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 7
         1: .line 1178
            aload 1 /* signature */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* sig */
        start local 3 // char sig
         2: .line 1179
            iload 3 /* sig */
            bipush 86
            if_icmpne 5
         3: .line 1180
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theVoidType:()Lcom/sun/jdi/VoidType;
            astore 2 /* type */
        start local 2 // com.sun.jdi.Type type
         4: .line 1181
            goto 14
        end local 2 // com.sun.jdi.Type type
         5: .line 1182
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            iload 3 /* sig */
            i2b
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.primitiveTypeMirror:(B)Lcom/sun/jdi/PrimitiveType;
            astore 2 /* type */
        end local 3 // char sig
        start local 2 // com.sun.jdi.Type type
         6: .line 1184
            goto 14
        end local 2 // com.sun.jdi.Type type
         7: .line 1187
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            checkcast com.sun.tools.jdi.ClassLoaderReferenceImpl
         8: .line 1186
            astore 3 /* loader */
        start local 3 // com.sun.tools.jdi.ClassLoaderReferenceImpl loader
         9: .line 1188
            aload 3 /* loader */
            ifnull 11
        10: .line 1189
            aload 1 /* signature */
            invokestatic com.sun.tools.jdi.ReferenceTypeImpl.isOneDimensionalPrimitiveArray:(Ljava/lang/String;)Z
            ifeq 13
        11: .line 1192
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String top com.sun.tools.jdi.ClassLoaderReferenceImpl
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.findBootType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            astore 2 /* type */
        start local 2 // com.sun.jdi.Type type
        12: .line 1193
            goto 14
        end local 2 // com.sun.jdi.Type type
        13: .line 1195
      StackMap locals:
      StackMap stack:
            aload 3 /* loader */
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.ClassLoaderReferenceImpl.findType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            astore 2 /* type */
        end local 3 // com.sun.tools.jdi.ClassLoaderReferenceImpl loader
        start local 2 // com.sun.jdi.Type type
        14: .line 1198
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String com.sun.jdi.Type
      StackMap stack:
            aload 2 /* type */
            areturn
        end local 2 // com.sun.jdi.Type type
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   15     1  signature  Ljava/lang/String;
            4    5     2       type  Lcom/sun/jdi/Type;
            6    7     2       type  Lcom/sun/jdi/Type;
           12   13     2       type  Lcom/sun/jdi/Type;
           14   15     2       type  Lcom/sun/jdi/Type;
            2    6     3        sig  C
            9   14     3     loader  Lcom/sun/tools/jdi/ClassLoaderReferenceImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
           Name  Flags
      signature  

  java.lang.String loaderString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1202
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            ifnull 2
         1: .line 1203
            new java.lang.StringBuilder
            dup
            ldc "loaded by "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            invokeinterface com.sun.jdi.ClassLoaderReference.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 1205
      StackMap locals:
      StackMap stack:
            ldc "no class loader"
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.jdi.ReferenceType
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.compareTo:(Lcom/sun/jdi/ReferenceType;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.TypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ReferenceTypeImpl.java"
InnerClasses:
  ReferenceType = com.sun.tools.jdi.JDWP$ReferenceType of com.sun.tools.jdi.JDWP
  ClassFileVersion = com.sun.tools.jdi.JDWP$ReferenceType$ClassFileVersion of com.sun.tools.jdi.JDWP$ReferenceType
  ClassLoader = com.sun.tools.jdi.JDWP$ReferenceType$ClassLoader of com.sun.tools.jdi.JDWP$ReferenceType
  ClassObject = com.sun.tools.jdi.JDWP$ReferenceType$ClassObject of com.sun.tools.jdi.JDWP$ReferenceType
  ConstantPool = com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool of com.sun.tools.jdi.JDWP$ReferenceType
  Fields = com.sun.tools.jdi.JDWP$ReferenceType$Fields of com.sun.tools.jdi.JDWP$ReferenceType
  FieldInfo = com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo of com.sun.tools.jdi.JDWP$ReferenceType$Fields
  FieldsWithGeneric = com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric of com.sun.tools.jdi.JDWP$ReferenceType
  FieldInfo = com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo of com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric
  GetValues = com.sun.tools.jdi.JDWP$ReferenceType$GetValues of com.sun.tools.jdi.JDWP$ReferenceType
  Field = com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field of com.sun.tools.jdi.JDWP$ReferenceType$GetValues
  Instances = com.sun.tools.jdi.JDWP$ReferenceType$Instances of com.sun.tools.jdi.JDWP$ReferenceType
  Interfaces = com.sun.tools.jdi.JDWP$ReferenceType$Interfaces of com.sun.tools.jdi.JDWP$ReferenceType
  Methods = com.sun.tools.jdi.JDWP$ReferenceType$Methods of com.sun.tools.jdi.JDWP$ReferenceType
  MethodInfo = com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo of com.sun.tools.jdi.JDWP$ReferenceType$Methods
  MethodsWithGeneric = com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric of com.sun.tools.jdi.JDWP$ReferenceType
  MethodInfo = com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo of com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric
  Modifiers = com.sun.tools.jdi.JDWP$ReferenceType$Modifiers of com.sun.tools.jdi.JDWP$ReferenceType
  Module = com.sun.tools.jdi.JDWP$ReferenceType$Module of com.sun.tools.jdi.JDWP$ReferenceType
  Signature = com.sun.tools.jdi.JDWP$ReferenceType$Signature of com.sun.tools.jdi.JDWP$ReferenceType
  SignatureWithGeneric = com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric of com.sun.tools.jdi.JDWP$ReferenceType
  SourceDebugExtension = com.sun.tools.jdi.JDWP$ReferenceType$SourceDebugExtension of com.sun.tools.jdi.JDWP$ReferenceType
  SourceFile = com.sun.tools.jdi.JDWP$ReferenceType$SourceFile of com.sun.tools.jdi.JDWP$ReferenceType
  Status = com.sun.tools.jdi.JDWP$ReferenceType$Status of com.sun.tools.jdi.JDWP$ReferenceType
  Stratum = com.sun.tools.jdi.SDE$Stratum of com.sun.tools.jdi.SDE