class com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl implements com.sun.jdi.request.StepRequest
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl
super_class: com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl
{
com.sun.tools.jdi.ThreadReferenceImpl thread;
descriptor: Lcom/sun/tools/jdi/ThreadReferenceImpl;
flags: (0x0000)
int size;
descriptor: I
flags: (0x0000)
int depth;
descriptor: I
flags: (0x0000)
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, com.sun.jdi.ThreadReference, int, int);
descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;Lcom/sun/jdi/ThreadReference;II)V
flags: (0x0000)
Code:
stack=4, locals=10, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
aload 0
aload 1
invokespecial com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
1: aload 0
aload 2
checkcast com.sun.tools.jdi.ThreadReferenceImpl
putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
2: aload 0
iload 3
putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.size:I
3: aload 0
iload 4
putfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.depth:I
4: iload 3
tableswitch { // -2 - -1
-2: 7
-1: 5
default: 9
}
5: StackMap locals: com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl com.sun.tools.jdi.EventRequestManagerImpl com.sun.jdi.ThreadReference int int
StackMap stack:
iconst_0
istore 5
start local 5 6: goto 10
end local 5 7: StackMap locals:
StackMap stack:
iconst_1
istore 5
start local 5 8: goto 10
end local 5 9: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Invalid step size"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
start local 5 10: StackMap locals: int
StackMap stack:
iload 4
tableswitch { // 1 - 3
1: 11
2: 13
3: 15
default: 17
}
11: StackMap locals:
StackMap stack:
iconst_0
istore 6
start local 6 12: goto 18
end local 6 13: StackMap locals:
StackMap stack:
iconst_1
istore 6
start local 6 14: goto 18
end local 6 15: StackMap locals:
StackMap stack:
iconst_2
istore 6
start local 6 16: goto 18
end local 6 17: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Invalid step depth"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
start local 6 18: StackMap locals: int
StackMap stack:
aload 1
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl.stepRequests:()Ljava/util/List;
astore 7
start local 7 19: aload 7
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
start local 8 20: goto 28
21: StackMap locals: java.util.List java.util.Iterator
StackMap stack:
aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.jdi.request.StepRequest
astore 9
start local 9 22: aload 9
aload 0
if_acmpeq 28
23: aload 9
invokeinterface com.sun.jdi.request.StepRequest.isEnabled:()Z
ifeq 28
24: aload 9
invokeinterface com.sun.jdi.request.StepRequest.thread:()Lcom/sun/jdi/ThreadReference;
aload 2
invokeinterface com.sun.jdi.ThreadReference.equals:(Ljava/lang/Object;)Z
ifeq 28
25: new com.sun.jdi.request.DuplicateRequestException
dup
26: ldc "Only one step request allowed per thread"
27: invokespecial com.sun.jdi.request.DuplicateRequestException.<init>:(Ljava/lang/String;)V
athrow
end local 9 28: StackMap locals:
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 21
29: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.filters:Ljava/util/List;
30: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
iload 5
iload 6
invokestatic com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Step.create:(Lcom/sun/tools/jdi/ThreadReferenceImpl;II)Lcom/sun/tools/jdi/JDWP$EventRequest$Set$Modifier;
31: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
32: aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.requestList:()Ljava/util/List;
aload 0
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
33: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
0 34 2 thread Lcom/sun/jdi/ThreadReference;
0 34 3 size I
0 34 4 depth I
6 7 5 jdwpSize I
8 9 5 jdwpSize I
10 34 5 jdwpSize I
12 13 6 jdwpDepth I
14 15 6 jdwpDepth I
16 17 6 jdwpDepth I
18 34 6 jdwpDepth I
19 34 7 requests Ljava/util/List<Lcom/sun/jdi/request/StepRequest;>;
20 34 8 iter Ljava/util/Iterator<Lcom/sun/jdi/request/StepRequest;>;
22 28 9 request Lcom/sun/jdi/request/StepRequest;
MethodParameters:
Name Flags
this$0 final
thread
size
depth
public int depth();
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$StepRequestImpl.depth:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
public int size();
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$StepRequestImpl.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
public com.sun.jdi.ThreadReference thread();
descriptor: ()Lcom/sun/jdi/ThreadReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
int eventCmd();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
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 "step request "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.thread:()Lcom/sun/jdi/ThreadReference;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
aload 0
invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/EventRequestManagerImpl$StepRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
abstract ClassVisibleEventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$ClassVisibleEventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
StepRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl 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
Step = com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier$Step of com.sun.tools.jdi.JDWP$EventRequest$Set$Modifier