class com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field
super_class: java.lang.Object
{
final long fieldID;
descriptor: J
flags: (0x0010) ACC_FINAL
void <init>(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field this
start local 1 // long fieldID
0: .line 2210
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 2211
aload 0 /* this */
lload 1 /* fieldID */
putfield com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field.fieldID:J
2: .line 2212
return
end local 1 // long fieldID
end local 0 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/JDWP$ReferenceType$GetValues$Field;
0 3 1 fieldID J
MethodParameters:
Name Flags
fieldID
private void write(com.sun.tools.jdi.PacketStream);
descriptor: (Lcom/sun/tools/jdi/PacketStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field this
start local 1 // com.sun.tools.jdi.PacketStream ps
0: .line 2215
aload 1 /* ps */
getfield com.sun.tools.jdi.PacketStream.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
iconst_1
iand
ifeq 2
1: .line 2216
aload 1 /* ps */
getfield com.sun.tools.jdi.PacketStream.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
new java.lang.StringBuilder
dup
ldc "Sending: fieldID(long): "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
getfield com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field.fieldID:J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
2: .line 2218
StackMap locals:
StackMap stack:
aload 1 /* ps */
aload 0 /* this */
getfield com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field.fieldID:J
invokevirtual com.sun.tools.jdi.PacketStream.writeFieldRef:(J)V
3: .line 2219
return
end local 1 // com.sun.tools.jdi.PacketStream ps
end local 0 // com.sun.tools.jdi.JDWP$ReferenceType$GetValues$Field this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/jdi/JDWP$ReferenceType$GetValues$Field;
0 4 1 ps Lcom/sun/tools/jdi/PacketStream;
MethodParameters:
Name Flags
ps
}
SourceFile: "JDWP.java"
NestHost: com.sun.tools.jdi.JDWP
InnerClasses:
ReferenceType = com.sun.tools.jdi.JDWP$ReferenceType of com.sun.tools.jdi.JDWP
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