class com.sun.tools.example.debug.tty.EventRequestSpecList
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.example.debug.tty.EventRequestSpecList
super_class: java.lang.Object
{
private static final int statusResolved;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int statusUnresolved;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final int statusError;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private java.util.List<com.sun.tools.example.debug.tty.EventRequestSpec> eventRequestSpecs;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lcom/sun/tools/example/debug/tty/EventRequestSpec;>;
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
2: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
3: invokestatic java.util.Collections.synchronizedList:(Ljava/util/List;)Ljava/util/List;
putfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
boolean resolve(com.sun.jdi.event.ClassPrepareEvent);
descriptor: (Lcom/sun/jdi/event/ClassPrepareEvent;)Z
flags: (0x0000)
Code:
stack=6, locals=7, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
dup
astore 3
monitorenter
2: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 15
StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.jdi.event.ClassPrepareEvent int java.util.List top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.example.debug.tty.EventRequestSpec
astore 4
start local 4 4: aload 4
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.isResolved:()Z
ifne 15
5: aload 4
aload 1
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.resolve:(Lcom/sun/jdi/event/ClassPrepareEvent;)Lcom/sun/jdi/request/EventRequest;
astore 6
start local 6 6: aload 6
ifnull 15
7: ldc "Set deferred"
aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokestatic com.sun.tools.example.debug.tty.MessageOutput.println:(Ljava/lang/String;Ljava/lang/String;)V
end local 6 8: goto 15
StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.jdi.event.ClassPrepareEvent int java.util.List com.sun.tools.example.debug.tty.EventRequestSpec java.util.Iterator
StackMap stack: java.lang.Exception
9: astore 6
start local 6 10: ldc "Unable to set deferred"
11: iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
aastore
dup
iconst_1
12: aload 4
aload 6
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.errorMessageFor:(Ljava/lang/Exception;)Ljava/lang/String;
aastore
13: invokestatic com.sun.tools.example.debug.tty.MessageOutput.println:(Ljava/lang/String;[Ljava/lang/Object;)V
14: iconst_1
istore 2
end local 6 end local 4 15: StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.jdi.event.ClassPrepareEvent int java.util.List top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
16: aload 3
monitorexit
17: goto 20
StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.jdi.event.ClassPrepareEvent int java.util.List
StackMap stack: java.lang.Throwable
18: aload 3
monitorexit
19: athrow
20: StackMap locals:
StackMap stack:
iload 2
ifeq 21
iconst_0
goto 22
StackMap locals:
StackMap stack:
21: iconst_1
StackMap locals:
StackMap stack: int
22: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 23 1 event Lcom/sun/jdi/event/ClassPrepareEvent;
1 23 2 failure Z
4 15 4 spec Lcom/sun/tools/example/debug/tty/EventRequestSpec;
6 8 6 eventRequest Lcom/sun/jdi/request/EventRequest;
10 15 6 e Ljava/lang/Exception;
Exception table:
from to target type
5 8 9 Class java.lang.Exception
2 17 18 any
18 19 18 any
MethodParameters:
Name Flags
event
void resolveAll();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 2
goto 7
StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.example.debug.tty.EventRequestSpec
astore 1
start local 1 2: aload 1
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.resolveEagerly:()Lcom/sun/jdi/request/EventRequest;
astore 3
start local 3 3: aload 3
ifnull 7
4: ldc "Set deferred"
aload 1
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokestatic com.sun.tools.example.debug.tty.MessageOutput.println:(Ljava/lang/String;Ljava/lang/String;)V
end local 3 5: goto 7
StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.tools.example.debug.tty.EventRequestSpec java.util.Iterator
StackMap stack: java.lang.Exception
6: pop
end local 1 7: StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList top java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
2 7 1 spec Lcom/sun/tools/example/debug/tty/EventRequestSpec;
3 5 3 eventRequest Lcom/sun/jdi/request/EventRequest;
Exception table:
from to target type
2 5 6 Class java.lang.Exception
boolean addEagerlyResolve(com.sun.tools.example.debug.tty.EventRequestSpec);
descriptor: (Lcom/sun/tools/example/debug/tty/EventRequestSpec;)Z
flags: (0x0000)
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: aload 1
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.resolveEagerly:()Lcom/sun/jdi/request/EventRequest;
astore 2
start local 2 2: aload 2
ifnull 4
3: ldc "Set"
aload 1
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokestatic com.sun.tools.example.debug.tty.MessageOutput.println:(Ljava/lang/String;Ljava/lang/String;)V
4: StackMap locals: com.sun.jdi.request.EventRequest
StackMap stack:
iconst_1
ireturn
end local 2 5: StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.tools.example.debug.tty.EventRequestSpec
StackMap stack: java.lang.Exception
astore 2
start local 2 6: ldc "Unable to set"
7: iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 1
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
aastore
dup
iconst_1
8: aload 1
aload 2
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.errorMessageFor:(Ljava/lang/Exception;)Ljava/lang/String;
aastore
9: invokestatic com.sun.tools.example.debug.tty.MessageOutput.println:(Ljava/lang/String;[Ljava/lang/Object;)V
10: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 11 1 spec Lcom/sun/tools/example/debug/tty/EventRequestSpec;
2 5 2 eventRequest Lcom/sun/jdi/request/EventRequest;
6 11 2 exc Ljava/lang/Exception;
Exception table:
from to target type
0 4 5 Class java.lang.Exception
MethodParameters:
Name Flags
spec
com.sun.tools.example.debug.tty.BreakpointSpec createBreakpoint(java.lang.String, int);
descriptor: (Ljava/lang/String;I)Lcom/sun/tools/example/debug/tty/BreakpointSpec;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.tools.example.debug.tty.PatternReferenceTypeSpec
dup
aload 1
invokespecial com.sun.tools.example.debug.tty.PatternReferenceTypeSpec.<init>:(Ljava/lang/String;)V
1: astore 3
start local 3 2: new com.sun.tools.example.debug.tty.BreakpointSpec
dup
aload 3
iload 2
invokespecial com.sun.tools.example.debug.tty.BreakpointSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;I)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 3 1 classPattern Ljava/lang/String;
0 3 2 line I
2 3 3 refSpec Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
Exceptions:
throws java.lang.ClassNotFoundException
MethodParameters:
Name Flags
classPattern
line
com.sun.tools.example.debug.tty.BreakpointSpec createBreakpoint(java.lang.String, java.lang.String, java.util.List<java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lcom/sun/tools/example/debug/tty/BreakpointSpec;
flags: (0x0000)
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.tools.example.debug.tty.PatternReferenceTypeSpec
dup
aload 1
invokespecial com.sun.tools.example.debug.tty.PatternReferenceTypeSpec.<init>:(Ljava/lang/String;)V
1: astore 4
start local 4 2: new com.sun.tools.example.debug.tty.BreakpointSpec
dup
aload 4
aload 2
aload 3
invokespecial com.sun.tools.example.debug.tty.BreakpointSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;Ljava/lang/String;Ljava/util/List;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 3 1 classPattern Ljava/lang/String;
0 3 2 methodId Ljava/lang/String;
0 3 3 methodArgs Ljava/util/List<Ljava/lang/String;>;
2 3 4 refSpec Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
Exceptions:
throws com.sun.tools.example.debug.tty.MalformedMemberNameException, java.lang.ClassNotFoundException
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;)Lcom/sun/tools/example/debug/tty/BreakpointSpec;
MethodParameters:
Name Flags
classPattern
methodId
methodArgs
com.sun.tools.example.debug.tty.EventRequestSpec createExceptionCatch(java.lang.String, boolean, boolean);
descriptor: (Ljava/lang/String;ZZ)Lcom/sun/tools/example/debug/tty/EventRequestSpec;
flags: (0x0000)
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.sun.tools.example.debug.tty.PatternReferenceTypeSpec
dup
aload 1
invokespecial com.sun.tools.example.debug.tty.PatternReferenceTypeSpec.<init>:(Ljava/lang/String;)V
1: astore 4
start local 4 2: new com.sun.tools.example.debug.tty.ExceptionSpec
dup
aload 4
iload 2
iload 3
invokespecial com.sun.tools.example.debug.tty.ExceptionSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;ZZ)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 3 1 classPattern Ljava/lang/String;
0 3 2 notifyCaught Z
0 3 3 notifyUncaught Z
2 3 4 refSpec Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
Exceptions:
throws java.lang.ClassNotFoundException
MethodParameters:
Name Flags
classPattern
notifyCaught
notifyUncaught
com.sun.tools.example.debug.tty.WatchpointSpec createAccessWatchpoint(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/tools/example/debug/tty/WatchpointSpec;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.tools.example.debug.tty.PatternReferenceTypeSpec
dup
aload 1
invokespecial com.sun.tools.example.debug.tty.PatternReferenceTypeSpec.<init>:(Ljava/lang/String;)V
1: astore 3
start local 3 2: new com.sun.tools.example.debug.tty.AccessWatchpointSpec
dup
aload 3
aload 2
invokespecial com.sun.tools.example.debug.tty.AccessWatchpointSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;Ljava/lang/String;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 3 1 classPattern Ljava/lang/String;
0 3 2 fieldId Ljava/lang/String;
2 3 3 refSpec Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
Exceptions:
throws com.sun.tools.example.debug.tty.MalformedMemberNameException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
classPattern
fieldId
com.sun.tools.example.debug.tty.WatchpointSpec createModificationWatchpoint(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/tools/example/debug/tty/WatchpointSpec;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.tools.example.debug.tty.PatternReferenceTypeSpec
dup
aload 1
invokespecial com.sun.tools.example.debug.tty.PatternReferenceTypeSpec.<init>:(Ljava/lang/String;)V
1: astore 3
start local 3 2: new com.sun.tools.example.debug.tty.ModificationWatchpointSpec
dup
aload 3
aload 2
invokespecial com.sun.tools.example.debug.tty.ModificationWatchpointSpec.<init>:(Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;Ljava/lang/String;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 3 1 classPattern Ljava/lang/String;
0 3 2 fieldId Ljava/lang/String;
2 3 3 refSpec Lcom/sun/tools/example/debug/tty/ReferenceTypeSpec;
Exceptions:
throws com.sun.tools.example.debug.tty.MalformedMemberNameException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
classPattern
fieldId
boolean delete(com.sun.tools.example.debug.tty.EventRequestSpec);
descriptor: (Lcom/sun/tools/example/debug/tty/EventRequestSpec;)Z
flags: (0x0000)
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
dup
astore 2
monitorenter
1: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
aload 1
invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
istore 3
start local 3 2: iload 3
iconst_m1
if_icmpeq 8
3: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast com.sun.tools.example.debug.tty.EventRequestSpec
astore 4
start local 4 4: aload 4
invokevirtual com.sun.tools.example.debug.tty.EventRequestSpec.remove:()V
5: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
iload 3
invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
pop
6: aload 2
monitorexit
7: iconst_1
ireturn
end local 4 8: StackMap locals: java.util.List int
StackMap stack:
aload 2
monitorexit
9: iconst_0
ireturn
end local 3 10: StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList com.sun.tools.example.debug.tty.EventRequestSpec java.util.List
StackMap stack: java.lang.Throwable
aload 2
monitorexit
11: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
0 12 1 proto Lcom/sun/tools/example/debug/tty/EventRequestSpec;
2 10 3 inx I
4 8 4 spec Lcom/sun/tools/example/debug/tty/EventRequestSpec;
Exception table:
from to target type
1 7 10 any
8 9 10 any
10 11 10 any
MethodParameters:
Name Flags
proto
java.util.List<com.sun.tools.example.debug.tty.EventRequestSpec> eventRequestSpecs();
descriptor: ()Ljava/util/List;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
dup
astore 1
monitorenter
1: new java.util.ArrayList
dup
aload 0
getfield com.sun.tools.example.debug.tty.EventRequestSpecList.eventRequestSpecs:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
aload 1
monitorexit
2: areturn
3: StackMap locals: com.sun.tools.example.debug.tty.EventRequestSpecList java.util.List
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/example/debug/tty/EventRequestSpecList;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/List<Lcom/sun/tools/example/debug/tty/EventRequestSpec;>;
}
SourceFile: "EventRequestSpecList.java"