class com.sun.tools.jdi.VMAction extends java.util.EventObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.VMAction
  super_class: java.util.EventObject
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1701944679310296090

  static final int VM_SUSPENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int VM_NOT_SUSPENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  int id;
    descriptor: I
    flags: (0x0000) 

  com.sun.jdi.ThreadReference resumingThread;
    descriptor: Lcom/sun/jdi/ThreadReference;
    flags: (0x0000) 

  void <init>(com.sun.jdi.VirtualMachine, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.VMAction this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // int id
         0: .line 49
            aload 0 /* this */
            aload 1 /* vm */
            aconst_null
            iload 2 /* id */
            invokespecial com.sun.tools.jdi.VMAction.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/ThreadReference;I)V
         1: .line 50
            return
        end local 2 // int id
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.VMAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VMAction;
            0    2     1    vm  Lcom/sun/jdi/VirtualMachine;
            0    2     2    id  I
    MethodParameters:
      Name  Flags
      vm    
      id    

  void <init>(com.sun.jdi.VirtualMachine, com.sun.jdi.ThreadReference, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/ThreadReference;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.VMAction this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.jdi.ThreadReference resumingThread
        start local 3 // int id
         0: .line 55
            aload 0 /* this */
            aload 1 /* vm */
            invokespecial java.util.EventObject.<init>:(Ljava/lang/Object;)V
         1: .line 56
            aload 0 /* this */
            iload 3 /* id */
            putfield com.sun.tools.jdi.VMAction.id:I
         2: .line 57
            aload 0 /* this */
            aload 2 /* resumingThread */
            putfield com.sun.tools.jdi.VMAction.resumingThread:Lcom/sun/jdi/ThreadReference;
         3: .line 58
            return
        end local 3 // int id
        end local 2 // com.sun.jdi.ThreadReference resumingThread
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.VMAction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/sun/tools/jdi/VMAction;
            0    4     1              vm  Lcom/sun/jdi/VirtualMachine;
            0    4     2  resumingThread  Lcom/sun/jdi/ThreadReference;
            0    4     3              id  I
    MethodParameters:
                Name  Flags
      vm              
      resumingThread  
      id              

  com.sun.jdi.VirtualMachine vm();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VMAction this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.VMAction.getSource:()Ljava/lang/Object;
            checkcast com.sun.jdi.VirtualMachine
            areturn
        end local 0 // com.sun.tools.jdi.VMAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VMAction;

  int id();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VMAction this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.tools.jdi.VMAction.id:I
            ireturn
        end local 0 // com.sun.tools.jdi.VMAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VMAction;

  com.sun.jdi.ThreadReference resumingThread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VMAction this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.tools.jdi.VMAction.resumingThread:Lcom/sun/jdi/ThreadReference;
            areturn
        end local 0 // com.sun.tools.jdi.VMAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VMAction;
}
SourceFile: "VMAction.java"