class com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl implements com.sun.jdi.request.ThreadDeathRequest
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl
super_class: com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl
{
final com.sun.tools.jdi.EventRequestManagerImpl this$0;
descriptor: Lcom/sun/tools/jdi/EventRequestManagerImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.jdi.EventRequestManagerImpl);
descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl this
0: .line 653
aload 0 /* this */
aload 1
putfield com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
aload 0 /* this */
aload 1
invokespecial com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
1: .line 654
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl.requestList:()Ljava/util/List;
aload 0 /* this */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
2: .line 655
return
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$ThreadDeathRequestImpl;
MethodParameters:
Name Flags
this$0 final
int eventCmd();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl this
0: .line 658
bipush 7
ireturn
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$ThreadDeathRequestImpl;
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.EventRequestManagerImpl$ThreadDeathRequestImpl this
0: .line 662
new java.lang.StringBuilder
dup
ldc "thread death request "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl.state:()Ljava/lang/String;
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.EventRequestManagerImpl$ThreadDeathRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$ThreadDeathRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
ThreadDeathRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ThreadDeathRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
abstract ThreadVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl