abstract class com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.request.EventRequest
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl
super_class: com.sun.tools.jdi.MirrorImpl
{
int id;
descriptor: I
flags: (0x0000)
java.util.List<java.lang.Object> filters;
descriptor: Ljava/util/List;
flags: (0x0000)
Signature: Ljava/util/List<Ljava/lang/Object;>;
boolean isEnabled;
descriptor: Z
flags: (0x0000)
boolean deleted;
descriptor: Z
flags: (0x0000)
byte suspendPolicy;
descriptor: B
flags: (0x0000)
private java.util.Map<java.lang.Object, java.lang.Object> clientProperties;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
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=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
1: aload 0
aload 1
getfield com.sun.tools.jdi.EventRequestManagerImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.filters:Ljava/util/List;
3: aload 0
iconst_0
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
4: aload 0
iconst_0
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
5: aload 0
iconst_2
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.suspendPolicy:B
6: aload 0
aconst_null
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clientProperties:Ljava/util/Map;
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
MethodParameters:
Name Flags
this$0 final
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 2 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
abstract int eventCmd();
descriptor: ()I
flags: (0x0400) ACC_ABSTRACT
com.sun.jdi.request.InvalidRequestStateException invalidState();
descriptor: ()Lcom/sun/jdi/request/InvalidRequestStateException;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.sun.jdi.request.InvalidRequestStateException
dup
aload 0
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokespecial com.sun.jdi.request.InvalidRequestStateException.<init>:(Ljava/lang/String;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
java.lang.String state();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
ifeq 1
ldc " (deleted)"
goto 3
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:()Z
ifeq 2
ldc " (enabled)"
goto 3
StackMap locals:
StackMap stack:
2: ldc " (disabled)"
3: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
java.util.List requestList();
descriptor: ()Ljava/util/List;
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.eventCmd:()I
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.requestList:(I)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
void delete();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
ifne 4
1: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.requestList:()Ljava/util/List;
aload 0
invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
pop
2: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.disable:()V
3: aload 0
iconst_1
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
public boolean isEnabled();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
public void enable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled:(Z)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
public void disable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setEnabled:(Z)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
public synchronized void setEnabled(boolean);
descriptor: (Z)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
ifeq 2
1: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState:()Lcom/sun/jdi/request/InvalidRequestStateException;
athrow
2: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
if_icmpeq 7
3: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
ifeq 6
4: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clear:()V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.set:()V
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 8 1 val Z
MethodParameters:
Name Flags
val
public synchronized void addCountFilter(int);
descriptor: (I)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:()Z
ifne 1
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState:()Lcom/sun/jdi/request/InvalidRequestStateException;
athrow
2: StackMap locals:
StackMap stack:
iload 1
iconst_1
if_icmpge 4
3: new java.lang.IllegalArgumentException
dup
ldc "count is less than one"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.filters:Ljava/util/List;
iload 1
invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Count.create:(I)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 6 1 count I
MethodParameters:
Name Flags
count
public void setSuspendPolicy(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:()Z
ifne 1
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.deleted:Z
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState:()Lcom/sun/jdi/request/InvalidRequestStateException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic com.sun.tools.jdi.EventRequestManagerImpl.JDItoJDWPSuspendPolicy:(I)B
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.suspendPolicy:B
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 4 1 policy I
MethodParameters:
Name Flags
policy
public int suspendPolicy();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.suspendPolicy:B
invokestatic com.sun.tools.jdi.EventRequestManagerImpl.JDWPtoJDISuspendPolicy:(B)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
synchronized void set();
descriptor: ()V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.filters:Ljava/util/List;
1: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.filters:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier
2: invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier[]
3: astore 1
start local 1 4: aload 0
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.eventCmd:()I
i2b
5: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.suspendPolicy:B
aload 1
6: invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;BB[Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;)Lcom/sun/tools/jdi/JDWP$EventRequest$Set;
7: getfield com.sun.tools.jdi.JDWP$EventRequest$Set.requestID:I
8: putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.id:I
9: goto 12
StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier[]
StackMap stack: com.sun.tools.jdi.JDWPException
10: astore 2
start local 2 11: aload 2
invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
athrow
end local 2 12: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
4 14 1 mods [Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
11 12 2 exc Lcom/sun/tools/jdi/JDWPException;
Exception table:
from to target type
4 9 10 Class com.sun.tools.jdi.JDWPException
synchronized void clear();
descriptor: ()V
flags: (0x0020) ACC_SYNCHRONIZED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.eventCmd:()I
i2b
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.id:I
invokestatic com.sun.tools.jdi.JDWP$EventRequest$Clear.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;BI)Lcom/sun/tools/jdi/JDWP$EventRequest$Clear;
pop
1: goto 4
StackMap locals:
StackMap stack: com.sun.tools.jdi.JDWPException
2: astore 1
start local 1 3: aload 1
invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
athrow
end local 1 4: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.isEnabled:Z
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
3 4 1 exc Lcom/sun/tools/jdi/JDWPException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.jdi.JDWPException
private java.util.Map<java.lang.Object, java.lang.Object> getProperties();
descriptor: ()Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clientProperties:Ljava/util/Map;
ifnonnull 2
1: aload 0
new java.util.HashMap
dup
iconst_2
invokespecial java.util.HashMap.<init>:(I)V
putfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clientProperties:Ljava/util/Map;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clientProperties:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
Signature: ()Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
public final java.lang.Object getProperty(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.clientProperties:Ljava/util/Map;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.getProperties:()Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 3 1 key Ljava/lang/Object;
MethodParameters:
Name Flags
key
public final void putProperty(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.getProperties:()Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.getProperties:()Ljava/util/Map;
aload 1
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$EventRequestImpl;
0 5 1 key Ljava/lang/Object;
0 5 2 value Ljava/lang/Object;
MethodParameters:
Name Flags
key
value
}
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
EventRequest = com.sun.tools.jdi.JDWP$EventRequest of com.sun.tools.jdi.JDWP
Clear = com.sun.tools.jdi.JDWP$EventRequest$Clear of com.sun.tools.jdi.JDWP$EventRequest
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
Count = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Count of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier