abstract class com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl
super_class: com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl
{
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$ThreadVisibleEventRequestImpl this
0: .line 289
aload 0 /* this */
aload 1
putfield com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
aload 0 /* this */
aload 1
invokespecial com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
return
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$ThreadVisibleEventRequestImpl;
MethodParameters:
Name Flags
this$0 final
public synchronized void addThreadFilter(com.sun.jdi.ThreadReference);
descriptor: (Lcom/sun/jdi/ThreadReference;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl this
start local 1 // com.sun.jdi.ThreadReference thread
0: .line 291
aload 0 /* this */
aload 1 /* thread */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
1: .line 292
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.isEnabled:()Z
ifne 2
aload 0 /* this */
getfield com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.deleted:Z
ifeq 3
2: .line 293
StackMap locals:
StackMap stack:
aload 0 /* this */
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.invalidState:()Lcom/sun/jdi/request/InvalidRequestStateException;
athrow
3: .line 295
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl.filters:Ljava/util/List;
4: .line 296
aload 1 /* thread */
checkcast com.sun.tools.jdi.ThreadReferenceImpl
invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$ThreadOnly.create:(Lcom/sun/tools/jdi/ThreadReferenceImpl;)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
5: .line 295
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: .line 297
return
end local 1 // com.sun.jdi.ThreadReference thread
end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$ThreadVisibleEventRequestImpl;
0 7 1 thread Lcom/sun/jdi/ThreadReference;
MethodParameters:
Name Flags
thread
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
private abstract EventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
abstract ThreadVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ThreadVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
EventRequest = com.sun.tools.jdi.JDWP$EventRequest of com.sun.tools.jdi.JDWP
Set = com.sun.tools.jdi.JDWP$EventRequest$Set of com.sun.tools.jdi.JDWP$EventRequest
Modifier = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier of com.sun.tools.jdi.JDWP$EventRequest$Set
ThreadOnly = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$ThreadOnly of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier