class org.xnio.IoUtils$1 implements java.util.concurrent.Executor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.IoUtils$1
  super_class: java.lang.Object
{
  private final java.lang.String string;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.xnio.IoUtils$1 this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            ldc "null executor <%s>"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            putfield org.xnio.IoUtils$1.string:Ljava/lang/String;
         2: .line 56
            return
        end local 0 // org.xnio.IoUtils$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/IoUtils$1;

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.xnio.IoUtils$1 this
        start local 1 // java.lang.Runnable command
         0: .line 61
            return
        end local 1 // java.lang.Runnable command
        end local 0 // org.xnio.IoUtils$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/IoUtils$1;
            0    1     1  command  Ljava/lang/Runnable;
    MethodParameters:
         Name  Flags
      command  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.IoUtils$1 this
         0: .line 64
            aload 0 /* this */
            getfield org.xnio.IoUtils$1.string:Ljava/lang/String;
            areturn
        end local 0 // org.xnio.IoUtils$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/IoUtils$1;
}
SourceFile: "IoUtils.java"
EnclosingMethod: org.xnio.IoUtils
NestHost: org.xnio.IoUtils
InnerClasses:
  org.xnio.IoUtils$1