public class com.sun.tools.jdi.EventSetImpl extends java.util.ArrayList<com.sun.jdi.event.Event> implements com.sun.jdi.event.EventSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.EventSetImpl
  super_class: java.util.ArrayList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4857338819787924570

  private com.sun.tools.jdi.VirtualMachineImpl vm;
    descriptor: Lcom/sun/tools/jdi/VirtualMachineImpl;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.Packet pkt;
    descriptor: Lcom/sun/tools/jdi/Packet;
    flags: (0x0002) ACC_PRIVATE

  private byte suspendPolicy;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.EventSetImpl internalEventSet;
    descriptor: Lcom/sun/tools/jdi/EventSetImpl;
    flags: (0x0002) ACC_PRIVATE

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$jdi$EventDestination;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 94
            new java.lang.StringBuilder
            dup
            ldc "event set, policy:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 95
            ldc ", count:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " = {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 94
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* string */
        start local 1 // java.lang.String string
         3: .line 96
            iconst_1
            istore 2 /* first */
        start local 2 // boolean first
         4: .line 97
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: com.sun.tools.jdi.EventSetImpl java.lang.String int top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.event.Event
            astore 3 /* event */
        start local 3 // com.sun.jdi.event.Event event
         6: .line 98
            iload 2 /* first */
            ifne 8
         7: .line 99
            new java.lang.StringBuilder
            dup
            aload 1 /* string */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* string */
         8: .line 101
      StackMap locals: com.sun.tools.jdi.EventSetImpl java.lang.String int com.sun.jdi.event.Event java.util.Iterator
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* string */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* event */
            invokeinterface com.sun.jdi.event.Event.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* string */
         9: .line 102
            iconst_0
            istore 2 /* first */
        end local 3 // com.sun.jdi.event.Event event
        10: .line 97
      StackMap locals: com.sun.tools.jdi.EventSetImpl java.lang.String int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 104
            new java.lang.StringBuilder
            dup
            aload 1 /* string */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* string */
        12: .line 105
            aload 1 /* string */
            areturn
        end local 2 // boolean first
        end local 1 // java.lang.String string
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/tools/jdi/EventSetImpl;
            3   13     1  string  Ljava/lang/String;
            4   13     2   first  Z
            6   10     3   event  Lcom/sun/jdi/event/Event;

  void <init>(com.sun.jdi.VirtualMachine, com.sun.tools.jdi.Packet);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/Packet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // com.sun.tools.jdi.Packet pkt
         0: .line 601
            aload 0 /* this */
            invokespecial java.util.ArrayList.<init>:()V
         1: .line 607
            aload 0 /* this */
            aload 1 /* aVm */
            checkcast com.sun.tools.jdi.VirtualMachineImpl
            putfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
         2: .line 609
            aload 0 /* this */
            aload 2 /* pkt */
            putfield com.sun.tools.jdi.EventSetImpl.pkt:Lcom/sun/tools/jdi/Packet;
         3: .line 610
            return
        end local 2 // com.sun.tools.jdi.Packet pkt
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    4     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    4     2   pkt  Lcom/sun/tools/jdi/Packet;
    MethodParameters:
      Name  Flags
      aVm   
      pkt   

  void <init>(com.sun.jdi.VirtualMachine, byte);
    descriptor: (Lcom/sun/jdi/VirtualMachine;B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // byte eventCmd
         0: .line 616
            aload 0 /* this */
            aload 1 /* aVm */
            aconst_null
            invokespecial com.sun.tools.jdi.EventSetImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/Packet;)V
         1: .line 617
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
         2: .line 618
            iload 2 /* eventCmd */
            tableswitch { // 100 - 100
                  100: 3
              default: 5
          }
         3: .line 620
      StackMap locals: com.sun.tools.jdi.EventSetImpl com.sun.jdi.VirtualMachine int
      StackMap stack:
            aload 0 /* this */
            new com.sun.tools.jdi.EventSetImpl$VMDisconnectEventImpl
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.EventSetImpl$VMDisconnectEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;)V
            invokevirtual com.sun.tools.jdi.EventSetImpl.addEvent:(Lcom/sun/tools/jdi/EventSetImpl$EventImpl;)V
         4: .line 621
            goto 6
         5: .line 624
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            ldc "Bad singleton event code"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 626
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte eventCmd
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/jdi/EventSetImpl;
            0    7     1       aVm  Lcom/sun/jdi/VirtualMachine;
            0    7     2  eventCmd  B
    MethodParameters:
          Name  Flags
      aVm       
      eventCmd  

  private void addEvent(com.sun.tools.jdi.EventSetImpl$EventImpl);
    descriptor: (Lcom/sun/tools/jdi/EventSetImpl$EventImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // com.sun.tools.jdi.EventSetImpl$EventImpl evt
         0: .line 631
            aload 0 /* this */
            aload 1 /* evt */
            invokespecial java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 632
            return
        end local 1 // com.sun.tools.jdi.EventSetImpl$EventImpl evt
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    2     1   evt  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
    MethodParameters:
      Name  Flags
      evt   

  synchronized void build();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 641
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.pkt:Lcom/sun/tools/jdi/Packet;
            ifnonnull 2
         1: .line 642
            return
         2: .line 644
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.PacketStream
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.pkt:Lcom/sun/tools/jdi/Packet;
            invokespecial com.sun.tools.jdi.PacketStream.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/Packet;)V
            astore 1 /* ps */
        start local 1 // com.sun.tools.jdi.PacketStream ps
         3: .line 645
            new com.sun.tools.jdi.JDWP$Event$Composite
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* ps */
            invokespecial com.sun.tools.jdi.JDWP$Event$Composite.<init>:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)V
            astore 2 /* compEvt */
        start local 2 // com.sun.tools.jdi.JDWP$Event$Composite compEvt
         4: .line 646
            aload 0 /* this */
            aload 2 /* compEvt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite.suspendPolicy:B
            putfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
         5: .line 647
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            iconst_4
            iand
            ifeq 12
         6: .line 648
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            tableswitch { // 0 - 2
                    0: 11
                    1: 9
                    2: 7
              default: 12
          }
         7: .line 650
      StackMap locals: com.sun.tools.jdi.PacketStream com.sun.tools.jdi.JDWP$Event$Composite
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            ldc "EventSet: SUSPEND_ALL"
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
         8: .line 651
            goto 12
         9: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            ldc "EventSet: SUSPEND_EVENT_THREAD"
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        10: .line 655
            goto 12
        11: .line 658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            ldc "EventSet: SUSPEND_NONE"
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        12: .line 663
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* fix6485605 */
        start local 3 // com.sun.jdi.ThreadReference fix6485605
        13: .line 664
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 33
        15: .line 665
      StackMap locals: com.sun.jdi.ThreadReference int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* compEvt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite.events:[Lcom/sun/tools/jdi/JDWP$Event$Composite$Events;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.tools.jdi.EventSetImpl.createEvent:(Lcom/sun/tools/jdi/JDWP$Event$Composite$Events;)Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
            astore 5 /* evt */
        start local 5 // com.sun.tools.jdi.EventSetImpl$EventImpl evt
        16: .line 666
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            getfield com.sun.tools.jdi.VirtualMachineImpl.traceFlags:I
            iconst_4
            iand
            ifeq 20
        17: .line 668
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            new java.lang.StringBuilder
            dup
            ldc "Event: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* evt */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.printTrace:(Ljava/lang/String;)V
        18: .line 669
            goto 20
      StackMap locals: com.sun.tools.jdi.EventSetImpl com.sun.tools.jdi.PacketStream com.sun.tools.jdi.JDWP$Event$Composite com.sun.jdi.ThreadReference int com.sun.tools.jdi.EventSetImpl$EventImpl
      StackMap stack: com.sun.jdi.VMDisconnectedException
        19: pop
        20: .line 674
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.jdi.EventSetImpl.$SWITCH_TABLE$com$sun$tools$jdi$EventDestination:()[I
            aload 5 /* evt */
            invokevirtual com.sun.tools.jdi.EventSetImpl$EventImpl.destination:()Lcom/sun/tools/jdi/EventDestination;
            invokevirtual com.sun.tools.jdi.EventDestination.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 21
                    2: 27
                    3: 25
              default: 31
          }
        21: .line 680
      StackMap locals:
      StackMap stack:
            aload 5 /* evt */
            instanceof com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
            ifeq 32
        22: .line 681
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            iconst_1
            if_icmpne 32
        23: .line 682
            aload 5 /* evt */
            checkcast com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
            invokevirtual com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.thread:()Lcom/sun/jdi/ThreadReference;
            astore 3 /* fix6485605 */
        24: .line 684
            goto 32
        25: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* evt */
            invokevirtual com.sun.tools.jdi.EventSetImpl.addEvent:(Lcom/sun/tools/jdi/EventSetImpl$EventImpl;)V
        26: .line 687
            goto 32
        27: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.internalEventSet:Lcom/sun/tools/jdi/EventSetImpl;
            ifnonnull 29
        28: .line 690
            aload 0 /* this */
            new com.sun.tools.jdi.EventSetImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aconst_null
            invokespecial com.sun.tools.jdi.EventSetImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/Packet;)V
            putfield com.sun.tools.jdi.EventSetImpl.internalEventSet:Lcom/sun/tools/jdi/EventSetImpl;
        29: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.internalEventSet:Lcom/sun/tools/jdi/EventSetImpl;
            aload 5 /* evt */
            invokevirtual com.sun.tools.jdi.EventSetImpl.addEvent:(Lcom/sun/tools/jdi/EventSetImpl$EventImpl;)V
        30: .line 693
            goto 32
        31: .line 695
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            ldc "Invalid event destination"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // com.sun.tools.jdi.EventSetImpl$EventImpl evt
        32: .line 664
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 4 /* i */
            aload 2 /* compEvt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite.events:[Lcom/sun/tools/jdi/JDWP$Event$Composite$Events;
            arraylength
            if_icmplt 15
        end local 4 // int i
        34: .line 698
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.EventSetImpl.pkt:Lcom/sun/tools/jdi/Packet;
        35: .line 701
            aload 0 /* this */
            invokespecial java.util.ArrayList.size:()I
            ifne 43
        36: .line 704
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            iconst_2
            if_icmpne 39
        37: .line 705
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.resume:()V
        38: .line 706
            goto 42
      StackMap locals:
      StackMap stack:
        39: aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            iconst_1
            if_icmpne 42
        40: .line 708
            aload 3 /* fix6485605 */
            ifnull 42
        41: .line 709
            aload 3 /* fix6485605 */
            invokeinterface com.sun.jdi.ThreadReference.resume:()V
        42: .line 714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
        43: .line 718
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.sun.jdi.ThreadReference fix6485605
        end local 2 // com.sun.tools.jdi.JDWP$Event$Composite compEvt
        end local 1 // com.sun.tools.jdi.PacketStream ps
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   44     0        this  Lcom/sun/tools/jdi/EventSetImpl;
            3   44     1          ps  Lcom/sun/tools/jdi/PacketStream;
            4   44     2     compEvt  Lcom/sun/tools/jdi/JDWP$Event$Composite;
           13   44     3  fix6485605  Lcom/sun/jdi/ThreadReference;
           14   34     4           i  I
           16   32     5         evt  Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
      Exception table:
        from    to  target  type
          17    18      19  Class com.sun.jdi.VMDisconnectedException

  com.sun.jdi.event.EventSet userFilter();
    descriptor: ()Lcom/sun/jdi/event/EventSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 724
            aload 0 /* this */
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  com.sun.jdi.event.EventSet internalFilter();
    descriptor: ()Lcom/sun/jdi/event/EventSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 731
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.internalEventSet:Lcom/sun/tools/jdi/EventSetImpl;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  com.sun.tools.jdi.EventSetImpl$EventImpl createEvent(com.sun.tools.jdi.JDWP$Event$Composite$Events);
    descriptor: (Lcom/sun/tools/jdi/JDWP$Event$Composite$Events;)Lcom/sun/tools/jdi/EventSetImpl$EventImpl;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // com.sun.tools.jdi.JDWP$Event$Composite$Events evt
         0: .line 735
            aload 1 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events.aEventsCommon:Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
            astore 2 /* comm */
        start local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon comm
         1: .line 736
            aload 1 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events.eventKind:B
            lookupswitch { // 18
                    1: 29
                    2: 11
                    4: 8
                    6: 2
                    7: 5
                    8: 32
                    9: 35
                   20: 23
                   21: 26
                   40: 14
                   41: 17
                   42: 20
                   43: 38
                   44: 41
                   45: 44
                   46: 47
                   90: 50
                   99: 53
              default: 56
          }
         2: .line 738
      StackMap locals: com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ThreadStartEventImpl
            dup
            aload 0 /* this */
         3: .line 739
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$ThreadStart
         4: .line 738
            invokespecial com.sun.tools.jdi.EventSetImpl$ThreadStartEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$ThreadStart;)V
            areturn
         5: .line 742
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ThreadDeathEventImpl
            dup
            aload 0 /* this */
         6: .line 743
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$ThreadDeath
         7: .line 742
            invokespecial com.sun.tools.jdi.EventSetImpl$ThreadDeathEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$ThreadDeath;)V
            areturn
         8: .line 746
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl
            dup
            aload 0 /* this */
         9: .line 747
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception
        10: .line 746
            invokespecial com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$Exception;)V
            areturn
        11: .line 750
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$BreakpointEventImpl
            dup
            aload 0 /* this */
        12: .line 751
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$Breakpoint
        13: .line 750
            invokespecial com.sun.tools.jdi.EventSetImpl$BreakpointEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$Breakpoint;)V
            areturn
        14: .line 754
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MethodEntryEventImpl
            dup
            aload 0 /* this */
        15: .line 755
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodEntry
        16: .line 754
            invokespecial com.sun.tools.jdi.EventSetImpl$MethodEntryEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodEntry;)V
            areturn
        17: .line 758
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl
            dup
            aload 0 /* this */
        18: .line 759
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit
        19: .line 758
            invokespecial com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExit;)V
            areturn
        20: .line 762
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl
            dup
            aload 0 /* this */
        21: .line 763
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue
        22: .line 762
            invokespecial com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MethodExitWithReturnValue;)V
            areturn
        23: .line 766
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$AccessWatchpointEventImpl
            dup
            aload 0 /* this */
        24: .line 767
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$FieldAccess
        25: .line 766
            invokespecial com.sun.tools.jdi.EventSetImpl$AccessWatchpointEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$FieldAccess;)V
            areturn
        26: .line 770
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ModificationWatchpointEventImpl
            dup
            aload 0 /* this */
        27: .line 771
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$FieldModification
        28: .line 770
            invokespecial com.sun.tools.jdi.EventSetImpl$ModificationWatchpointEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$FieldModification;)V
            areturn
        29: .line 774
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$StepEventImpl
            dup
            aload 0 /* this */
        30: .line 775
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$SingleStep
        31: .line 774
            invokespecial com.sun.tools.jdi.EventSetImpl$StepEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$SingleStep;)V
            areturn
        32: .line 778
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl
            dup
            aload 0 /* this */
        33: .line 779
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$ClassPrepare
        34: .line 778
            invokespecial com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$ClassPrepare;)V
            areturn
        35: .line 782
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$ClassUnloadEventImpl
            dup
            aload 0 /* this */
        36: .line 783
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$ClassUnload
        37: .line 782
            invokespecial com.sun.tools.jdi.EventSetImpl$ClassUnloadEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$ClassUnload;)V
            areturn
        38: .line 786
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MonitorContendedEnterEventImpl
            dup
            aload 0 /* this */
        39: .line 787
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorContendedEnter
        40: .line 786
            invokespecial com.sun.tools.jdi.EventSetImpl$MonitorContendedEnterEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MonitorContendedEnter;)V
            areturn
        41: .line 790
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MonitorContendedEnteredEventImpl
            dup
            aload 0 /* this */
        42: .line 791
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorContendedEntered
        43: .line 790
            invokespecial com.sun.tools.jdi.EventSetImpl$MonitorContendedEnteredEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MonitorContendedEntered;)V
            areturn
        44: .line 794
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MonitorWaitEventImpl
            dup
            aload 0 /* this */
        45: .line 795
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorWait
        46: .line 794
            invokespecial com.sun.tools.jdi.EventSetImpl$MonitorWaitEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MonitorWait;)V
            areturn
        47: .line 798
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$MonitorWaitedEventImpl
            dup
            aload 0 /* this */
        48: .line 799
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorWaited
        49: .line 798
            invokespecial com.sun.tools.jdi.EventSetImpl$MonitorWaitedEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$MonitorWaited;)V
            areturn
        50: .line 802
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$VMStartEventImpl
            dup
            aload 0 /* this */
        51: .line 803
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$VMStart
        52: .line 802
            invokespecial com.sun.tools.jdi.EventSetImpl$VMStartEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$VMStart;)V
            areturn
        53: .line 806
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.EventSetImpl$VMDeathEventImpl
            dup
            aload 0 /* this */
        54: .line 807
            aload 2 /* comm */
            checkcast com.sun.tools.jdi.JDWP$Event$Composite$Events$VMDeath
        55: .line 806
            invokespecial com.sun.tools.jdi.EventSetImpl$VMDeathEventImpl.<init>:(Lcom/sun/tools/jdi/EventSetImpl;Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$VMDeath;)V
            areturn
        56: .line 811
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Ignoring event cmd "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        57: .line 812
            aload 1 /* evt */
            getfield com.sun.tools.jdi.JDWP$Event$Composite$Events.eventKind:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " from the VM"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        58: .line 811
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        59: .line 813
            aconst_null
            areturn
        end local 2 // com.sun.tools.jdi.JDWP$Event$Composite$Events$EventsCommon comm
        end local 1 // com.sun.tools.jdi.JDWP$Event$Composite$Events evt
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   60     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0   60     1   evt  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events;
            1   60     2  comm  Lcom/sun/tools/jdi/JDWP$Event$Composite$Events$EventsCommon;
    MethodParameters:
      Name  Flags
      evt   

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 818
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  public int suspendPolicy();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 822
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.suspendPolicy:B
            invokestatic com.sun.tools.jdi.EventRequestManagerImpl.JDWPtoJDISuspendPolicy:(B)I
            ireturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  private com.sun.jdi.ThreadReference eventThread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 826
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.sun.tools.jdi.EventSetImpl top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.event.Event
            astore 1 /* event */
        start local 1 // com.sun.jdi.event.Event event
         2: .line 827
            aload 1 /* event */
            instanceof com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
            ifeq 4
         3: .line 828
            aload 1 /* event */
            checkcast com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl
            invokevirtual com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.thread:()Lcom/sun/jdi/ThreadReference;
            areturn
        end local 1 // com.sun.jdi.event.Event event
         4: .line 826
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 831
            aconst_null
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/jdi/EventSetImpl;
            2    4     1  event  Lcom/sun/jdi/event/Event;

  public void resume();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 835
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl.suspendPolicy:()I
            tableswitch { // 0 - 2
                    0: 8
                    1: 3
                    2: 1
              default: 9
          }
         1: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventSetImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.resume:()V
         2: .line 838
            goto 10
         3: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventSetImpl.eventThread:()Lcom/sun/jdi/ThreadReference;
            astore 1 /* thread */
        start local 1 // com.sun.jdi.ThreadReference thread
         4: .line 841
            aload 1 /* thread */
            ifnonnull 6
         5: .line 842
            new com.sun.jdi.InternalException
            dup
            ldc "Inconsistent suspend policy"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 844
      StackMap locals: com.sun.jdi.ThreadReference
      StackMap stack:
            aload 1 /* thread */
            invokeinterface com.sun.jdi.ThreadReference.resume:()V
         7: .line 845
            goto 10
        end local 1 // com.sun.jdi.ThreadReference thread
         8: .line 848
      StackMap locals:
      StackMap stack:
            goto 10
         9: .line 850
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            ldc "Invalid suspend policy"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 852
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/tools/jdi/EventSetImpl;
            4    8     1  thread  Lcom/sun/jdi/ThreadReference;

  public java.util.Iterator<com.sun.jdi.event.Event> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 855
            new com.sun.tools.jdi.EventSetImpl$Itr
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.EventSetImpl$Itr.<init>:(Lcom/sun/tools/jdi/EventSetImpl;)V
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
    Signature: ()Ljava/util/Iterator<Lcom/sun/jdi/event/Event;>;

  public com.sun.jdi.event.EventIterator eventIterator();
    descriptor: ()Lcom/sun/jdi/event/EventIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 859
            new com.sun.tools.jdi.EventSetImpl$Itr
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.EventSetImpl$Itr.<init>:(Lcom/sun/tools/jdi/EventSetImpl;)V
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  public java.util.Spliterator<com.sun.jdi.event.Event> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 893
            aload 0 /* this */
            iconst_1
            invokestatic java.util.Spliterators.spliterator:(Ljava/util/Collection;I)Ljava/util/Spliterator;
            areturn
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
    Signature: ()Ljava/util/Spliterator<Lcom/sun/jdi/event/Event;>;

  public boolean add(com.sun.jdi.event.Event);
    descriptor: (Lcom/sun/jdi/event/Event;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // com.sun.jdi.event.Event o
         0: .line 899
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // com.sun.jdi.event.Event o
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    1     1     o  Lcom/sun/jdi/event/Event;
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // java.lang.Object o
         0: .line 902
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean addAll(java.util.Collection<? extends com.sun.jdi.event.Event>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // java.util.Collection coll
         0: .line 905
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection coll
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    1     1  coll  Ljava/util/Collection<+Lcom/sun/jdi/event/Event;>;
    Signature: (Ljava/util/Collection<+Lcom/sun/jdi/event/Event;>;)Z
    MethodParameters:
      Name  Flags
      coll  

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // java.util.Collection coll
         0: .line 908
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection coll
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    1     1  coll  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      coll  

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventSetImpl this
        start local 1 // java.util.Collection coll
         0: .line 911
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection coll
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;
            0    1     1  coll  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      coll  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventSetImpl this
         0: .line 914
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.jdi.EventSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventSetImpl;

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.jdi.event.Event
            invokevirtual com.sun.tools.jdi.EventSetImpl.add:(Lcom/sun/jdi/event/Event;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$com$sun$tools$jdi$EventDestination();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 86
            getstatic com.sun.tools.jdi.EventSetImpl.$SWITCH_TABLE$com$sun$tools$jdi$EventDestination:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.jdi.EventDestination.values:()[Lcom/sun/tools/jdi/EventDestination;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.jdi.EventDestination.CLIENT_EVENT:Lcom/sun/tools/jdi/EventDestination;
            invokevirtual com.sun.tools.jdi.EventDestination.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.jdi.EventDestination.INTERNAL_EVENT:Lcom/sun/tools/jdi/EventDestination;
            invokevirtual com.sun.tools.jdi.EventDestination.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.jdi.EventDestination.UNKNOWN_EVENT:Lcom/sun/tools/jdi/EventDestination;
            invokevirtual com.sun.tools.jdi.EventDestination.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.sun.tools.jdi.EventSetImpl.$SWITCH_TABLE$com$sun$tools$jdi$EventDestination:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
Signature: Ljava/util/ArrayList<Lcom/sun/jdi/event/Event;>;Lcom/sun/jdi/event/EventSet;
SourceFile: "EventSetImpl.java"
NestMembers:
  com.sun.tools.jdi.EventSetImpl$AccessWatchpointEventImpl  com.sun.tools.jdi.EventSetImpl$BreakpointEventImpl  com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl  com.sun.tools.jdi.EventSetImpl$ClassUnloadEventImpl  com.sun.tools.jdi.EventSetImpl$EventImpl  com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl  com.sun.tools.jdi.EventSetImpl$Itr  com.sun.tools.jdi.EventSetImpl$LocatableEventImpl  com.sun.tools.jdi.EventSetImpl$MethodEntryEventImpl  com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl  com.sun.tools.jdi.EventSetImpl$ModificationWatchpointEventImpl  com.sun.tools.jdi.EventSetImpl$MonitorContendedEnterEventImpl  com.sun.tools.jdi.EventSetImpl$MonitorContendedEnteredEventImpl  com.sun.tools.jdi.EventSetImpl$MonitorWaitEventImpl  com.sun.tools.jdi.EventSetImpl$MonitorWaitedEventImpl  com.sun.tools.jdi.EventSetImpl$StepEventImpl  com.sun.tools.jdi.EventSetImpl$ThreadDeathEventImpl  com.sun.tools.jdi.EventSetImpl$ThreadStartEventImpl  com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl  com.sun.tools.jdi.EventSetImpl$VMDeathEventImpl  com.sun.tools.jdi.EventSetImpl$VMDisconnectEventImpl  com.sun.tools.jdi.EventSetImpl$VMStartEventImpl  com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl
InnerClasses:
  AccessWatchpointEventImpl = com.sun.tools.jdi.EventSetImpl$AccessWatchpointEventImpl of com.sun.tools.jdi.EventSetImpl
  BreakpointEventImpl = com.sun.tools.jdi.EventSetImpl$BreakpointEventImpl of com.sun.tools.jdi.EventSetImpl
  ClassPrepareEventImpl = com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl of com.sun.tools.jdi.EventSetImpl
  ClassUnloadEventImpl = com.sun.tools.jdi.EventSetImpl$ClassUnloadEventImpl of com.sun.tools.jdi.EventSetImpl
  abstract EventImpl = com.sun.tools.jdi.EventSetImpl$EventImpl of com.sun.tools.jdi.EventSetImpl
  ExceptionEventImpl = com.sun.tools.jdi.EventSetImpl$ExceptionEventImpl of com.sun.tools.jdi.EventSetImpl
  public Itr = com.sun.tools.jdi.EventSetImpl$Itr of com.sun.tools.jdi.EventSetImpl
  abstract LocatableEventImpl = com.sun.tools.jdi.EventSetImpl$LocatableEventImpl of com.sun.tools.jdi.EventSetImpl
  MethodEntryEventImpl = com.sun.tools.jdi.EventSetImpl$MethodEntryEventImpl of com.sun.tools.jdi.EventSetImpl
  MethodExitEventImpl = com.sun.tools.jdi.EventSetImpl$MethodExitEventImpl of com.sun.tools.jdi.EventSetImpl
  ModificationWatchpointEventImpl = com.sun.tools.jdi.EventSetImpl$ModificationWatchpointEventImpl of com.sun.tools.jdi.EventSetImpl
  MonitorContendedEnterEventImpl = com.sun.tools.jdi.EventSetImpl$MonitorContendedEnterEventImpl of com.sun.tools.jdi.EventSetImpl
  MonitorContendedEnteredEventImpl = com.sun.tools.jdi.EventSetImpl$MonitorContendedEnteredEventImpl of com.sun.tools.jdi.EventSetImpl
  MonitorWaitEventImpl = com.sun.tools.jdi.EventSetImpl$MonitorWaitEventImpl of com.sun.tools.jdi.EventSetImpl
  MonitorWaitedEventImpl = com.sun.tools.jdi.EventSetImpl$MonitorWaitedEventImpl of com.sun.tools.jdi.EventSetImpl
  StepEventImpl = com.sun.tools.jdi.EventSetImpl$StepEventImpl of com.sun.tools.jdi.EventSetImpl
  ThreadDeathEventImpl = com.sun.tools.jdi.EventSetImpl$ThreadDeathEventImpl of com.sun.tools.jdi.EventSetImpl
  ThreadStartEventImpl = com.sun.tools.jdi.EventSetImpl$ThreadStartEventImpl of com.sun.tools.jdi.EventSetImpl
  abstract ThreadedEventImpl = com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl of com.sun.tools.jdi.EventSetImpl
  VMDeathEventImpl = com.sun.tools.jdi.EventSetImpl$VMDeathEventImpl of com.sun.tools.jdi.EventSetImpl
  VMDisconnectEventImpl = com.sun.tools.jdi.EventSetImpl$VMDisconnectEventImpl of com.sun.tools.jdi.EventSetImpl
  VMStartEventImpl = com.sun.tools.jdi.EventSetImpl$VMStartEventImpl of com.sun.tools.jdi.EventSetImpl
  abstract WatchpointEventImpl = com.sun.tools.jdi.EventSetImpl$WatchpointEventImpl of com.sun.tools.jdi.EventSetImpl
  Event = com.sun.tools.jdi.JDWP$Event of com.sun.tools.jdi.JDWP
  Composite = com.sun.tools.jdi.JDWP$Event$Composite of com.sun.tools.jdi.JDWP$Event
  Events = com.sun.tools.jdi.JDWP$Event$Composite$Events of com.sun.tools.jdi.JDWP$Event$Composite
  Breakpoint = com.sun.tools.jdi.JDWP$Event$Composite$Events$Breakpoint of com.sun.tools.jdi.JDWP$Event$Composite$Events
  ClassPrepare = com.sun.tools.jdi.JDWP$Event$Composite$Events$ClassPrepare of com.sun.tools.jdi.JDWP$Event$Composite$Events
  ClassUnload = com.sun.tools.jdi.JDWP$Event$Composite$Events$ClassUnload of com.sun.tools.jdi.JDWP$Event$Composite$Events
  Exception = com.sun.tools.jdi.JDWP$Event$Composite$Events$Exception of com.sun.tools.jdi.JDWP$Event$Composite$Events
  FieldAccess = com.sun.tools.jdi.JDWP$Event$Composite$Events$FieldAccess of com.sun.tools.jdi.JDWP$Event$Composite$Events
  FieldModification = com.sun.tools.jdi.JDWP$Event$Composite$Events$FieldModification of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MethodEntry = com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodEntry of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MethodExit = com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExit of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MethodExitWithReturnValue = com.sun.tools.jdi.JDWP$Event$Composite$Events$MethodExitWithReturnValue of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MonitorContendedEnter = com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorContendedEnter of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MonitorContendedEntered = com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorContendedEntered of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MonitorWait = com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorWait of com.sun.tools.jdi.JDWP$Event$Composite$Events
  MonitorWaited = com.sun.tools.jdi.JDWP$Event$Composite$Events$MonitorWaited of com.sun.tools.jdi.JDWP$Event$Composite$Events
  SingleStep = com.sun.tools.jdi.JDWP$Event$Composite$Events$SingleStep of com.sun.tools.jdi.JDWP$Event$Composite$Events
  ThreadDeath = com.sun.tools.jdi.JDWP$Event$Composite$Events$ThreadDeath of com.sun.tools.jdi.JDWP$Event$Composite$Events
  ThreadStart = com.sun.tools.jdi.JDWP$Event$Composite$Events$ThreadStart of com.sun.tools.jdi.JDWP$Event$Composite$Events
  VMDeath = com.sun.tools.jdi.JDWP$Event$Composite$Events$VMDeath of com.sun.tools.jdi.JDWP$Event$Composite$Events
  VMStart = com.sun.tools.jdi.JDWP$Event$Composite$Events$VMStart of com.sun.tools.jdi.JDWP$Event$Composite$Events