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 start local 1 start local 2 0: aload 0
aload 1
lload 2
invokespecial com.sun.tools.jdi.InvokableTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
1: aload 0
iconst_0
putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
2: aload 0
aconst_null
putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
3: aload 0
aconst_null
putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
4: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
ifne 10
1: aconst_null
astore 1
start local 1 2: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 0
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: astore 1
4: goto 7
StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.tools.jdi.ClassTypeImpl
StackMap stack: com.sun.tools.jdi.JDWPException
5: astore 2
start local 2 6: aload 2
invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
athrow
end local 2 7: StackMap locals:
StackMap stack:
aload 1
ifnull 9
8: aload 0
aload 1
putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
end local 1 10: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
areturn
end local 0 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 0: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
ifnonnull 2
1: aload 0
aload 0
invokevirtual com.sun.tools.jdi.ClassTypeImpl.getInterfaces:()Ljava/util/List;
putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
areturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.ClassTypeImpl.getAllInterfaces:()Ljava/util/List;
areturn
end local 0 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 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: aload 0
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
start local 2 3: aload 2
instanceof com.sun.jdi.ClassType
ifeq 8
4: aload 2
checkcast com.sun.jdi.ClassType
astore 4
start local 4 5: aload 4
invokeinterface com.sun.jdi.ClassType.superclass:()Lcom/sun/jdi/ClassType;
astore 5
start local 5 6: aload 5
ifnull 8
aload 5
aload 0
invokeinterface com.sun.jdi.ClassType.equals:(Ljava/lang/Object;)Z
ifeq 8
7: aload 1
aload 2
checkcast com.sun.jdi.ClassType
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 end local 4 end local 2 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
9: aload 1
areturn
end local 1 end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
astore 1
start local 1 1: aload 1
ifnull 4
2: aload 1
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: iconst_1
ireturn
4: StackMap locals: com.sun.jdi.ClassType
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
1: aload 0
aload 2
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
2: aload 0
aload 1
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateFieldSet:(Lcom/sun/jdi/Field;)V
3: aload 1
invokeinterface com.sun.jdi.Field.isStatic:()Z
ifne 7
4: new java.lang.IllegalArgumentException
dup
5: ldc "Must set non-static field through an instance"
6: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
iconst_1
anewarray com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
8: astore 3
start local 3 9: aload 3
iconst_0
new com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
dup
10: aload 1
checkcast com.sun.tools.jdi.FieldImpl
invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
11: aload 2
aload 1
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: aastore
13: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 0
aload 3
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: 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
start local 4 16: aload 4
invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
athrow
end local 4 end local 3 17: StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.Field com.sun.jdi.Value
StackMap stack: com.sun.jdi.ClassNotLoadedException
astore 3
start local 3 18: aload 2
ifnull 20
19: aload 3
athrow
end local 3 20: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: new com.sun.tools.jdi.ClassTypeImpl$1
dup
aload 0
aload 1
aload 2
aload 3
iload 4
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: astore 5
start local 5 2: iload 4
iconst_1
iand
ifeq 5
3: aload 1
aload 5
invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
astore 6
start local 6 4: goto 6
end local 6 5: StackMap locals: com.sun.tools.jdi.CommandSender
StackMap stack:
aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 5
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
astore 6
start local 6 6: StackMap locals: com.sun.tools.jdi.PacketStream
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
1: aload 0
aload 2
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
2: aload 0
aload 3
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorsOrNulls:(Ljava/util/Collection;)V
3: aload 2
checkcast com.sun.tools.jdi.MethodImpl
astore 5
start local 5 4: aload 1
checkcast com.sun.tools.jdi.ThreadReferenceImpl
astore 6
start local 6 5: aload 0
aload 5
invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateConstructorInvocation:(Lcom/sun/jdi/Method;)V
6: aload 5
7: aload 3
8: invokevirtual com.sun.tools.jdi.MethodImpl.validateAndPrepareArgumentsForInvoke:(Ljava/util/List;)Ljava/util/List;
astore 7
start local 7 9: aload 7
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
start local 8 10: aconst_null
astore 9
start local 9 11: aload 0
aload 6
aload 5
aload 8
iload 4
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: astore 10
start local 10 13: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 10
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
end local 10 14: 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
start local 10 16: aload 10
invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
bipush 10
if_icmpne 18
17: new com.sun.jdi.IncompatibleThreadStateException
dup
invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
athrow
18: StackMap locals: com.sun.tools.jdi.JDWPException
StackMap stack:
aload 10
invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
athrow
end local 10 19: StackMap locals:
StackMap stack:
iload 4
iconst_1
iand
ifne 21
20: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifySuspend:()V
21: StackMap locals:
StackMap stack:
aload 9
getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
ifnull 23
22: new com.sun.jdi.InvocationException
dup
aload 9
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: StackMap locals:
StackMap stack:
aload 9
getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.newObject:Lcom/sun/tools/jdi/ObjectReferenceImpl;
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
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
start local 4 3: aload 4
invokeinterface com.sun.jdi.Method.name:()Ljava/lang/String;
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 8
4: aload 4
invokeinterface com.sun.jdi.Method.signature:()Ljava/lang/String;
aload 2
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 8
5: aload 4
invokeinterface com.sun.jdi.Method.isAbstract:()Z
ifne 8
6: aload 4
astore 3
7: goto 9
end local 4 8: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
9: StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.lang.String java.lang.String com.sun.jdi.Method
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
checkcast com.sun.tools.jdi.ReferenceTypeImpl
astore 2
start local 2 1: aload 2
aload 0
invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.equals:(Ljava/lang/Object;)Z
ifne 3
2: new java.lang.IllegalArgumentException
dup
ldc "Invalid constructor"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
StackMap stack:
aload 1
invokeinterface com.sun.jdi.Method.isConstructor:()Z
ifne 5
4: new java.lang.IllegalArgumentException
dup
ldc "Cannot create instance with non-constructor"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 0: new java.lang.StringBuilder
dup
ldc "class "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
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
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 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
iload 4
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 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: new com.sun.tools.jdi.ClassTypeImpl$IResult
dup
aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 1
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 end local 0 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 start local 1 0: aload 1
invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
checkcast com.sun.tools.jdi.ReferenceTypeImpl
aload 0
invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ReferenceType;)Z
ireturn
end local 1 end local 0 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: 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 0: aload 0
getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
1: aload 0
2: aload 1
3: aload 2
invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
4: aload 3
5: iload 4
6: 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: areturn
end local 0 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