class sun.net.httpserver.WriteFinishedEvent extends sun.net.httpserver.Event
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.httpserver.WriteFinishedEvent
  super_class: sun.net.httpserver.Event
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 28
            ldc Lsun/net/httpserver/WriteFinishedEvent;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.net.httpserver.WriteFinishedEvent.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.net.httpserver.ExchangeImpl);
    descriptor: (Lsun/net/httpserver/ExchangeImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.WriteFinishedEvent this
        start local 1 // sun.net.httpserver.ExchangeImpl t
         0: .line 30
            aload 0 /* this */
            aload 1 /* t */
            invokespecial sun.net.httpserver.Event.<init>:(Lsun/net/httpserver/ExchangeImpl;)V
         1: .line 31
            getstatic sun.net.httpserver.WriteFinishedEvent.$assertionsDisabled:Z
            ifne 2
            aload 1 /* t */
            getfield sun.net.httpserver.ExchangeImpl.writefinished:Z
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 32
      StackMap locals: sun.net.httpserver.WriteFinishedEvent sun.net.httpserver.ExchangeImpl
      StackMap stack:
            aload 1 /* t */
            iconst_1
            putfield sun.net.httpserver.ExchangeImpl.writefinished:Z
         3: .line 33
            return
        end local 1 // sun.net.httpserver.ExchangeImpl t
        end local 0 // sun.net.httpserver.WriteFinishedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/httpserver/WriteFinishedEvent;
            0    4     1     t  Lsun/net/httpserver/ExchangeImpl;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "WriteFinishedEvent.java"