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 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 byte[] constantPoolBytes;
    descriptor: [B
    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 68
            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 72
            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 76
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.TypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 36
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         2: .line 37
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         3: .line 38
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
         4: .line 39
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
         5: .line 40
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
         6: .line 41
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         7: .line 42
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         8: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
         9: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
        10: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
        11: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
        12: .line 48
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
        13: .line 49
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
        14: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
        15: .line 52
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
        16: .line 55
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        17: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        18: .line 62
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
        19: .line 77
            aload 0 /* this */
            lload 2 /* aRef */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.ref:J
        20: .line 78
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
        21: .line 79
            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   22     0  this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   22     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0   22     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 84
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
         1: .line 85
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         2: .line 86
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         3: .line 87
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.fieldsRef:Ljava/lang/ref/SoftReference;
         4: .line 88
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.methodsRef:Ljava/lang/ref/SoftReference;
         5: .line 89
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.sdeRef:Ljava/lang/ref/SoftReference;
         6: .line 90
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
         7: .line 91
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
         8: .line 92
            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 95
            lload 1 /* ref */
            lconst_0
            lcmp
            ifne 2
         1: .line 97
            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 102
      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 103
            goto 7
         4: .line 104
      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 105
            aload 4 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
            lload 1 /* ref */
            lcmp
            ifne 7
         6: .line 106
            aload 4 /* method */
            areturn
        end local 4 // com.sun.tools.jdi.MethodImpl method
         7: .line 103
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 109
            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;
            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 116
            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 117
            goto 5
         2: .line 118
      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 119
            aload 4 /* field */
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
            lload 1 /* ref */
            lcmp
            ifne 5
         4: .line 120
            aload 4 /* field */
            areturn
        end local 4 // com.sun.tools.jdi.FieldImpl field
         5: .line 117
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 123
            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;
            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 127
            aload 1 /* obj */
            ifnull 6
            aload 1 /* obj */
            instanceof com.sun.tools.jdi.ReferenceTypeImpl
            ifeq 6
         1: .line 128
            aload 1 /* obj */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
         2: .line 129
            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 130
            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 129
            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 132
      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 137
            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 149
            aload 1 /* object */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* other */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl other
         1: .line 150
            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 151
            iload 3 /* comp */
            ifne 13
         3: .line 152
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            lstore 4 /* rf1 */
        start local 4 // long rf1
         4: .line 153
            aload 2 /* other */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.ref:()J
            lstore 6 /* rf2 */
        start local 6 // long rf2
         5: .line 155
            lload 4 /* rf1 */
            lload 6 /* rf2 */
            lcmp
            ifne 10
         6: .line 157
            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 158
            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 157
            isub
            istore 3 /* comp */
         9: .line 159
            goto 13
        10: .line 160
      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 163
      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 167
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
            ifnonnull 10
         1: .line 170
            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 175
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:()Ljava/lang/String;
            pop
         3: .line 176
            goto 10
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 179
            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 178
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         7: .line 180
            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 181
            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 185
      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 190
            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 196
            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 195
            astore 1 /* result */
        start local 1 // com.sun.tools.jdi.JDWP$ReferenceType$SignatureWithGeneric result
         3: .line 197
            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 198
            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 200
      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 201
            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 203
      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 207
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
            ifne 8
         1: .line 211
            aload 0 /* this */
         2: .line 213
            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 211
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
         4: .line 214
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isClassLoaderCached:Z
         5: .line 215
            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 216
            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 219
      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 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 223
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 224
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 226
      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 230
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 231
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 233
      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 237
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 238
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 240
      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 244
            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 248
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 249
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 251
      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 255
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 256
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 258
      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 262
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 263
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 265
      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 273
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            ifne 2
         1: .line 274
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 276
      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 281
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            iconst_1
            iand
            ifne 2
         1: .line 282
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 284
      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 290
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            bipush 12
            iand
            ifne 2
         1: .line 291
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 293
      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 299
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
            bipush 12
            iand
            ifne 2
         1: .line 300
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.updateStatus:()V
         2: .line 302
      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 306
            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 307
            aload 1 /* fields */
            ifnonnull 42
         4: .line 308
            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 23
         5: .line 311
            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;
            astore 2 /* jdwpFields */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
         6: .line 312
            goto 9
        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
         7: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         8: .line 313
            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
         9: .line 315
      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 */
        10: .line 316
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: goto 21
        12: .line 318
      StackMap locals: int
      StackMap stack:
            aload 2 /* jdwpFields */
            iload 3 /* i */
            aaload
        13: .line 317
            astore 4 /* fi */
        start local 4 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo fi
        14: .line 320
            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
        15: .line 321
            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;
        16: .line 322
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.genericSignature:Ljava/lang/String;
        17: .line 323
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo.modBits:I
        18: .line 320
            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
        19: .line 324
            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
        20: .line 316
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 3 /* i */
            aload 2 /* jdwpFields */
            arraylength
            if_icmplt 12
        end local 3 // int i
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$FieldsWithGeneric$FieldInfo[] jdwpFields
        22: .line 326
            goto 40
        23: .line 330
      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;
        24: .line 329
            astore 2 /* jdwpFields */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
        25: .line 331
            goto 28
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
        26: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
        27: .line 332
            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
        28: .line 334
      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 */
        29: .line 335
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        30: goto 39
        31: .line 336
      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
        32: .line 338
            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
        33: .line 339
            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;
        34: .line 340
            aconst_null
        35: .line 341
            aload 4 /* fi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo.modBits:I
        36: .line 338
            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
        37: .line 342
            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
        38: .line 335
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 3 /* i */
            aload 2 /* jdwpFields */
            arraylength
            if_icmplt 31
        end local 3 // int i
        end local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Fields$FieldInfo[] jdwpFields
        40: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* fields */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* fields */
        41: .line 347
            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;
        42: .line 349
      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   43     0        this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3   43     1      fields  Ljava/util/List<Lcom/sun/jdi/Field;>;
            6    7     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
            9   22     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
            8    9     3         exc  Lcom/sun/tools/jdi/JDWPException;
           11   22     3           i  I
           14   20     4          fi  Lcom/sun/tools/jdi/JDWP$ReferenceType$FieldsWithGeneric$FieldInfo;
           19   20     5       field  Lcom/sun/jdi/Field;
           25   26     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           28   40     2  jdwpFields  [Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           27   28     3         exc  Lcom/sun/tools/jdi/JDWPException;
           30   40     3           i  I
           32   38     4          fi  Lcom/sun/tools/jdi/JDWP$ReferenceType$Fields$FieldInfo;
           37   38     5       field  Lcom/sun/jdi/Field;
      Exception table:
        from    to  target  type
           5     6       7  Class com.sun.tools.jdi.JDWPException
          23    25      26  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 355
            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 356
            aload 4 /* field */
            invokeinterface com.sun.jdi.Field.name:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         3: .line 357
            aload 3 /* ambiguousNames */
            aload 6 /* name */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 13
         4: .line 358
            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 359
            aload 7 /* duplicate */
            ifnonnull 9
         6: .line 360
            aload 1 /* visibleList */
            aload 4 /* field */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 361
            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 362
            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 363
            aload 3 /* ambiguousNames */
            aload 6 /* name */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 364
            aload 2 /* visibleTable */
            aload 6 /* name */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 365
            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 355
      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 371
            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 380
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* visibleList */
        start local 1 // java.util.List visibleList
         1: .line 381
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 2 /* visibleTable */
        start local 2 // java.util.Map visibleTable
         2: .line 384
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* ambiguousNames */
        start local 3 // java.util.List ambiguousNames
         3: .line 387
            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 388
            aload 4 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         5: .line 389
            goto 8
         6: .line 393
      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 394
            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 389
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 401
            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 402
            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 403
            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 404
            aload 9 /* hidden */
            ifnull 15
        14: .line 405
            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 402
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        16: .line 408
            aload 6 /* retList */
            aload 1 /* visibleList */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        17: .line 409
            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;
            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 414
            aload 2 /* typeSet */
            aload 0 /* this */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 9
         1: .line 415
            aload 2 /* typeSet */
            aload 0 /* this */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         2: .line 418
            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 421
            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 422
            aload 3 /* types */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         5: .line 423
            goto 8
         6: .line 424
      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 425
            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 423
      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 428
      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;
            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 430
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* fieldList */
        start local 1 // java.util.List fieldList
         1: .line 431
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* typeSet */
        start local 2 // java.util.Set typeSet
         2: .line 432
            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 433
            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 440
            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 442
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 443
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.util.List top int
      StackMap stack:
            aload 2 /* searchList */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 3 /* f */
        start local 3 // com.sun.jdi.Field f
         4: .line 445
            aload 3 /* 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 446
            aload 3 /* f */
            areturn
         6: .line 442
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.util.List com.sun.jdi.Field int
      StackMap stack:
            iinc 4 /* i */ 1
        end local 3 // com.sun.jdi.Field f
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.util.List top int
      StackMap stack:
         7: iload 4 /* i */
            aload 2 /* searchList */
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 4 // int i
         8: .line 450
            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;
            4    7     3           f  Lcom/sun/jdi/Field;
            2    8     4           i  I
    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 454
            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 455
            aload 1 /* methods */
            ifnonnull 27
         4: .line 456
            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 457
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.methods1_4:()Ljava/util/List;
            astore 1 /* methods */
         6: .line 458
            goto 25
         7: .line 462
      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 461
            astore 2 /* declared */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo[] declared
         9: .line 463
            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 464
            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 466
      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 467
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: goto 24
        15: .line 469
      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 471
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
        17: .line 472
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.methodID:J
        18: .line 473
            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 474
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.genericSignature:Ljava/lang/String;
        20: .line 475
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$MethodsWithGeneric$MethodInfo.modBits:I
        21: .line 471
            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 476
            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 467
            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 479
      StackMap locals:
      StackMap stack:
            aload 1 /* methods */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* methods */
        26: .line 480
            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 482
      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 490
            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 489
            astore 2 /* declared */
        start local 2 // com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo[] declared
         2: .line 491
            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 492
            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 494
      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 495
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 17
         8: .line 496
      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 498
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
        10: .line 499
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.methodID:J
        11: .line 500
            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 501
            aconst_null
        13: .line 502
            aload 4 /* mi */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$Methods$MethodInfo.modBits:I
        14: .line 498
            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 503
            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 495
            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 505
            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 513
            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 514
            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 513
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 515
            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>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;)V
    MethodParameters:
           Name  Flags
      methodMap  

  public java.util.List<com.sun.jdi.Method> visibleMethods();
    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 525
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 526
            aload 0 /* this */
            aload 1 /* map */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.addVisibleMethods:(Ljava/util/Map;)V
         2: .line 534
            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 535
            aload 2 /* list */
            aload 1 /* map */
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
            pop
         4: .line 536
            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 542
            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 543
            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 544
            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 545
            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 546
            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 544
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 549
            aload 3 /* retList */
            invokevirtual java.util.ArrayList.trimToSize:()V
         8: .line 550
            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 554
            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 555
            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 556
            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 557
            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 558
            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 559
            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 556
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 562
            aload 4 /* retList */
            invokevirtual java.util.ArrayList.trimToSize:()V
         9: .line 563
            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 570
            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 569
            astore 1 /* intfs */
        start local 1 // com.sun.tools.jdi.InterfaceTypeImpl[] intfs
         2: .line 571
            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 572
            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 574
      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 578
            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 579
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* nested */
        start local 2 // java.util.List nested
         2: .line 580
            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 581
            aload 3 /* outername */
            invokevirtual java.lang.String.length:()I
            istore 4 /* outerlen */
        start local 4 // int outerlen
         4: .line 582
            aload 1 /* all */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         5: .line 583
            goto 13
         6: .line 584
      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 585
            aload 6 /* refType */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         8: .line 586
            aload 7 /* name */
            invokevirtual java.lang.String.length:()I
            istore 8 /* len */
        start local 8 // int len
         9: .line 588
            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 589
            aload 7 /* name */
            iload 4 /* outerlen */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        start local 9 // char c
        11: .line 590
            iload 9 /* c */
            bipush 36
            if_icmpeq 12
            iload 9 /* c */
            bipush 35
            if_icmpne 13
        12: .line 591
      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 583
      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 595
            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;
            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;
            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 599
            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 600
            aload 2 /* list */
            aload 1 /* sig */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 601
            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 602
            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;
    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 611
            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 612
            aload 2 /* declType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ReferenceType;)Z
            ifne 3
         2: .line 613
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid field"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 615
      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 618
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateFieldAccess:(Lcom/sun/jdi/Field;)V
         1: .line 619
            aload 1 /* field */
            invokeinterface com.sun.jdi.Field.isFinal:()Z
            ifeq 3
         2: .line 620
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot set value of final field"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 622
      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 628
            aload 0 /* this */
            aload 1 /* theFields */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateMirrors:(Ljava/util/Collection;)V
         1: .line 630
            aload 1 /* theFields */
            invokeinterface java.util.List.size:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 632
            iload 2 /* size */
            anewarray com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field
         3: .line 631
            astore 3 /* queryFields */
        start local 3 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field[] queryFields
         4: .line 634
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 16
         6: .line 635
      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 637
            aload 0 /* this */
            aload 5 /* field */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.validateFieldAccess:(Lcom/sun/jdi/Field;)V
         8: .line 640
            aload 5 /* field */
            invokevirtual com.sun.tools.jdi.FieldImpl.isStatic:()Z
            ifne 12
         9: .line 641
            new java.lang.IllegalArgumentException
            dup
        10: .line 642
            ldc "Attempt to use non-static field with ReferenceType"
        11: .line 641
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 644
      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 645
            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 644
            aastore
        end local 5 // com.sun.tools.jdi.FieldImpl field
        15: .line 634
            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 648
            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 653
            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 652
            astore 5 /* values */
        start local 5 // com.sun.tools.jdi.ValueImpl[] values
        20: .line 654
            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 655
            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 658
      StackMap locals: com.sun.tools.jdi.ValueImpl[]
      StackMap stack:
            iload 2 /* size */
            aload 5 /* values */
            arraylength
            if_icmpeq 27
        24: .line 659
            new com.sun.jdi.InternalException
            dup
        25: .line 660
            ldc "Wrong number of values returned from target VM"
        26: .line 659
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 662
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        28: goto 32
        29: .line 663
      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 664
            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 662
            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 667
            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 671
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
            ifnonnull 13
         1: .line 674
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 675
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
            ifnonnull 9
         3: .line 677
            aload 0 /* this */
         4: .line 678
            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 677
            putfield com.sun.tools.jdi.ReferenceTypeImpl.classObject:Lcom/sun/jdi/ClassObjectReference;
         6: .line 679
            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 680
            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 674
      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 685
      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 689
            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 690
            aload 2 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifne 3
         2: .line 691
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            astore 2 /* sde */
         3: .line 693
      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 697
            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 702
            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 703
            aload 2 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 5
         2: .line 704
            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 705
            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 706
            aload 3 /* result */
            areturn
        end local 3 // java.util.List result
         5: .line 708
      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 713
            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 714
            aload 2 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 5
         2: .line 715
            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 716
            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 717
            aload 3 /* result */
            areturn
        end local 3 // java.util.List result
         5: .line 719
      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 723
            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 724
            aload 1 /* bsn */
            ifnonnull 11
         2: .line 729
            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 728
            astore 1 /* bsn */
         4: .line 730
            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 731
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 9
         7: .line 732
            ldc "**ABSENT_BASE_SOURCE_NAME**"
            astore 1 /* bsn */
         8: .line 733
            goto 10
         9: .line 734
      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 737
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bsn */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceName:Ljava/lang/String;
        11: .line 739
      StackMap locals:
      StackMap stack:
            aload 1 /* bsn */
            ldc "**ABSENT_BASE_SOURCE_NAME**"
            if_acmpne 13
        12: .line 740
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        13: .line 742
      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 746
            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 747
            aload 1 /* bsp */
            ifnonnull 4
         2: .line 748
            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 749
            aload 0 /* this */
            aload 1 /* bsp */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourcePath:Ljava/lang/String;
         4: .line 751
      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 755
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.baseSourceDir:Ljava/lang/String;
            ifnonnull 11
         1: .line 756
            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 757
            new java.lang.StringBuffer
            dup
            aload 1 /* typeName */
            invokevirtual java.lang.String.length:()I
            bipush 10
            iadd
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuffer sb
         3: .line 758
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         4: .line 761
            goto 8
        start local 4 // int nextIndex
         5: .line 762
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl java.lang.String java.lang.StringBuffer 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.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 763
            aload 2 /* sb */
            getstatic java.io.File.separatorChar:C
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 764
            iload 4 /* nextIndex */
            iconst_1
            iadd
            istore 3 /* index */
        end local 4 // int nextIndex
         8: .line 761
      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 766
            aload 0 /* this */
            aload 2 /* sb */
            invokevirtual java.lang.StringBuffer.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.StringBuffer sb
        end local 1 // java.lang.String typeName
        11: .line 768
      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/StringBuffer;
            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 773
            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 774
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 776
      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 777
            aload 1 /* sde */
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            if_acmpne 5
         4: .line 778
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         5: .line 780
      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 784
            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 785
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            areturn
         2: .line 787
      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 788
            aload 1 /* sde */
            ifnonnull 19
         6: .line 789
            aconst_null
            astore 2 /* extension */
        start local 2 // java.lang.String extension
         7: .line 792
            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 791
            astore 2 /* extension */
         9: .line 793
            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 794
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpeq 14
        12: .line 795
            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 796
            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 799
      StackMap locals:
      StackMap stack:
            aload 2 /* extension */
            ifnonnull 17
        15: .line 800
            getstatic com.sun.tools.jdi.ReferenceTypeImpl.NO_SDE_INFO_MARK:Lcom/sun/tools/jdi/SDE;
            astore 1 /* sde */
        16: .line 801
            goto 18
        17: .line 802
      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 804
      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 806
      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 810
            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 811
            aload 1 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifeq 3
         2: .line 812
            aload 1 /* sde */
            invokevirtual com.sun.tools.jdi.SDE.availableStrata:()Ljava/util/List;
            areturn
         3: .line 814
      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 815
            aload 2 /* strata */
            ldc "Java"
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 816
            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 824
            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 825
            aload 1 /* sdei */
            invokevirtual com.sun.tools.jdi.SDE.isValid:()Z
            ifeq 3
         2: .line 826
            aload 1 /* sdei */
            getfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
            areturn
         3: .line 828
      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 833
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpne 2
         1: .line 834
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getModifiers:()V
         2: .line 836
      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 841
            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 846
            iconst_0
            istore 3 /* someAbsent */
        start local 3 // boolean someAbsent
         1: .line 847
            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 848
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* list */
        start local 5 // java.util.List list
         3: .line 850
            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 851
      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 853
            aload 5 /* list */
         7: .line 854
            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 853
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         9: .line 855
            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 856
            iconst_1
            istore 3 /* someAbsent */
        end local 7 // com.sun.tools.jdi.MethodImpl method
        12: .line 850
      StackMap locals:
      StackMap stack:
            aload 6 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 6 // java.util.Iterator iter
        13: .line 864
            iload 3 /* someAbsent */
            ifeq 15
            aload 5 /* list */
            invokeinterface java.util.List.size:()I
            ifne 15
        14: .line 865
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        15: .line 867
      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;
            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 872
            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 873
            aconst_null
         2: .line 874
            iload 1 /* lineNumber */
         3: .line 872
            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 882
            iconst_0
            istore 4 /* someAbsent */
        start local 4 // boolean someAbsent
         1: .line 884
            iconst_0
            istore 5 /* somePresent */
        start local 5 // boolean somePresent
         2: .line 885
            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 886
            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 888
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* list */
        start local 8 // java.util.List list
         5: .line 890
            aload 6 /* methods */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9 /* iter */
        start local 9 // java.util.Iterator iter
         6: .line 891
            goto 20
         7: .line 892
      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 895
            aload 10 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.isAbstract:()Z
            ifne 20
         9: .line 896
            aload 10 /* method */
            invokevirtual com.sun.tools.jdi.MethodImpl.isNative:()Z
            ifne 20
        10: .line 898
            aload 8 /* list */
        11: .line 899
            aload 10 /* method */
            aload 7 /* stratum */
        12: .line 900
            aload 2 /* sourceName */
        13: .line 901
            iload 3 /* lineNumber */
        14: .line 899
            invokevirtual com.sun.tools.jdi.MethodImpl.locationsOfLine:(Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List;
        15: .line 898
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        16: .line 902
            iconst_1
            istore 5 /* somePresent */
        17: .line 903
            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 904
            iconst_1
            istore 4 /* someAbsent */
        end local 10 // com.sun.tools.jdi.MethodImpl method
        20: .line 891
      StackMap locals:
      StackMap stack:
            aload 9 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        21: .line 908
            iload 4 /* someAbsent */
            ifeq 23
            iload 5 /* somePresent */
            ifne 23
        22: .line 909
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        23: .line 911
      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;
            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 915
            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 916
            new java.lang.UnsupportedOperationException
            dup
         2: .line 917
            ldc "target does not support getting instances"
         3: .line 916
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 920
      StackMap locals:
      StackMap stack:
            lload 1 /* maxInstances */
            lconst_0
            lcmp
            ifge 8
         5: .line 921
            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 922
            lload 1 /* maxInstances */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 921
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 924
      StackMap locals:
      StackMap stack:
            lload 1 /* maxInstances */
            ldc 2147483647
            lcmp
            ifle 10
         9: .line 925
            ldc 2147483647
            goto 11
      StackMap locals:
      StackMap stack:
        10: lload 1 /* maxInstances */
            l2i
        11: .line 924
      StackMap locals:
      StackMap stack: int
            istore 3 /* intMax */
        start local 3 // int intMax
        12: .line 931
            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 929
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        14: areturn
        15: .line 932
      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 933
            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 938
            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 939
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
            ifeq 4
         3: .line 943
            return
         4: .line 946
      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 947
            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 948
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 12
         8: .line 949
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.majorVersion:I
         9: .line 950
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.minorVersion:I
        10: .line 951
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        11: .line 952
            return
        12: .line 954
      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 957
      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 958
            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 959
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.versionNumberGotten:Z
        16: .line 961
            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 965
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getClassFileVersion:()V
         1: .line 966
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 967
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 969
      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 974
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getClassFileVersion:()V
         1: .line 975
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 976
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 978
      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 void getConstantPoolInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 983
            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 984
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
            ifeq 4
         3: .line 987
            return
         4: .line 990
      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
         5: .line 991
            goto 13
        end local 1 // com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool jdwpCPool
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 992
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 12
         8: .line 993
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constanPoolCount:I
         9: .line 994
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
        10: .line 995
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        11: .line 996
            return
        12: .line 998
      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
        13: .line 1002
      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
        14: .line 1003
            aload 1 /* jdwpCPool */
            getfield com.sun.tools.jdi.JDWP$ReferenceType$ConstantPool.bytes:[B
            astore 2 /* cpbytes */
        start local 2 // byte[] cpbytes
        15: .line 1004
            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;
        16: .line 1005
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolInfoGotten:Z
        end local 2 // byte[] cpbytes
        17: .line 1007
            return
        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   18     0       this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            5    6     1  jdwpCPool  Lcom/sun/tools/jdi/JDWP$ReferenceType$ConstantPool;
           13   18     1  jdwpCPool  Lcom/sun/tools/jdi/JDWP$ReferenceType$ConstantPool;
            7   13     2        exc  Lcom/sun/tools/jdi/JDWPException;
           15   17     2    cpbytes  [B
      Exception table:
        from    to  target  type
           4     5       6  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 1011
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getConstantPoolInfo:()V
         1: .line 1012
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 1013
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 1015
      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=2, args_size=1
        start local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
         0: .line 1020
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.getConstantPoolInfo:()V
         1: .line 1021
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* exc */
        start local 1 // java.lang.RuntimeException exc
         3: .line 1022
            aload 1 /* exc */
            athrow
        end local 1 // java.lang.RuntimeException exc
         4: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.constantPoolBytesRef:Ljava/lang/ref/SoftReference;
            ifnull 7
         5: .line 1025
            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 1 /* cpbytes */
        start local 1 // byte[] cpbytes
         6: .line 1031
            aload 1 /* cpbytes */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 1 // byte[] cpbytes
         7: .line 1033
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.sun.tools.jdi.ReferenceTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            3    4     1      exc  Ljava/lang/RuntimeException;
            6    7     1  cpbytes  [B
      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 1040
            aload 0 /* this */
            getfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
            iconst_m1
            if_icmpeq 2
         1: .line 1041
            return
         2: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 1045
            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 1044
            putfield com.sun.tools.jdi.ReferenceTypeImpl.modifiers:I
         5: .line 1046
            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 1047
            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 1049
      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 1052
            aload 0 /* this */
            iload 1 /* status */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.status:I
         1: .line 1053
            iload 1 /* status */
            iconst_2
            iand
            ifeq 3
         2: .line 1054
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
         3: .line 1056
      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 1060
            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 1061
            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 1062
            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 1064
      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 1067
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.isPrepared:Z
         1: .line 1068
            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 1071
            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 1077
            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 1082
            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 1092
            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 1096
            aload 1 /* object */
            ifnull 3
         1: .line 1097
            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 1096
            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 1101
            aload 0 /* this */
            iload 1 /* status */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.decodeStatus:(I)V
         1: .line 1102
            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 1105
            aload 0 /* this */
            aload 1 /* signature */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.signature:Ljava/lang/String;
         1: .line 1106
            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 1109
            aload 1 /* signature */
            ifnull 3
            aload 1 /* signature */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 1110
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         2: .line 1111
            goto 4
         3: .line 1112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* signature */
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignature:Ljava/lang/String;
         4: .line 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ReferenceTypeImpl.genericSignatureGotten:Z
         5: .line 1115
            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 isPrimitiveArray(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 1118
            aload 0 /* signature */
            bipush 91
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* i */
        start local 1 // int i
         1: .line 1126
            iload 1 /* i */
            ifge 4
         2: .line 1127
            iconst_0
            istore 2 /* isPA */
        start local 2 // boolean isPA
         3: .line 1128
            goto 8
        end local 2 // boolean isPA
         4: .line 1129
      StackMap locals: int
      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 1130
            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 1132
      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 1137
            aload 1 /* signature */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 7
         1: .line 1139
            aload 1 /* signature */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* sig */
        start local 3 // char sig
         2: .line 1140
            iload 3 /* sig */
            bipush 86
            if_icmpne 5
         3: .line 1141
            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 1142
            goto 14
        end local 2 // com.sun.jdi.Type type
         5: .line 1143
      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 1145
            goto 14
        end local 2 // com.sun.jdi.Type type
         7: .line 1148
      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 1147
            astore 3 /* loader */
        start local 3 // com.sun.tools.jdi.ClassLoaderReferenceImpl loader
         9: .line 1149
            aload 3 /* loader */
            ifnull 11
        10: .line 1150
            aload 1 /* signature */
            invokestatic com.sun.tools.jdi.ReferenceTypeImpl.isPrimitiveArray:(Ljava/lang/String;)Z
            ifeq 13
        11: .line 1153
      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 1154
            goto 14
        end local 2 // com.sun.jdi.Type type
        13: .line 1156
      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 1159
      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 1163
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            ifnull 2
         1: .line 1164
            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 1166
      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
  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