class io.undertow.server.DirectByteBufferDeallocator$1 implements java.security.PrivilegedAction<sun.misc.Unsafe>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.DirectByteBufferDeallocator$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.DirectByteBufferDeallocator$1 this
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.DirectByteBufferDeallocator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/DirectByteBufferDeallocator$1;

  public sun.misc.Unsafe run();
    descriptor: ()Lsun/misc/Unsafe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.DirectByteBufferDeallocator$1 this
         0: .line 93
            invokestatic io.undertow.server.DirectByteBufferDeallocator.getUnsafe0:()Lsun/misc/Unsafe;
            areturn
        end local 0 // io.undertow.server.DirectByteBufferDeallocator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/DirectByteBufferDeallocator$1;

  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 io.undertow.server.DirectByteBufferDeallocator$1.run:()Lsun/misc/Unsafe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Lsun/misc/Unsafe;>;
SourceFile: "DirectByteBufferDeallocator.java"
EnclosingMethod: io.undertow.server.DirectByteBufferDeallocator.getUnsafe:()Lsun/misc/Unsafe;
NestHost: io.undertow.server.DirectByteBufferDeallocator
InnerClasses:
  io.undertow.server.DirectByteBufferDeallocator$1