class com.lmax.disruptor.util.Util$1 implements java.security.PrivilegedExceptionAction<sun.misc.Unsafe>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.lmax.disruptor.util.Util$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.lmax.disruptor.util.Util$1 this
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.lmax.disruptor.util.Util$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/util/Util$1;

  public sun.misc.Unsafe run();
    descriptor: ()Lsun/misc/Unsafe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.lmax.disruptor.util.Util$1 this
         0: .line 103
            ldc Lsun/misc/Unsafe;
            ldc "theUnsafe"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 1 /* theUnsafe */
        start local 1 // java.lang.reflect.Field theUnsafe
         1: .line 104
            aload 1 /* theUnsafe */
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         2: .line 105
            aload 1 /* theUnsafe */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.misc.Unsafe
            areturn
        end local 1 // java.lang.reflect.Field theUnsafe
        end local 0 // com.lmax.disruptor.util.Util$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/lmax/disruptor/util/Util$1;
            1    3     1  theUnsafe  Ljava/lang/reflect/Field;
    Exceptions:
      throws java.lang.Exception

  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 com.lmax.disruptor.util.Util$1.run:()Lsun/misc/Unsafe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Lsun/misc/Unsafe;>;
SourceFile: "Util.java"
EnclosingMethod: com.lmax.disruptor.util.Util
NestHost: com.lmax.disruptor.util.Util
InnerClasses:
  com.lmax.disruptor.util.Util$1