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

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.netty.util.internal.PlatformDependent0$5 this
         0: .line 271
            ldc "java.nio.Bits"
            iconst_0
            invokestatic io.netty.util.internal.PlatformDependent0.getSystemClassLoader:()Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         1: .line 270
            astore 1 /* bitsClass */
        start local 1 // java.lang.Class bitsClass
         2: .line 272
            aload 1 /* bitsClass */
            ldc "unaligned"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 2 /* unalignedMethod */
        start local 2 // java.lang.reflect.Method unalignedMethod
         3: .line 273
            aload 2 /* unalignedMethod */
            iconst_1
            invokestatic io.netty.util.internal.ReflectionUtil.trySetAccessible:(Ljava/lang/reflect/AccessibleObject;Z)Ljava/lang/Throwable;
            astore 3 /* cause */
        start local 3 // java.lang.Throwable cause
         4: .line 274
            aload 3 /* cause */
            ifnull 7
         5: .line 275
            aload 3 /* cause */
         6: areturn
         7: .line 277
      StackMap locals: java.lang.Class java.lang.reflect.Method java.lang.Throwable
      StackMap stack:
            aload 2 /* unalignedMethod */
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         8: areturn
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.reflect.Method unalignedMethod
        end local 1 // java.lang.Class bitsClass
         9: .line 278
      StackMap locals: io.netty.util.internal.PlatformDependent0$5
      StackMap stack: java.lang.NoSuchMethodException
            astore 1 /* e */
        start local 1 // java.lang.NoSuchMethodException e
        10: .line 279
            aload 1 /* e */
            areturn
        end local 1 // java.lang.NoSuchMethodException e
        11: .line 280
      StackMap locals:
      StackMap stack: java.lang.SecurityException
            astore 1 /* e */
        start local 1 // java.lang.SecurityException e
        12: .line 281
            aload 1 /* e */
            areturn
        end local 1 // java.lang.SecurityException e
        13: .line 282
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* e */
        start local 1 // java.lang.IllegalAccessException e
        14: .line 283
            aload 1 /* e */
            areturn
        end local 1 // java.lang.IllegalAccessException e
        15: .line 284
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 1 /* e */
        start local 1 // java.lang.ClassNotFoundException e
        16: .line 285
            aload 1 /* e */
            areturn
        end local 1 // java.lang.ClassNotFoundException e
        17: .line 286
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* e */
        start local 1 // java.lang.reflect.InvocationTargetException e
        18: .line 287
            aload 1 /* e */
            areturn
        end local 1 // java.lang.reflect.InvocationTargetException e
        end local 0 // io.netty.util.internal.PlatformDependent0$5 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lio/netty/util/internal/PlatformDependent0$5;
            2    9     1        bitsClass  Ljava/lang/Class<*>;
            3    9     2  unalignedMethod  Ljava/lang/reflect/Method;
            4    9     3            cause  Ljava/lang/Throwable;
           10   11     1                e  Ljava/lang/NoSuchMethodException;
           12   13     1                e  Ljava/lang/SecurityException;
           14   15     1                e  Ljava/lang/IllegalAccessException;
           16   17     1                e  Ljava/lang/ClassNotFoundException;
           18   19     1                e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     6       9  Class java.lang.NoSuchMethodException
           7     8       9  Class java.lang.NoSuchMethodException
           0     6      11  Class java.lang.SecurityException
           7     8      11  Class java.lang.SecurityException
           0     6      13  Class java.lang.IllegalAccessException
           7     8      13  Class java.lang.IllegalAccessException
           0     6      15  Class java.lang.ClassNotFoundException
           7     8      15  Class java.lang.ClassNotFoundException
           0     6      17  Class java.lang.reflect.InvocationTargetException
           7     8      17  Class java.lang.reflect.InvocationTargetException
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Object;>;
SourceFile: "PlatformDependent0.java"
EnclosingMethod: io.netty.util.internal.PlatformDependent0
NestHost: io.netty.util.internal.PlatformDependent0
InnerClasses:
  io.netty.util.internal.PlatformDependent0$5