class com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl extends com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl implements com.sun.jdi.request.VMDeathRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl
  super_class: com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl
{
  final com.sun.tools.jdi.EventRequestManagerImpl this$0;
    descriptor: Lcom/sun/tools/jdi/EventRequestManagerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.EventRequestManagerImpl);
    descriptor: (Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
         0: .line 732
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl.this$0:Lcom/sun/tools/jdi/EventRequestManagerImpl;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.<init>:(Lcom/sun/tools/jdi/EventRequestManagerImpl;)V
         1: .line 733
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl.requestList:()Ljava/util/List;
            aload 0 /* this */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 734
            return
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$VMDeathRequestImpl;
    MethodParameters:
        Name  Flags
      this$0  final

  int eventCmd();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
         0: .line 737
            bipush 99
            ireturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$VMDeathRequestImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
         0: .line 741
            new java.lang.StringBuilder
            dup
            ldc "VM death request "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl.state:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventRequestManagerImpl$VMDeathRequestImpl;
}
SourceFile: "EventRequestManagerImpl.java"
NestHost: com.sun.tools.jdi.EventRequestManagerImpl
InnerClasses:
  private abstract EventRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl
  VMDeathRequestImpl = com.sun.tools.jdi.EventRequestManagerImpl$VMDeathRequestImpl of com.sun.tools.jdi.EventRequestManagerImpl