final class sun.security.provider.ByteArrayAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.ByteArrayAccess
  super_class: java.lang.Object
{
  private static final jdk.internal.misc.Unsafe unsafe;
    descriptor: Ljdk/internal/misc/Unsafe;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean littleEndianUnaligned;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean bigEndian;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int byteArrayOfs;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 62
            invokestatic jdk.internal.misc.Unsafe.getUnsafe:()Ljdk/internal/misc/Unsafe;
            putstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
         1: .line 74
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            ldc [B
            invokevirtual jdk.internal.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            putstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
         2: .line 77
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            ldc [B
            invokevirtual jdk.internal.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            iconst_1
            if_icmpne 7
         3: .line 78
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            ldc [I
            invokevirtual jdk.internal.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            iconst_4
            if_icmpne 7
         4: .line 79
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            ldc [J
            invokevirtual jdk.internal.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            bipush 8
            if_icmpne 7
         5: .line 80
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iconst_3
            iand
            ifne 7
         6: .line 77
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 0 /* scaleOK */
        start local 0 // boolean scaleOK
         9: .line 82
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            astore 1 /* byteOrder */
        start local 1 // java.nio.ByteOrder byteOrder
        10: .line 84
            iload 0 /* scaleOK */
            ifeq 11
            invokestatic sun.security.provider.ByteArrayAccess.unaligned:()Z
            ifeq 11
            aload 1 /* byteOrder */
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 11
            iconst_1
            goto 12
      StackMap locals: int java.nio.ByteOrder
      StackMap stack:
        11: iconst_0
        12: .line 83
      StackMap locals:
      StackMap stack: int
            putstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
        13: .line 86
            iload 0 /* scaleOK */
            ifeq 14
            aload 1 /* byteOrder */
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
        15: .line 85
      StackMap locals:
      StackMap stack: int
            putstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
        end local 1 // java.nio.ByteOrder byteOrder
        end local 0 // boolean scaleOK
        16: .line 87
            return
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            9   16     0    scaleOK  Z
           10   16     1  byteOrder  Ljava/nio/ByteOrder;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.ByteArrayAccess this
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            return
        end local 0 // sun.security.provider.ByteArrayAccess this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/provider/ByteArrayAccess;

  private static boolean unaligned();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 92
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            invokevirtual jdk.internal.misc.Unsafe.unalignedAccess:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void b2iLittle(byte[], int, int[], int, int);
    descriptor: ([BI[III)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // int[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 99
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 100
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmpge 3
         2: .line 101
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 103
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 104
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 105
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 106
            goto 9
         7: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         8: .line 108
            iinc 1 /* inOfs */ 4
         9: .line 106
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 110
            goto 28
      StackMap locals:
      StackMap stack:
        11: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 19
            iload 1 /* inOfs */
            iconst_3
            iand
            ifne 19
        12: .line 111
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 112
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 113
            goto 17
        15: .line 114
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        16: .line 115
            iinc 1 /* inOfs */ 4
        17: .line 113
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 117
            goto 28
        19: .line 118
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        20: .line 119
            goto 27
        21: .line 120
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            sipush 255
            iand
        22: .line 121
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
        23: .line 122
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
        24: .line 123
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            bipush 24
            ishl
            ior
        25: .line 120
            iastore
        26: .line 124
            iinc 1 /* inOfs */ 4
        27: .line 119
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 21
        28: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // int[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0      in  [B
            0   29     1   inOfs  I
            0   29     2     out  [I
            0   29     3  outOfs  I
            0   29     4     len  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void b2iLittle64(byte[], int, int[]);
    descriptor: ([BI[I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // int[] out
         0: .line 131
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            bipush 64
            if_icmplt 2
         1: .line 132
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 133
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 135
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 136
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 137
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         6: .line 138
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         7: .line 139
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         8: .line 140
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         9: .line 141
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        10: .line 142
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        11: .line 143
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        12: .line 144
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        13: .line 145
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        14: .line 146
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        15: .line 147
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        16: .line 148
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        17: .line 149
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        18: .line 150
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        19: .line 151
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        20: .line 152
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        21: .line 153
            goto 42
      StackMap locals:
      StackMap stack:
        22: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 41
            iload 1 /* inOfs */
            iconst_3
            iand
            ifne 41
        23: .line 154
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        24: .line 155
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        25: .line 156
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        26: .line 157
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        27: .line 158
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        28: .line 159
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        29: .line 160
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        30: .line 161
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        31: .line 162
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        32: .line 163
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        33: .line 164
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        34: .line 165
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        35: .line 166
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        36: .line 167
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        37: .line 168
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        38: .line 169
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        39: .line 170
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        40: .line 171
            goto 42
        41: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            aload 2 /* out */
            iconst_0
            bipush 64
            invokestatic sun.security.provider.ByteArrayAccess.b2iLittle:([BI[III)V
        42: .line 174
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   43     0     in  [B
            0   43     1  inOfs  I
            0   43     2    out  [I
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      out    

  static void i2bLittle(int[], int, byte[], int, int);
    descriptor: ([II[BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // int[] in
        start local 1 // int inOfs
        start local 2 // byte[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 180
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmplt 2
         1: .line 181
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 182
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 184
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 185
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 186
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 187
            goto 9
         7: .line 188
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         8: .line 189
            iinc 3 /* outOfs */ 4
         9: .line 187
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 191
            goto 27
      StackMap locals:
      StackMap stack:
        11: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 19
            iload 3 /* outOfs */
            iconst_3
            iand
            ifne 19
        12: .line 192
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
        13: .line 193
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        14: .line 194
            goto 17
        15: .line 195
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
        16: .line 196
            iinc 3 /* outOfs */ 4
        17: .line 194
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 198
            goto 27
        19: .line 199
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        20: .line 200
            goto 26
        21: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            istore 5 /* i */
        start local 5 // int i
        22: .line 202
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            i2b
            bastore
        23: .line 203
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 8
            ishr
            i2b
            bastore
        24: .line 204
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 16
            ishr
            i2b
            bastore
        25: .line 205
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 24
            ishr
            i2b
            bastore
        end local 5 // int i
        26: .line 200
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 21
        27: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // byte[] out
        end local 1 // int inOfs
        end local 0 // int[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0      in  [I
            0   28     1   inOfs  I
            0   28     2     out  [B
            0   28     3  outOfs  I
            0   28     4     len  I
           22   26     5       i  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void i2bLittle4(int, byte[], int);
    descriptor: (I[BI)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int val
        start local 1 // byte[] out
        start local 2 // int outOfs
         0: .line 212
            iload 2 /* outOfs */
            iflt 1
            aload 1 /* out */
            arraylength
            iload 2 /* outOfs */
            isub
            iconst_4
            if_icmpge 2
         1: .line 213
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 215
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 5
         3: .line 216
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         4: .line 217
            goto 12
      StackMap locals:
      StackMap stack:
         5: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 8
            iload 2 /* outOfs */
            iconst_3
            iand
            ifne 8
         6: .line 218
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         7: .line 219
            goto 12
         8: .line 220
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 2 /* outOfs */
            iload 0 /* val */
            i2b
            bastore
         9: .line 221
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_1
            iadd
            iload 0 /* val */
            bipush 8
            ishr
            i2b
            bastore
        10: .line 222
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_2
            iadd
            iload 0 /* val */
            bipush 16
            ishr
            i2b
            bastore
        11: .line 223
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_3
            iadd
            iload 0 /* val */
            bipush 24
            ishr
            i2b
            bastore
        12: .line 225
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int outOfs
        end local 1 // byte[] out
        end local 0 // int val
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0     val  I
            0   13     1     out  [B
            0   13     2  outOfs  I
    MethodParameters:
        Name  Flags
      val     
      out     
      outOfs  

  static void b2iBig(byte[], int, int[], int, int);
    descriptor: ([BI[III)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // int[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 231
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 232
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmpge 3
         2: .line 233
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 235
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 236
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 237
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 238
            goto 9
         7: .line 239
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         8: .line 240
            iinc 1 /* inOfs */ 4
         9: .line 238
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 242
            goto 28
      StackMap locals:
      StackMap stack:
        11: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 19
            iload 1 /* inOfs */
            iconst_3
            iand
            ifne 19
        12: .line 243
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 244
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 245
            goto 17
        15: .line 246
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        16: .line 247
            iinc 1 /* inOfs */ 4
        17: .line 245
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 249
            goto 28
        19: .line 250
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        20: .line 251
            goto 27
        21: .line 252
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        22: .line 253
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
        23: .line 254
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
        24: .line 255
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
            ior
        25: .line 252
            iastore
        26: .line 256
            iinc 1 /* inOfs */ 4
        27: .line 251
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 21
        28: .line 259
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // int[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0      in  [B
            0   29     1   inOfs  I
            0   29     2     out  [I
            0   29     3  outOfs  I
            0   29     4     len  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void b2iBig64(byte[], int, int[]);
    descriptor: ([BI[I)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // int[] out
         0: .line 263
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            bipush 64
            if_icmplt 2
         1: .line 264
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 265
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 267
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 268
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 269
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         6: .line 270
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         7: .line 271
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         8: .line 272
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         9: .line 273
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        10: .line 274
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        11: .line 275
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        12: .line 276
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        13: .line 277
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        14: .line 278
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        15: .line 279
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        16: .line 280
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        17: .line 281
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        18: .line 282
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        19: .line 283
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        20: .line 284
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        21: .line 285
            goto 42
      StackMap locals:
      StackMap stack:
        22: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 41
            iload 1 /* inOfs */
            iconst_3
            iand
            ifne 41
        23: .line 286
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        24: .line 287
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        25: .line 288
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        26: .line 289
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        27: .line 290
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        28: .line 291
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        29: .line 292
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        30: .line 293
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        31: .line 294
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        32: .line 295
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        33: .line 296
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        34: .line 297
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        35: .line 298
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        36: .line 299
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        37: .line 300
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        38: .line 301
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        39: .line 302
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        40: .line 303
            goto 42
        41: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            aload 2 /* out */
            iconst_0
            bipush 64
            invokestatic sun.security.provider.ByteArrayAccess.b2iBig:([BI[III)V
        42: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   43     0     in  [B
            0   43     1  inOfs  I
            0   43     2    out  [I
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      out    

  static void i2bBig(int[], int, byte[], int, int);
    descriptor: ([II[BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // int[] in
        start local 1 // int inOfs
        start local 2 // byte[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 312
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmplt 2
         1: .line 313
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 314
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 316
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 317
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 318
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 319
            goto 9
         7: .line 320
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         8: .line 321
            iinc 3 /* outOfs */ 4
         9: .line 319
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 323
            goto 27
      StackMap locals:
      StackMap stack:
        11: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 19
            iload 3 /* outOfs */
            iconst_3
            iand
            ifne 19
        12: .line 324
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
        13: .line 325
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        14: .line 326
            goto 17
        15: .line 327
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
        16: .line 328
            iinc 3 /* outOfs */ 4
        17: .line 326
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 330
            goto 27
        19: .line 331
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        20: .line 332
            goto 26
        21: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            istore 5 /* i */
        start local 5 // int i
        22: .line 334
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 24
            ishr
            i2b
            bastore
        23: .line 335
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 16
            ishr
            i2b
            bastore
        24: .line 336
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 8
            ishr
            i2b
            bastore
        25: .line 337
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            i2b
            bastore
        end local 5 // int i
        26: .line 332
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 21
        27: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // byte[] out
        end local 1 // int inOfs
        end local 0 // int[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0      in  [I
            0   28     1   inOfs  I
            0   28     2     out  [B
            0   28     3  outOfs  I
            0   28     4     len  I
           22   26     5       i  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void i2bBig4(int, byte[], int);
    descriptor: (I[BI)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int val
        start local 1 // byte[] out
        start local 2 // int outOfs
         0: .line 344
            iload 2 /* outOfs */
            iflt 1
            aload 1 /* out */
            arraylength
            iload 2 /* outOfs */
            isub
            iconst_4
            if_icmpge 2
         1: .line 345
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 347
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 5
         3: .line 348
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         4: .line 349
            goto 12
      StackMap locals:
      StackMap stack:
         5: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 8
            iload 2 /* outOfs */
            iconst_3
            iand
            ifne 8
         6: .line 350
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokevirtual jdk.internal.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         7: .line 351
            goto 12
         8: .line 352
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 2 /* outOfs */
            iload 0 /* val */
            bipush 24
            ishr
            i2b
            bastore
         9: .line 353
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_1
            iadd
            iload 0 /* val */
            bipush 16
            ishr
            i2b
            bastore
        10: .line 354
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_2
            iadd
            iload 0 /* val */
            bipush 8
            ishr
            i2b
            bastore
        11: .line 355
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_3
            iadd
            iload 0 /* val */
            i2b
            bastore
        12: .line 357
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int outOfs
        end local 1 // byte[] out
        end local 0 // int val
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0     val  I
            0   13     1     out  [B
            0   13     2  outOfs  I
    MethodParameters:
        Name  Flags
      val     
      out     
      outOfs  

  static void b2lBig(byte[], int, long[], int, int);
    descriptor: ([BI[JII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // long[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 363
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 364
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmpge 3
         2: .line 365
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 367
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 368
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 369
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 370
            goto 9
         7: .line 371
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         8: .line 372
            iinc 1 /* inOfs */ 8
         9: .line 370
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 374
            goto 43
      StackMap locals:
      StackMap stack:
        11: getstatic sun.security.provider.ByteArrayAccess.bigEndian:Z
            ifeq 23
            iload 1 /* inOfs */
            iconst_3
            iand
            ifne 23
        12: .line 380
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 381
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 382
            goto 21
        15: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
        16: .line 384
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            i2l
            bipush 32
            lshl
        17: .line 385
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            i2l
            ldc 4294967295
            land
        18: .line 384
            lor
        19: .line 383
            lastore
        20: .line 386
            iinc 1 /* inOfs */ 8
        21: .line 382
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        22: .line 388
            goto 43
        23: .line 389
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        24: .line 390
            goto 42
        25: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        26: .line 392
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
        27: .line 391
            ior
        28: .line 393
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
        29: .line 391
            ior
        30: .line 394
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
        31: .line 391
            ior
            istore 5 /* i1 */
        start local 5 // int i1
        32: .line 395
            iinc 1 /* inOfs */ 4
        33: .line 396
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        34: .line 397
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
        35: .line 396
            ior
        36: .line 398
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
        37: .line 396
            ior
        38: .line 399
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
        39: .line 396
            ior
            istore 6 /* i2 */
        start local 6 // int i2
        40: .line 400
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i1 */
            i2l
            bipush 32
            lshl
            iload 6 /* i2 */
            i2l
            ldc 4294967295
            land
            lor
            lastore
        41: .line 401
            iinc 1 /* inOfs */ 4
        end local 6 // int i2
        end local 5 // int i1
        42: .line 390
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 25
        43: .line 404
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // long[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   44     0      in  [B
            0   44     1   inOfs  I
            0   44     2     out  [J
            0   44     3  outOfs  I
            0   44     4     len  I
           32   42     5      i1  I
           40   42     6      i2  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void b2lBig128(byte[], int, long[]);
    descriptor: ([BI[J)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // long[] out
         0: .line 408
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            sipush 128
            if_icmplt 2
         1: .line 409
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 410
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 412
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 413
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 414
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         6: .line 415
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         7: .line 416
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         8: .line 417
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         9: .line 418
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        10: .line 419
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        11: .line 420
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        12: .line 421
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        13: .line 422
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 64
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        14: .line 423
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 72
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        15: .line 424
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 80
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        16: .line 425
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 88
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        17: .line 426
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 96
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        18: .line 427
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 104
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        19: .line 428
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 112
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        20: .line 429
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 120
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        21: .line 430
            goto 23
        22: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            aload 2 /* out */
            iconst_0
            sipush 128
            invokestatic sun.security.provider.ByteArrayAccess.b2lBig:([BI[JII)V
        23: .line 434
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0     in  [B
            0   24     1  inOfs  I
            0   24     2    out  [J
    MethodParameters:
       Name  Flags
      in     
      inOfs  
      out    

  static void l2bBig(long[], int, byte[], int, int);
    descriptor: ([JI[BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // long[] in
        start local 1 // int inOfs
        start local 2 // byte[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 440
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmplt 2
         1: .line 441
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 442
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 444
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 445
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 446
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 447
            goto 9
         7: .line 448
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            laload
            invokestatic java.lang.Long.reverseBytes:(J)J
            invokevirtual jdk.internal.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         8: .line 449
            iinc 3 /* outOfs */ 8
         9: .line 447
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 451
            goto 23
        11: .line 452
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        12: .line 453
            goto 22
        13: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            laload
            lstore 5 /* i */
        start local 5 // long i
        14: .line 455
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 56
            lshr
            l2i
            i2b
            bastore
        15: .line 456
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 48
            lshr
            l2i
            i2b
            bastore
        16: .line 457
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 40
            lshr
            l2i
            i2b
            bastore
        17: .line 458
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 32
            lshr
            l2i
            i2b
            bastore
        18: .line 459
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 24
            lshr
            l2i
            i2b
            bastore
        19: .line 460
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 16
            lshr
            l2i
            i2b
            bastore
        20: .line 461
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 8
            lshr
            l2i
            i2b
            bastore
        21: .line 462
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            l2i
            i2b
            bastore
        end local 5 // long i
        22: .line 453
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 13
        23: .line 465
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // byte[] out
        end local 1 // int inOfs
        end local 0 // long[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0      in  [J
            0   24     1   inOfs  I
            0   24     2     out  [B
            0   24     3  outOfs  I
            0   24     4     len  I
           14   22     5       i  J
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void b2lLittle(byte[], int, long[], int, int);
    descriptor: ([BI[JII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // byte[] in
        start local 1 // int inOfs
        start local 2 // long[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 471
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 472
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmpge 3
         2: .line 473
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 475
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 476
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 477
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 478
            goto 9
         7: .line 479
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            lastore
         8: .line 480
            iinc 1 /* inOfs */ 8
         9: .line 478
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 482
            goto 24
        11: .line 483
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        12: .line 484
            goto 23
        13: .line 485
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            i2l
            ldc 255
            land
        14: .line 486
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
            lor
        15: .line 487
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
            lor
        16: .line 488
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
            lor
        17: .line 489
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
            lor
        18: .line 490
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_5
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
            lor
        19: .line 491
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 6
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 48
            lshl
            lor
        20: .line 492
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 7
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 56
            lshl
            lor
        21: .line 485
            lastore
        22: .line 493
            iinc 1 /* inOfs */ 8
        23: .line 484
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 13
        24: .line 496
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // long[] out
        end local 1 // int inOfs
        end local 0 // byte[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0      in  [B
            0   25     1   inOfs  I
            0   25     2     out  [J
            0   25     3  outOfs  I
            0   25     4     len  I
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     

  static void l2bLittle(long[], int, byte[], int, int);
    descriptor: ([JI[BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // long[] in
        start local 1 // int inOfs
        start local 2 // byte[] out
        start local 3 // int outOfs
        start local 4 // int len
         0: .line 503
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmplt 2
         1: .line 504
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 505
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 507
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 508
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 509
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 510
            goto 9
         7: .line 511
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Ljdk/internal/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            laload
            invokevirtual jdk.internal.misc.Unsafe.putLong:(Ljava/lang/Object;JJ)V
         8: .line 512
            iinc 3 /* outOfs */ 8
         9: .line 510
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 514
            goto 23
        11: .line 515
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        12: .line 516
            goto 22
        13: .line 517
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            laload
            lstore 5 /* i */
        start local 5 // long i
        14: .line 518
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            l2i
            i2b
            bastore
        15: .line 519
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 8
            lshr
            l2i
            i2b
            bastore
        16: .line 520
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 16
            lshr
            l2i
            i2b
            bastore
        17: .line 521
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 24
            lshr
            l2i
            i2b
            bastore
        18: .line 522
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 32
            lshr
            l2i
            i2b
            bastore
        19: .line 523
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 40
            lshr
            l2i
            i2b
            bastore
        20: .line 524
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 48
            lshr
            l2i
            i2b
            bastore
        21: .line 525
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 56
            lshr
            l2i
            i2b
            bastore
        end local 5 // long i
        22: .line 516
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 13
        23: .line 528
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // int outOfs
        end local 2 // byte[] out
        end local 1 // int inOfs
        end local 0 // long[] in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0      in  [J
            0   24     1   inOfs  I
            0   24     2     out  [B
            0   24     3  outOfs  I
            0   24     4     len  I
           14   22     5       i  J
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     
}
SourceFile: "ByteArrayAccess.java"