class org.xnio.AutomaticReference$Cleaner$1 implements java.security.PrivilegedAction<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.AutomaticReference$Cleaner$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.AutomaticReference$Cleaner$1 this
         0: .line 131
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.AutomaticReference$Cleaner$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AutomaticReference$Cleaner$1;

  public java.lang.Void run();
    descriptor: ()Ljava/lang/Void;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.xnio.AutomaticReference$Cleaner$1 this
         0: .line 133
            new java.lang.Thread
            dup
            new org.xnio.AutomaticReference$Cleaner
            dup
            invokespecial org.xnio.AutomaticReference$Cleaner.<init>:()V
            ldc "XNIO cleaner thread"
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
            astore 1 /* thr */
        start local 1 // java.lang.Thread thr
         1: .line 134
            aload 1 /* thr */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 135
            aload 1 /* thr */
            aconst_null
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
         3: .line 136
            aload 1 /* thr */
            invokevirtual java.lang.Thread.start:()V
         4: .line 137
            aconst_null
            areturn
        end local 1 // java.lang.Thread thr
        end local 0 // org.xnio.AutomaticReference$Cleaner$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/AutomaticReference$Cleaner$1;
            1    5     1   thr  Ljava/lang/Thread;

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.AutomaticReference$Cleaner$1.run:()Ljava/lang/Void;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Void;>;
SourceFile: "AutomaticReference.java"
EnclosingMethod: org.xnio.AutomaticReference$Cleaner
NestHost: org.xnio.AutomaticReference
InnerClasses:
  Cleaner = org.xnio.AutomaticReference$Cleaner of org.xnio.AutomaticReference
  org.xnio.AutomaticReference$Cleaner$1