class sun.net.httpserver.ServerImpl$DefaultExecutor implements java.util.concurrent.Executor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.httpserver.ServerImpl$DefaultExecutor
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.ServerImpl$DefaultExecutor this
         0: .line 157
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.net.httpserver.ServerImpl$DefaultExecutor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/httpserver/ServerImpl$DefaultExecutor;

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.net.httpserver.ServerImpl$DefaultExecutor this
        start local 1 // java.lang.Runnable task
         0: .line 159
            aload 1 /* task */
            invokeinterface java.lang.Runnable.run:()V
         1: .line 160
            return
        end local 1 // java.lang.Runnable task
        end local 0 // sun.net.httpserver.ServerImpl$DefaultExecutor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/httpserver/ServerImpl$DefaultExecutor;
            0    2     1  task  Ljava/lang/Runnable;
    MethodParameters:
      Name  Flags
      task  
}
SourceFile: "ServerImpl.java"
NestHost: sun.net.httpserver.ServerImpl
InnerClasses:
  private DefaultExecutor = sun.net.httpserver.ServerImpl$DefaultExecutor of sun.net.httpserver.ServerImpl