public class com.sun.tools.example.trace.EventThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.trace.EventThread
  super_class: java.lang.Thread
{
  private final com.sun.jdi.VirtualMachine vm;
    descriptor: Lcom/sun/jdi/VirtualMachine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String[] excludes;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.PrintWriter writer;
    descriptor: Ljava/io/PrintWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static java.lang.String nextBaseIndent;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  private boolean connected;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean vmDied;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<com.sun.jdi.ThreadReference, com.sun.tools.example.trace.EventThread$ThreadTrace> traceMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Lcom/sun/jdi/ThreadReference;Lcom/sun/tools/example/trace/EventThread$ThreadTrace;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            ldc ""
            putstatic com.sun.tools.example.trace.EventThread.nextBaseIndent:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.jdi.VirtualMachine, java.lang.String[], java.io.PrintWriter);
    descriptor: (Lcom/sun/jdi/VirtualMachine;[Ljava/lang/String;Ljava/io/PrintWriter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // java.lang.String[] excludes
        start local 3 // java.io.PrintWriter writer
         0: .line 65
            aload 0 /* this */
            ldc "event-handler"
            invokespecial java.lang.Thread.<init>:(Ljava/lang/String;)V
         1: .line 57
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.trace.EventThread.connected:Z
         2: .line 58
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.trace.EventThread.vmDied:Z
         3: .line 61
            aload 0 /* this */
         4: .line 62
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.tools.example.trace.EventThread.traceMap:Ljava/util/Map;
         5: .line 66
            aload 0 /* this */
            aload 1 /* vm */
            putfield com.sun.tools.example.trace.EventThread.vm:Lcom/sun/jdi/VirtualMachine;
         6: .line 67
            aload 0 /* this */
            aload 2 /* excludes */
            putfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
         7: .line 68
            aload 0 /* this */
            aload 3 /* writer */
            putfield com.sun.tools.example.trace.EventThread.writer:Ljava/io/PrintWriter;
         8: .line 69
            return
        end local 3 // java.io.PrintWriter writer
        end local 2 // java.lang.String[] excludes
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/tools/example/trace/EventThread;
            0    9     1        vm  Lcom/sun/jdi/VirtualMachine;
            0    9     2  excludes  [Ljava/lang/String;
            0    9     3    writer  Ljava/io/PrintWriter;
    MethodParameters:
          Name  Flags
      vm        
      excludes  
      writer    

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.tools.example.trace.EventThread this
         0: .line 78
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.vm:Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventQueue:()Lcom/sun/jdi/event/EventQueue;
            astore 1 /* queue */
        start local 1 // com.sun.jdi.event.EventQueue queue
         1: .line 79
            goto 13
         2: .line 81
      StackMap locals: com.sun.jdi.event.EventQueue
      StackMap stack:
            aload 1 /* queue */
            invokeinterface com.sun.jdi.event.EventQueue.remove:()Lcom/sun/jdi/event/EventSet;
            astore 2 /* eventSet */
        start local 2 // com.sun.jdi.event.EventSet eventSet
         3: .line 82
            aload 2 /* eventSet */
            invokeinterface com.sun.jdi.event.EventSet.eventIterator:()Lcom/sun/jdi/event/EventIterator;
            astore 3 /* it */
        start local 3 // com.sun.jdi.event.EventIterator it
         4: .line 83
            goto 6
         5: .line 84
      StackMap locals: com.sun.jdi.event.EventSet com.sun.jdi.event.EventIterator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* it */
            invokeinterface com.sun.jdi.event.EventIterator.nextEvent:()Lcom/sun/jdi/event/Event;
            invokevirtual com.sun.tools.example.trace.EventThread.handleEvent:(Lcom/sun/jdi/event/Event;)V
         6: .line 83
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface com.sun.jdi.event.EventIterator.hasNext:()Z
            ifne 5
         7: .line 86
            aload 2 /* eventSet */
            invokeinterface com.sun.jdi.event.EventSet.resume:()V
        end local 3 // com.sun.jdi.event.EventIterator it
        end local 2 // com.sun.jdi.event.EventSet eventSet
         8: .line 87
            goto 13
      StackMap locals: com.sun.tools.example.trace.EventThread com.sun.jdi.event.EventQueue
      StackMap stack: java.lang.InterruptedException
         9: pop
            goto 13
        10: .line 89
      StackMap locals:
      StackMap stack: com.sun.jdi.VMDisconnectedException
            pop
        11: .line 90
            aload 0 /* this */
            invokevirtual com.sun.tools.example.trace.EventThread.handleDisconnectedException:()V
        12: .line 91
            goto 14
        13: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.connected:Z
            ifne 2
        14: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.event.EventQueue queue
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/sun/tools/example/trace/EventThread;
            1   15     1     queue  Lcom/sun/jdi/event/EventQueue;
            3    8     2  eventSet  Lcom/sun/jdi/event/EventSet;
            4    8     3        it  Lcom/sun/jdi/event/EventIterator;
      Exception table:
        from    to  target  type
           2     8       9  Class java.lang.InterruptedException
           2     8      10  Class com.sun.jdi.VMDisconnectedException

  void setEventRequests(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // boolean watchFields
         0: .line 103
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.vm:Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
            astore 2 /* mgr */
        start local 2 // com.sun.jdi.request.EventRequestManager mgr
         1: .line 106
            aload 2 /* mgr */
            aconst_null
         2: .line 107
            iconst_1
            iconst_1
         3: .line 106
            invokeinterface com.sun.jdi.request.EventRequestManager.createExceptionRequest:(Lcom/sun/jdi/ReferenceType;ZZ)Lcom/sun/jdi/request/ExceptionRequest;
            astore 3 /* excReq */
        start local 3 // com.sun.jdi.request.ExceptionRequest excReq
         4: .line 109
            aload 3 /* excReq */
            iconst_2
            invokeinterface com.sun.jdi.request.ExceptionRequest.setSuspendPolicy:(I)V
         5: .line 110
            aload 3 /* excReq */
            invokeinterface com.sun.jdi.request.ExceptionRequest.enable:()V
         6: .line 112
            aload 2 /* mgr */
            invokeinterface com.sun.jdi.request.EventRequestManager.createMethodEntryRequest:()Lcom/sun/jdi/request/MethodEntryRequest;
            astore 4 /* menr */
        start local 4 // com.sun.jdi.request.MethodEntryRequest menr
         7: .line 113
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 114
      StackMap locals: com.sun.tools.example.trace.EventThread int com.sun.jdi.request.EventRequestManager com.sun.jdi.request.ExceptionRequest com.sun.jdi.request.MethodEntryRequest int
      StackMap stack:
            aload 4 /* menr */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            iload 5 /* i */
            aaload
            invokeinterface com.sun.jdi.request.MethodEntryRequest.addClassExclusionFilter:(Ljava/lang/String;)V
        10: .line 113
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            arraylength
            if_icmplt 9
        end local 5 // int i
        12: .line 116
            aload 4 /* menr */
            iconst_0
            invokeinterface com.sun.jdi.request.MethodEntryRequest.setSuspendPolicy:(I)V
        13: .line 117
            aload 4 /* menr */
            invokeinterface com.sun.jdi.request.MethodEntryRequest.enable:()V
        14: .line 119
            aload 2 /* mgr */
            invokeinterface com.sun.jdi.request.EventRequestManager.createMethodExitRequest:()Lcom/sun/jdi/request/MethodExitRequest;
            astore 5 /* mexr */
        start local 5 // com.sun.jdi.request.MethodExitRequest mexr
        15: .line 120
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 121
      StackMap locals: com.sun.tools.example.trace.EventThread int com.sun.jdi.request.EventRequestManager com.sun.jdi.request.ExceptionRequest com.sun.jdi.request.MethodEntryRequest com.sun.jdi.request.MethodExitRequest int
      StackMap stack:
            aload 5 /* mexr */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            iload 6 /* i */
            aaload
            invokeinterface com.sun.jdi.request.MethodExitRequest.addClassExclusionFilter:(Ljava/lang/String;)V
        18: .line 120
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            arraylength
            if_icmplt 17
        end local 6 // int i
        20: .line 123
            aload 5 /* mexr */
            iconst_0
            invokeinterface com.sun.jdi.request.MethodExitRequest.setSuspendPolicy:(I)V
        21: .line 124
            aload 5 /* mexr */
            invokeinterface com.sun.jdi.request.MethodExitRequest.enable:()V
        22: .line 126
            aload 2 /* mgr */
            invokeinterface com.sun.jdi.request.EventRequestManager.createThreadDeathRequest:()Lcom/sun/jdi/request/ThreadDeathRequest;
            astore 6 /* tdr */
        start local 6 // com.sun.jdi.request.ThreadDeathRequest tdr
        23: .line 128
            aload 6 /* tdr */
            iconst_2
            invokeinterface com.sun.jdi.request.ThreadDeathRequest.setSuspendPolicy:(I)V
        24: .line 129
            aload 6 /* tdr */
            invokeinterface com.sun.jdi.request.ThreadDeathRequest.enable:()V
        25: .line 131
            iload 1 /* watchFields */
            ifeq 34
        26: .line 132
            aload 2 /* mgr */
            invokeinterface com.sun.jdi.request.EventRequestManager.createClassPrepareRequest:()Lcom/sun/jdi/request/ClassPrepareRequest;
            astore 7 /* cpr */
        start local 7 // com.sun.jdi.request.ClassPrepareRequest cpr
        27: .line 133
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        28: goto 31
        29: .line 134
      StackMap locals: com.sun.tools.example.trace.EventThread int com.sun.jdi.request.EventRequestManager com.sun.jdi.request.ExceptionRequest com.sun.jdi.request.MethodEntryRequest com.sun.jdi.request.MethodExitRequest com.sun.jdi.request.ThreadDeathRequest com.sun.jdi.request.ClassPrepareRequest int
      StackMap stack:
            aload 7 /* cpr */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            iload 8 /* i */
            aaload
            invokeinterface com.sun.jdi.request.ClassPrepareRequest.addClassExclusionFilter:(Ljava/lang/String;)V
        30: .line 133
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            arraylength
            if_icmplt 29
        end local 8 // int i
        32: .line 136
            aload 7 /* cpr */
            iconst_2
            invokeinterface com.sun.jdi.request.ClassPrepareRequest.setSuspendPolicy:(I)V
        33: .line 137
            aload 7 /* cpr */
            invokeinterface com.sun.jdi.request.ClassPrepareRequest.enable:()V
        end local 7 // com.sun.jdi.request.ClassPrepareRequest cpr
        34: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.sun.jdi.request.ThreadDeathRequest tdr
        end local 5 // com.sun.jdi.request.MethodExitRequest mexr
        end local 4 // com.sun.jdi.request.MethodEntryRequest menr
        end local 3 // com.sun.jdi.request.ExceptionRequest excReq
        end local 2 // com.sun.jdi.request.EventRequestManager mgr
        end local 1 // boolean watchFields
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Lcom/sun/tools/example/trace/EventThread;
            0   35     1  watchFields  Z
            1   35     2          mgr  Lcom/sun/jdi/request/EventRequestManager;
            4   35     3       excReq  Lcom/sun/jdi/request/ExceptionRequest;
            7   35     4         menr  Lcom/sun/jdi/request/MethodEntryRequest;
            8   12     5            i  I
           15   35     5         mexr  Lcom/sun/jdi/request/MethodExitRequest;
           16   20     6            i  I
           23   35     6          tdr  Lcom/sun/jdi/request/ThreadDeathRequest;
           27   34     7          cpr  Lcom/sun/jdi/request/ClassPrepareRequest;
           28   32     8            i  I
    MethodParameters:
             Name  Flags
      watchFields  

  com.sun.tools.example.trace.EventThread$ThreadTrace threadTrace(com.sun.jdi.ThreadReference);
    descriptor: (Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.ThreadReference thread
         0: .line 222
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.traceMap:Ljava/util/Map;
            aload 1 /* thread */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.example.trace.EventThread$ThreadTrace
            astore 2 /* trace */
        start local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
         1: .line 223
            aload 2 /* trace */
            ifnonnull 4
         2: .line 224
            new com.sun.tools.example.trace.EventThread$ThreadTrace
            dup
            aload 0 /* this */
            aload 1 /* thread */
            invokespecial com.sun.tools.example.trace.EventThread$ThreadTrace.<init>:(Lcom/sun/tools/example/trace/EventThread;Lcom/sun/jdi/ThreadReference;)V
            astore 2 /* trace */
         3: .line 225
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.traceMap:Ljava/util/Map;
            aload 1 /* thread */
            aload 2 /* trace */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 227
      StackMap locals: com.sun.tools.example.trace.EventThread$ThreadTrace
      StackMap stack:
            aload 2 /* trace */
            areturn
        end local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
        end local 1 // com.sun.jdi.ThreadReference thread
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/example/trace/EventThread;
            0    5     1  thread  Lcom/sun/jdi/ThreadReference;
            1    5     2   trace  Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
    MethodParameters:
        Name  Flags
      thread  

  private void handleEvent(com.sun.jdi.event.Event);
    descriptor: (Lcom/sun/jdi/event/Event;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.Event event
         0: .line 234
            aload 1 /* event */
            instanceof com.sun.jdi.event.ExceptionEvent
            ifeq 3
         1: .line 235
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.ExceptionEvent
            invokevirtual com.sun.tools.example.trace.EventThread.exceptionEvent:(Lcom/sun/jdi/event/ExceptionEvent;)V
         2: .line 236
            goto 31
      StackMap locals:
      StackMap stack:
         3: aload 1 /* event */
            instanceof com.sun.jdi.event.ModificationWatchpointEvent
            ifeq 6
         4: .line 237
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.ModificationWatchpointEvent
            invokevirtual com.sun.tools.example.trace.EventThread.fieldWatchEvent:(Lcom/sun/jdi/event/ModificationWatchpointEvent;)V
         5: .line 238
            goto 31
      StackMap locals:
      StackMap stack:
         6: aload 1 /* event */
            instanceof com.sun.jdi.event.MethodEntryEvent
            ifeq 9
         7: .line 239
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.MethodEntryEvent
            invokevirtual com.sun.tools.example.trace.EventThread.methodEntryEvent:(Lcom/sun/jdi/event/MethodEntryEvent;)V
         8: .line 240
            goto 31
      StackMap locals:
      StackMap stack:
         9: aload 1 /* event */
            instanceof com.sun.jdi.event.MethodExitEvent
            ifeq 12
        10: .line 241
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.MethodExitEvent
            invokevirtual com.sun.tools.example.trace.EventThread.methodExitEvent:(Lcom/sun/jdi/event/MethodExitEvent;)V
        11: .line 242
            goto 31
      StackMap locals:
      StackMap stack:
        12: aload 1 /* event */
            instanceof com.sun.jdi.event.StepEvent
            ifeq 15
        13: .line 243
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.StepEvent
            invokevirtual com.sun.tools.example.trace.EventThread.stepEvent:(Lcom/sun/jdi/event/StepEvent;)V
        14: .line 244
            goto 31
      StackMap locals:
      StackMap stack:
        15: aload 1 /* event */
            instanceof com.sun.jdi.event.ThreadDeathEvent
            ifeq 18
        16: .line 245
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.ThreadDeathEvent
            invokevirtual com.sun.tools.example.trace.EventThread.threadDeathEvent:(Lcom/sun/jdi/event/ThreadDeathEvent;)V
        17: .line 246
            goto 31
      StackMap locals:
      StackMap stack:
        18: aload 1 /* event */
            instanceof com.sun.jdi.event.ClassPrepareEvent
            ifeq 21
        19: .line 247
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.ClassPrepareEvent
            invokevirtual com.sun.tools.example.trace.EventThread.classPrepareEvent:(Lcom/sun/jdi/event/ClassPrepareEvent;)V
        20: .line 248
            goto 31
      StackMap locals:
      StackMap stack:
        21: aload 1 /* event */
            instanceof com.sun.jdi.event.VMStartEvent
            ifeq 24
        22: .line 249
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.VMStartEvent
            invokevirtual com.sun.tools.example.trace.EventThread.vmStartEvent:(Lcom/sun/jdi/event/VMStartEvent;)V
        23: .line 250
            goto 31
      StackMap locals:
      StackMap stack:
        24: aload 1 /* event */
            instanceof com.sun.jdi.event.VMDeathEvent
            ifeq 27
        25: .line 251
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.VMDeathEvent
            invokevirtual com.sun.tools.example.trace.EventThread.vmDeathEvent:(Lcom/sun/jdi/event/VMDeathEvent;)V
        26: .line 252
            goto 31
      StackMap locals:
      StackMap stack:
        27: aload 1 /* event */
            instanceof com.sun.jdi.event.VMDisconnectEvent
            ifeq 30
        28: .line 253
            aload 0 /* this */
            aload 1 /* event */
            checkcast com.sun.jdi.event.VMDisconnectEvent
            invokevirtual com.sun.tools.example.trace.EventThread.vmDisconnectEvent:(Lcom/sun/jdi/event/VMDisconnectEvent;)V
        29: .line 254
            goto 31
        30: .line 255
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Unexpected event type"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.event.Event event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   32     0   this  Lcom/sun/tools/example/trace/EventThread;
            0   32     1  event  Lcom/sun/jdi/event/Event;
    MethodParameters:
       Name  Flags
      event  

  synchronized void handleDisconnectedException();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.tools.example.trace.EventThread this
         0: .line 266
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.vm:Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventQueue:()Lcom/sun/jdi/event/EventQueue;
            astore 1 /* queue */
        start local 1 // com.sun.jdi.event.EventQueue queue
         1: .line 267
            goto 15
         2: .line 269
      StackMap locals: com.sun.jdi.event.EventQueue
      StackMap stack:
            aload 1 /* queue */
            invokeinterface com.sun.jdi.event.EventQueue.remove:()Lcom/sun/jdi/event/EventSet;
            astore 2 /* eventSet */
        start local 2 // com.sun.jdi.event.EventSet eventSet
         3: .line 270
            aload 2 /* eventSet */
            invokeinterface com.sun.jdi.event.EventSet.eventIterator:()Lcom/sun/jdi/event/EventIterator;
            astore 3 /* iter */
        start local 3 // com.sun.jdi.event.EventIterator iter
         4: .line 271
            goto 11
         5: .line 272
      StackMap locals: com.sun.jdi.event.EventSet com.sun.jdi.event.EventIterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface com.sun.jdi.event.EventIterator.nextEvent:()Lcom/sun/jdi/event/Event;
            astore 4 /* event */
        start local 4 // com.sun.jdi.event.Event event
         6: .line 273
            aload 4 /* event */
            instanceof com.sun.jdi.event.VMDeathEvent
            ifeq 9
         7: .line 274
            aload 0 /* this */
            aload 4 /* event */
            checkcast com.sun.jdi.event.VMDeathEvent
            invokevirtual com.sun.tools.example.trace.EventThread.vmDeathEvent:(Lcom/sun/jdi/event/VMDeathEvent;)V
         8: .line 275
            goto 11
      StackMap locals: com.sun.jdi.event.Event
      StackMap stack:
         9: aload 4 /* event */
            instanceof com.sun.jdi.event.VMDisconnectEvent
            ifeq 11
        10: .line 276
            aload 0 /* this */
            aload 4 /* event */
            checkcast com.sun.jdi.event.VMDisconnectEvent
            invokevirtual com.sun.tools.example.trace.EventThread.vmDisconnectEvent:(Lcom/sun/jdi/event/VMDisconnectEvent;)V
        end local 4 // com.sun.jdi.event.Event event
        11: .line 271
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface com.sun.jdi.event.EventIterator.hasNext:()Z
            ifne 5
        12: .line 279
            aload 2 /* eventSet */
            invokeinterface com.sun.jdi.event.EventSet.resume:()V
        end local 3 // com.sun.jdi.event.EventIterator iter
        end local 2 // com.sun.jdi.event.EventSet eventSet
        13: .line 280
            goto 15
      StackMap locals: com.sun.tools.example.trace.EventThread com.sun.jdi.event.EventQueue
      StackMap stack: java.lang.InterruptedException
        14: pop
        15: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.connected:Z
            ifne 2
        16: .line 284
            return
        end local 1 // com.sun.jdi.event.EventQueue queue
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/sun/tools/example/trace/EventThread;
            1   17     1     queue  Lcom/sun/jdi/event/EventQueue;
            3   13     2  eventSet  Lcom/sun/jdi/event/EventSet;
            4   13     3      iter  Lcom/sun/jdi/event/EventIterator;
            6   11     4     event  Lcom/sun/jdi/event/Event;
      Exception table:
        from    to  target  type
           2    13      14  Class java.lang.InterruptedException

  private void vmStartEvent(com.sun.jdi.event.VMStartEvent);
    descriptor: (Lcom/sun/jdi/event/VMStartEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.VMStartEvent event
         0: .line 287
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.writer:Ljava/io/PrintWriter;
            ldc "-- VM Started --"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         1: .line 288
            return
        end local 1 // com.sun.jdi.event.VMStartEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    2     1  event  Lcom/sun/jdi/event/VMStartEvent;
    MethodParameters:
       Name  Flags
      event  

  private void methodEntryEvent(com.sun.jdi.event.MethodEntryEvent);
    descriptor: (Lcom/sun/jdi/event/MethodEntryEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.MethodEntryEvent event
         0: .line 292
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.MethodEntryEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual com.sun.tools.example.trace.EventThread.threadTrace:(Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.methodEntryEvent:(Lcom/sun/jdi/event/MethodEntryEvent;)V
         1: .line 293
            return
        end local 1 // com.sun.jdi.event.MethodEntryEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    2     1  event  Lcom/sun/jdi/event/MethodEntryEvent;
    MethodParameters:
       Name  Flags
      event  

  private void methodExitEvent(com.sun.jdi.event.MethodExitEvent);
    descriptor: (Lcom/sun/jdi/event/MethodExitEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.MethodExitEvent event
         0: .line 297
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.MethodExitEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual com.sun.tools.example.trace.EventThread.threadTrace:(Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.methodExitEvent:(Lcom/sun/jdi/event/MethodExitEvent;)V
         1: .line 298
            return
        end local 1 // com.sun.jdi.event.MethodExitEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    2     1  event  Lcom/sun/jdi/event/MethodExitEvent;
    MethodParameters:
       Name  Flags
      event  

  private void stepEvent(com.sun.jdi.event.StepEvent);
    descriptor: (Lcom/sun/jdi/event/StepEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.StepEvent event
         0: .line 302
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.StepEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual com.sun.tools.example.trace.EventThread.threadTrace:(Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.stepEvent:(Lcom/sun/jdi/event/StepEvent;)V
         1: .line 303
            return
        end local 1 // com.sun.jdi.event.StepEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    2     1  event  Lcom/sun/jdi/event/StepEvent;
    MethodParameters:
       Name  Flags
      event  

  private void fieldWatchEvent(com.sun.jdi.event.ModificationWatchpointEvent);
    descriptor: (Lcom/sun/jdi/event/ModificationWatchpointEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.ModificationWatchpointEvent event
         0: .line 307
            aload 0 /* this */
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.ModificationWatchpointEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokevirtual com.sun.tools.example.trace.EventThread.threadTrace:(Lcom/sun/jdi/ThreadReference;)Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.fieldWatchEvent:(Lcom/sun/jdi/event/ModificationWatchpointEvent;)V
         1: .line 308
            return
        end local 1 // com.sun.jdi.event.ModificationWatchpointEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    2     1  event  Lcom/sun/jdi/event/ModificationWatchpointEvent;
    MethodParameters:
       Name  Flags
      event  

  void threadDeathEvent(com.sun.jdi.event.ThreadDeathEvent);
    descriptor: (Lcom/sun/jdi/event/ThreadDeathEvent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.ThreadDeathEvent event
         0: .line 311
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.traceMap:Ljava/util/Map;
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.ThreadDeathEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.example.trace.EventThread$ThreadTrace
            astore 2 /* trace */
        start local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
         1: .line 312
            aload 2 /* trace */
            ifnull 3
         2: .line 313
            aload 2 /* trace */
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.threadDeathEvent:(Lcom/sun/jdi/event/ThreadDeathEvent;)V
         3: .line 315
      StackMap locals: com.sun.tools.example.trace.EventThread$ThreadTrace
      StackMap stack:
            return
        end local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
        end local 1 // com.sun.jdi.event.ThreadDeathEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    4     1  event  Lcom/sun/jdi/event/ThreadDeathEvent;
            1    4     2  trace  Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
    MethodParameters:
       Name  Flags
      event  

  private void classPrepareEvent(com.sun.jdi.event.ClassPrepareEvent);
    descriptor: (Lcom/sun/jdi/event/ClassPrepareEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.ClassPrepareEvent event
         0: .line 322
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.vm:Lcom/sun/jdi/VirtualMachine;
            invokeinterface com.sun.jdi.VirtualMachine.eventRequestManager:()Lcom/sun/jdi/request/EventRequestManager;
            astore 2 /* mgr */
        start local 2 // com.sun.jdi.request.EventRequestManager mgr
         1: .line 323
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.ClassPrepareEvent.referenceType:()Lcom/sun/jdi/ReferenceType;
            invokeinterface com.sun.jdi.ReferenceType.visibleFields:()Ljava/util/List;
            astore 3 /* fields */
        start local 3 // java.util.List fields
         2: .line 324
            aload 3 /* fields */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals: com.sun.tools.example.trace.EventThread com.sun.jdi.event.ClassPrepareEvent com.sun.jdi.request.EventRequestManager java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Field
            astore 4 /* field */
        start local 4 // com.sun.jdi.Field field
         4: .line 326
            aload 2 /* mgr */
            aload 4 /* field */
            invokeinterface com.sun.jdi.request.EventRequestManager.createModificationWatchpointRequest:(Lcom/sun/jdi/Field;)Lcom/sun/jdi/request/ModificationWatchpointRequest;
         5: .line 325
            astore 6 /* req */
        start local 6 // com.sun.jdi.request.ModificationWatchpointRequest req
         6: .line 327
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         7: goto 10
         8: .line 328
      StackMap locals: com.sun.tools.example.trace.EventThread com.sun.jdi.event.ClassPrepareEvent com.sun.jdi.request.EventRequestManager java.util.List com.sun.jdi.Field java.util.Iterator com.sun.jdi.request.ModificationWatchpointRequest int
      StackMap stack:
            aload 6 /* req */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokeinterface com.sun.jdi.request.ModificationWatchpointRequest.addClassExclusionFilter:(Ljava/lang/String;)V
         9: .line 327
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.excludes:[Ljava/lang/String;
            arraylength
            if_icmplt 8
        end local 7 // int i
        11: .line 330
            aload 6 /* req */
            iconst_0
            invokeinterface com.sun.jdi.request.ModificationWatchpointRequest.setSuspendPolicy:(I)V
        12: .line 331
            aload 6 /* req */
            invokeinterface com.sun.jdi.request.ModificationWatchpointRequest.enable:()V
        end local 6 // com.sun.jdi.request.ModificationWatchpointRequest req
        end local 4 // com.sun.jdi.Field field
        13: .line 324
      StackMap locals: com.sun.tools.example.trace.EventThread com.sun.jdi.event.ClassPrepareEvent com.sun.jdi.request.EventRequestManager java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        14: .line 333
            return
        end local 3 // java.util.List fields
        end local 2 // com.sun.jdi.request.EventRequestManager mgr
        end local 1 // com.sun.jdi.event.ClassPrepareEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/tools/example/trace/EventThread;
            0   15     1   event  Lcom/sun/jdi/event/ClassPrepareEvent;
            1   15     2     mgr  Lcom/sun/jdi/request/EventRequestManager;
            2   15     3  fields  Ljava/util/List<Lcom/sun/jdi/Field;>;
            4   13     4   field  Lcom/sun/jdi/Field;
            6   13     6     req  Lcom/sun/jdi/request/ModificationWatchpointRequest;
            7   11     7       i  I
    MethodParameters:
       Name  Flags
      event  

  private void exceptionEvent(com.sun.jdi.event.ExceptionEvent);
    descriptor: (Lcom/sun/jdi/event/ExceptionEvent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.ExceptionEvent event
         0: .line 336
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.traceMap:Ljava/util/Map;
            aload 1 /* event */
            invokeinterface com.sun.jdi.event.ExceptionEvent.thread:()Lcom/sun/jdi/ThreadReference;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.example.trace.EventThread$ThreadTrace
            astore 2 /* trace */
        start local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
         1: .line 337
            aload 2 /* trace */
            ifnull 3
         2: .line 338
            aload 2 /* trace */
            aload 1 /* event */
            invokevirtual com.sun.tools.example.trace.EventThread$ThreadTrace.exceptionEvent:(Lcom/sun/jdi/event/ExceptionEvent;)V
         3: .line 340
      StackMap locals: com.sun.tools.example.trace.EventThread$ThreadTrace
      StackMap stack:
            return
        end local 2 // com.sun.tools.example.trace.EventThread$ThreadTrace trace
        end local 1 // com.sun.jdi.event.ExceptionEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    4     1  event  Lcom/sun/jdi/event/ExceptionEvent;
            1    4     2  trace  Lcom/sun/tools/example/trace/EventThread$ThreadTrace;
    MethodParameters:
       Name  Flags
      event  

  public void vmDeathEvent(com.sun.jdi.event.VMDeathEvent);
    descriptor: (Lcom/sun/jdi/event/VMDeathEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.VMDeathEvent event
         0: .line 343
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.example.trace.EventThread.vmDied:Z
         1: .line 344
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.writer:Ljava/io/PrintWriter;
            ldc "-- The application exited --"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         2: .line 345
            return
        end local 1 // com.sun.jdi.event.VMDeathEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    3     1  event  Lcom/sun/jdi/event/VMDeathEvent;
    MethodParameters:
       Name  Flags
      event  

  public void vmDisconnectEvent(com.sun.jdi.event.VMDisconnectEvent);
    descriptor: (Lcom/sun/jdi/event/VMDisconnectEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.trace.EventThread this
        start local 1 // com.sun.jdi.event.VMDisconnectEvent event
         0: .line 348
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.trace.EventThread.connected:Z
         1: .line 349
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.vmDied:Z
            ifne 3
         2: .line 350
            aload 0 /* this */
            getfield com.sun.tools.example.trace.EventThread.writer:Ljava/io/PrintWriter;
            ldc "-- The application has been disconnected --"
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         3: .line 352
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.jdi.event.VMDisconnectEvent event
        end local 0 // com.sun.tools.example.trace.EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/example/trace/EventThread;
            0    4     1  event  Lcom/sun/jdi/event/VMDisconnectEvent;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "EventThread.java"
NestMembers:
  com.sun.tools.example.trace.EventThread$ThreadTrace
InnerClasses:
  ThreadTrace = com.sun.tools.example.trace.EventThread$ThreadTrace of com.sun.tools.example.trace.EventThread