public final class com.sun.tools.jdi.ClassTypeImpl extends com.sun.tools.jdi.InvokableTypeImpl implements com.sun.jdi.ClassType
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.jdi.ClassTypeImpl
  super_class: com.sun.tools.jdi.InvokableTypeImpl
{
  private boolean cachedSuperclass;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.List<com.sun.jdi.InterfaceType> interfaces;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  protected void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 71
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.InvokableTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 66
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
         2: .line 67
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
         3: .line 68
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
         4: .line 72
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    5     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    5     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  public com.sun.jdi.ClassType superclass();
    descriptor: ()Lcom/sun/jdi/ClassType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
            ifne 10
         1: .line 76
            aconst_null
            astore 1 /* sup */
        start local 1 // com.sun.tools.jdi.ClassTypeImpl sup
         2: .line 79
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$Superclass.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassTypeImpl;)Lcom/sun/tools/jdi/JDWP$ClassType$Superclass;
            getfield com.sun.tools.jdi.JDWP$ClassType$Superclass.superclass:Lcom/sun/tools/jdi/ClassTypeImpl;
         3: .line 78
            astore 1 /* sup */
         4: .line 80
            goto 7
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.tools.jdi.ClassTypeImpl
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         6: .line 81
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* sup */
            ifnull 9
         8: .line 90
            aload 0 /* this */
            aload 1 /* sup */
            putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
        end local 1 // com.sun.tools.jdi.ClassTypeImpl sup
        10: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
            2   10     1   sup  Lcom/sun/tools/jdi/ClassTypeImpl;
            6    7     2   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     4       5  Class com.sun.tools.jdi.JDWPException

  public java.util.List<com.sun.jdi.InterfaceType> interfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 100
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
            ifnonnull 2
         1: .line 101
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.getInterfaces:()Ljava/util/List;
            putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.InterfaceType> allInterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 108
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.getAllInterfaces:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.ClassType> subclasses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 112
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* subs */
        start local 1 // java.util.List subs
         1: .line 113
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.allClasses:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* refType */
        start local 2 // com.sun.jdi.ReferenceType refType
         3: .line 114
            aload 2 /* refType */
            instanceof com.sun.jdi.ClassType
            ifeq 8
         4: .line 115
            aload 2 /* refType */
            checkcast com.sun.jdi.ClassType
            astore 4 /* clazz */
        start local 4 // com.sun.jdi.ClassType clazz
         5: .line 116
            aload 4 /* clazz */
            invokeinterface com.sun.jdi.ClassType.superclass:()Lcom/sun/jdi/ClassType;
            astore 5 /* superclass */
        start local 5 // com.sun.jdi.ClassType superclass
         6: .line 117
            aload 5 /* superclass */
            ifnull 8
            aload 5 /* superclass */
            aload 0 /* this */
            invokeinterface com.sun.jdi.ClassType.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 118
            aload 1 /* subs */
            aload 2 /* refType */
            checkcast com.sun.jdi.ClassType
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.ClassType superclass
        end local 4 // com.sun.jdi.ClassType clazz
        end local 2 // com.sun.jdi.ReferenceType refType
         8: .line 113
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 123
            aload 1 /* subs */
            areturn
        end local 1 // java.util.List subs
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1   10     1        subs  Ljava/util/List<Lcom/sun/jdi/ClassType;>;
            3    8     2     refType  Lcom/sun/jdi/ReferenceType;
            5    8     4       clazz  Lcom/sun/jdi/ClassType;
            6    8     5  superclass  Lcom/sun/jdi/ClassType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ClassType;>;

  public boolean isEnum();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 127
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            astore 1 /* superclass */
        start local 1 // com.sun.jdi.ClassType superclass
         1: .line 128
            aload 1 /* superclass */
            ifnull 4
         2: .line 129
            aload 1 /* superclass */
            invokeinterface com.sun.jdi.ClassType.name:()Ljava/lang/String;
            ldc "java.lang.Enum"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 130
            iconst_1
            ireturn
         4: .line 132
      StackMap locals: com.sun.jdi.ClassType
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.jdi.ClassType superclass
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1    5     1  superclass  Lcom/sun/jdi/ClassType;

  public void setValue(com.sun.jdi.Field, com.sun.jdi.Value);
    descriptor: (Lcom/sun/jdi/Field;Lcom/sun/jdi/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.Field field
        start local 2 // com.sun.jdi.Value value
         0: .line 138
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 139
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
         2: .line 140
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateFieldSet:(Lcom/sun/jdi/Field;)V
         3: .line 143
            aload 1 /* field */
            invokeinterface com.sun.jdi.Field.isStatic:()Z
            ifne 7
         4: .line 144
            new java.lang.IllegalArgumentException
            dup
         5: .line 145
            ldc "Must set non-static field through an instance"
         6: .line 144
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 150
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
         8: .line 149
            astore 3 /* values */
        start local 3 // com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[] values
         9: .line 151
            aload 3 /* values */
            iconst_0
            new com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
            dup
        10: .line 152
            aload 1 /* field */
            checkcast com.sun.tools.jdi.FieldImpl
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
        11: .line 154
            aload 2 /* value */
            aload 1 /* field */
            checkcast com.sun.tools.jdi.FieldImpl
            invokestatic com.sun.tools.jdi.ValueImpl.prepareForAssignment:(Lcom/sun/jdi/Value;Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
            invokespecial com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue.<init>:(JLcom/sun/tools/jdi/ValueImpl;)V
        12: .line 151
            aastore
        13: .line 157
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 3 /* values */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$SetValues.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassTypeImpl;[Lcom/sun/tools/jdi/JDWP$ClassType$SetValues$FieldValue;)Lcom/sun/tools/jdi/JDWP$ClassType$SetValues;
            pop
        14: .line 158
            goto 20
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.Field com.sun.jdi.Value com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[]
      StackMap stack: com.sun.tools.jdi.JDWPException
        15: astore 4 /* exc */
        start local 4 // com.sun.tools.jdi.JDWPException exc
        16: .line 159
            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 // com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[] values
        17: .line 161
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.Field com.sun.jdi.Value
      StackMap stack: com.sun.jdi.ClassNotLoadedException
            astore 3 /* e */
        start local 3 // com.sun.jdi.ClassNotLoadedException e
        18: .line 170
            aload 2 /* value */
            ifnull 20
        19: .line 171
            aload 3 /* e */
            athrow
        end local 3 // com.sun.jdi.ClassNotLoadedException e
        20: .line 174
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.jdi.Value value
        end local 1 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   21     1   field  Lcom/sun/jdi/Field;
            0   21     2   value  Lcom/sun/jdi/Value;
            9   17     3  values  [Lcom/sun/tools/jdi/JDWP$ClassType$SetValues$FieldValue;
           16   17     4     exc  Lcom/sun/tools/jdi/JDWPException;
           18   20     3       e  Lcom/sun/jdi/ClassNotLoadedException;
      Exception table:
        from    to  target  type
          13    14      15  Class com.sun.tools.jdi.JDWPException
           7    17      17  Class com.sun.jdi.ClassNotLoadedException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
       Name  Flags
      field  
      value  

  com.sun.tools.jdi.PacketStream sendNewInstanceCommand(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 2 // com.sun.tools.jdi.MethodImpl method
        start local 3 // com.sun.tools.jdi.ValueImpl[] args
        start local 4 // int options
         0: .line 181
            new com.sun.tools.jdi.ClassTypeImpl$1
            dup
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* method */
            aload 3 /* args */
            iload 4 /* options */
            invokespecial com.sun.tools.jdi.ClassTypeImpl$1.<init>:(Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)V
         1: .line 180
            astore 5 /* sender */
        start local 5 // com.sun.tools.jdi.CommandSender sender
         2: .line 190
            iload 4 /* options */
            iconst_1
            iand
            ifeq 5
         3: .line 191
            aload 1 /* thread */
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         4: .line 192
            goto 6
        end local 6 // com.sun.tools.jdi.PacketStream stream
         5: .line 193
      StackMap locals: com.sun.tools.jdi.CommandSender
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         6: .line 195
      StackMap locals: com.sun.tools.jdi.PacketStream
      StackMap stack:
            aload 6 /* stream */
            areturn
        end local 6 // com.sun.tools.jdi.PacketStream stream
        end local 5 // com.sun.tools.jdi.CommandSender sender
        end local 4 // int options
        end local 3 // com.sun.tools.jdi.ValueImpl[] args
        end local 2 // com.sun.tools.jdi.MethodImpl method
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    7     1   thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    7     2   method  Lcom/sun/tools/jdi/MethodImpl;
            0    7     3     args  [Lcom/sun/tools/jdi/ValueImpl;
            0    7     4  options  I
            2    7     5   sender  Lcom/sun/tools/jdi/CommandSender;
            4    5     6   stream  Lcom/sun/tools/jdi/PacketStream;
            6    7     6   stream  Lcom/sun/tools/jdi/PacketStream;
    MethodParameters:
         Name  Flags
      thread   final
      method   final
      args     final
      options  final

  public com.sun.jdi.ObjectReference newInstance(com.sun.jdi.ThreadReference, com.sun.jdi.Method, java.util.List<? extends com.sun.jdi.Value>, int);
    descriptor: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List;I)Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.ThreadReference threadIntf
        start local 2 // com.sun.jdi.Method methodIntf
        start local 3 // java.util.List origArguments
        start local 4 // int options
         0: .line 206
            aload 0 /* this */
            aload 1 /* threadIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 207
            aload 0 /* this */
            aload 2 /* methodIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         2: .line 208
            aload 0 /* this */
            aload 3 /* origArguments */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorsOrNulls:(Ljava/util/Collection;)V
         3: .line 210
            aload 2 /* methodIntf */
            checkcast com.sun.tools.jdi.MethodImpl
            astore 5 /* method */
        start local 5 // com.sun.tools.jdi.MethodImpl method
         4: .line 211
            aload 1 /* threadIntf */
            checkcast com.sun.tools.jdi.ThreadReferenceImpl
            astore 6 /* thread */
        start local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
         5: .line 213
            aload 0 /* this */
            aload 5 /* method */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateConstructorInvocation:(Lcom/sun/jdi/Method;)V
         6: .line 215
            aload 5 /* method */
         7: .line 216
            aload 3 /* origArguments */
         8: .line 215
            invokevirtual com.sun.tools.jdi.MethodImpl.validateAndPrepareArgumentsForInvoke:(Ljava/util/List;)Ljava/util/List;
            astore 7 /* arguments */
        start local 7 // java.util.List arguments
         9: .line 217
            aload 7 /* arguments */
            iconst_0
            anewarray com.sun.tools.jdi.ValueImpl
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ValueImpl[]
            astore 8 /* args */
        start local 8 // com.sun.tools.jdi.ValueImpl[] args
        10: .line 218
            aconst_null
            astore 9 /* ret */
        start local 9 // com.sun.tools.jdi.JDWP$ClassType$NewInstance ret
        11: .line 221
            aload 0 /* this */
            aload 6 /* thread */
            aload 5 /* method */
            aload 8 /* args */
            iload 4 /* options */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.sendNewInstanceCommand:(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
        12: .line 220
            astore 10 /* stream */
        start local 10 // com.sun.tools.jdi.PacketStream stream
        13: .line 222
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 10 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$NewInstance.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$ClassType$NewInstance;
            astore 9 /* ret */
        end local 10 // com.sun.tools.jdi.PacketStream stream
        14: .line 223
            goto 19
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.ThreadReference com.sun.jdi.Method java.util.List int com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ThreadReferenceImpl java.util.List com.sun.tools.jdi.ValueImpl[] com.sun.tools.jdi.JDWP$ClassType$NewInstance
      StackMap stack: com.sun.tools.jdi.JDWPException
        15: astore 10 /* exc */
        start local 10 // com.sun.tools.jdi.JDWPException exc
        16: .line 224
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 10
            if_icmpne 18
        17: .line 225
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        18: .line 227
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 10 // com.sun.tools.jdi.JDWPException exc
        19: .line 235
      StackMap locals:
      StackMap stack:
            iload 4 /* options */
            iconst_1
            iand
            ifne 21
        20: .line 236
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifySuspend:()V
        21: .line 239
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            ifnull 23
        22: .line 240
            new com.sun.jdi.InvocationException
            dup
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            invokespecial com.sun.jdi.InvocationException.<init>:(Lcom/sun/jdi/ObjectReference;)V
            athrow
        23: .line 242
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.newObject:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            areturn
        end local 9 // com.sun.tools.jdi.JDWP$ClassType$NewInstance ret
        end local 8 // com.sun.tools.jdi.ValueImpl[] args
        end local 7 // java.util.List arguments
        end local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 5 // com.sun.tools.jdi.MethodImpl method
        end local 4 // int options
        end local 3 // java.util.List origArguments
        end local 2 // com.sun.jdi.Method methodIntf
        end local 1 // com.sun.jdi.ThreadReference threadIntf
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   24     1     threadIntf  Lcom/sun/jdi/ThreadReference;
            0   24     2     methodIntf  Lcom/sun/jdi/Method;
            0   24     3  origArguments  Ljava/util/List<+Lcom/sun/jdi/Value;>;
            0   24     4        options  I
            4   24     5         method  Lcom/sun/tools/jdi/MethodImpl;
            5   24     6         thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            9   24     7      arguments  Ljava/util/List<Lcom/sun/jdi/Value;>;
           10   24     8           args  [Lcom/sun/tools/jdi/ValueImpl;
           11   24     9            ret  Lcom/sun/tools/jdi/JDWP$ClassType$NewInstance;
           13   14    10         stream  Lcom/sun/tools/jdi/PacketStream;
           16   19    10            exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
          11    14      15  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException, com.sun.jdi.IncompatibleThreadStateException, com.sun.jdi.InvocationException
    Signature: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List<+Lcom/sun/jdi/Value;>;I)Lcom/sun/jdi/ObjectReference;
    MethodParameters:
               Name  Flags
      threadIntf     
      methodIntf     
      origArguments  
      options        

  public com.sun.jdi.Method concreteMethodByName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/jdi/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String signature
         0: .line 247
            aconst_null
            astore 3 /* method */
        start local 3 // com.sun.jdi.Method method
         1: .line 248
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.visibleMethods:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.lang.String java.lang.String com.sun.jdi.Method top java.util.Iterator
      StackMap stack:
         2: 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
         3: .line 249
            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 8
         4: .line 250
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.signature:()Ljava/lang/String;
            aload 2 /* signature */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 251
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.isAbstract:()Z
            ifne 8
         6: .line 253
            aload 4 /* candidate */
            astore 3 /* method */
         7: .line 254
            goto 9
        end local 4 // com.sun.jdi.Method candidate
         8: .line 248
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 257
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.lang.String java.lang.String com.sun.jdi.Method
      StackMap stack:
            aload 3 /* method */
            areturn
        end local 3 // com.sun.jdi.Method method
        end local 2 // java.lang.String signature
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   10     1       name  Ljava/lang/String;
            0   10     2  signature  Ljava/lang/String;
            1   10     3     method  Lcom/sun/jdi/Method;
            3    8     4  candidate  Lcom/sun/jdi/Method;
    MethodParameters:
           Name  Flags
      name       
      signature  

  void validateConstructorInvocation(com.sun.jdi.Method);
    descriptor: (Lcom/sun/jdi/Method;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.Method method
         0: .line 266
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.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 267
            aload 2 /* declType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 268
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid constructor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 274
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.isConstructor:()Z
            ifne 5
         4: .line 275
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot create instance with non-constructor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
        end local 1 // com.sun.jdi.Method method
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    6     1    method  Lcom/sun/jdi/Method;
            1    6     2  declType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.InvocationException
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 280
            new java.lang.StringBuilder
            dup
            ldc "class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.loaderString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;

  com.sun.tools.jdi.CommandSender getInvokeMethodSender(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/CommandSender;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 2 // com.sun.tools.jdi.MethodImpl method
        start local 3 // com.sun.tools.jdi.ValueImpl[] args
        start local 4 // int options
         0: .line 288
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* method */
            aload 3 /* args */
            iload 4 /* options */
            invokedynamic send(Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/CommandSender;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Lcom/sun/tools/jdi/PacketStream;
                  com/sun/tools/jdi/ClassTypeImpl.lambda$0(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream; (7)
                  ()Lcom/sun/tools/jdi/PacketStream;
            areturn
        end local 4 // int options
        end local 3 // com.sun.tools.jdi.ValueImpl[] args
        end local 2 // com.sun.tools.jdi.MethodImpl method
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    1     1   thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    1     2   method  Lcom/sun/tools/jdi/MethodImpl;
            0    1     3     args  [Lcom/sun/tools/jdi/ValueImpl;
            0    1     4  options  I
    MethodParameters:
         Name  Flags
      thread   
      method   
      args     
      options  

  com.sun.tools.jdi.InvokableTypeImpl$InvocationResult waitForReply(com.sun.tools.jdi.PacketStream);
    descriptor: (Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/InvokableTypeImpl$InvocationResult;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.tools.jdi.PacketStream stream
         0: .line 299
            new com.sun.tools.jdi.ClassTypeImpl$IResult
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$ClassType$InvokeMethod;
            invokespecial com.sun.tools.jdi.ClassTypeImpl$IResult.<init>:(Lcom/sun/tools/jdi/JDWP$ClassType$InvokeMethod;)V
            areturn
        end local 1 // com.sun.tools.jdi.PacketStream stream
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    1     1  stream  Lcom/sun/tools/jdi/PacketStream;
    Exceptions:
      throws com.sun.tools.jdi.JDWPException
    MethodParameters:
        Name  Flags
      stream  

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

  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.InvokableTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private com.sun.tools.jdi.PacketStream lambda$0(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 289
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
         1: .line 290
            aload 0 /* this */
         2: .line 291
            aload 1
         3: .line 292
            aload 2
            invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
         4: .line 293
            aload 3
         5: .line 294
            iload 4
         6: .line 289
            invokestatic com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.enqueueCommand:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;J[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
         7: .line 294
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
}
SourceFile: "ClassTypeImpl.java"
NestMembers:
  com.sun.tools.jdi.ClassTypeImpl$1  com.sun.tools.jdi.ClassTypeImpl$IResult
InnerClasses:
  com.sun.tools.jdi.ClassTypeImpl$1
  private IResult = com.sun.tools.jdi.ClassTypeImpl$IResult of com.sun.tools.jdi.ClassTypeImpl
  abstract InvocationResult = com.sun.tools.jdi.InvokableTypeImpl$InvocationResult of com.sun.tools.jdi.InvokableTypeImpl
  ClassType = com.sun.tools.jdi.JDWP$ClassType of com.sun.tools.jdi.JDWP
  InvokeMethod = com.sun.tools.jdi.JDWP$ClassType$InvokeMethod of com.sun.tools.jdi.JDWP$ClassType
  NewInstance = com.sun.tools.jdi.JDWP$ClassType$NewInstance of com.sun.tools.jdi.JDWP$ClassType
  SetValues = com.sun.tools.jdi.JDWP$ClassType$SetValues of com.sun.tools.jdi.JDWP$ClassType
  FieldValue = com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue of com.sun.tools.jdi.JDWP$ClassType$SetValues
  Superclass = com.sun.tools.jdi.JDWP$ClassType$Superclass of com.sun.tools.jdi.JDWP$ClassType
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles