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 sun.misc.Unsafe unsafe;
    descriptor: Lsun/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 sun.misc.Unsafe.getUnsafe:()Lsun/misc/Unsafe;
            putstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
         1: .line 74
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            ldc [B
            invokevirtual sun.misc.Unsafe.arrayBaseOffset:(Ljava/lang/Class;)I
            putstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
         2: .line 77
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            ldc [B
            invokevirtual sun.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            iconst_1
            if_icmpne 7
         3: .line 78
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            ldc [I
            invokevirtual sun.misc.Unsafe.arrayIndexScale:(Ljava/lang/Class;)I
            iconst_4
            if_icmpne 7
         4: .line 79
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            ldc [J
            invokevirtual sun.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=4, locals=1, args_size=0
         0: .line 95
            new sun.security.action.GetPropertyAction
            dup
            ldc "os.arch"
            ldc ""
            invokespecial sun.security.action.GetPropertyAction.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 94
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 0 /* arch */
        start local 0 // java.lang.String arch
         2: .line 96
            aload 0 /* arch */
            ldc "i386"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            aload 0 /* arch */
            ldc "x86"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            aload 0 /* arch */
            ldc "amd64"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            iconst_0
            ireturn
      StackMap locals: java.lang.String
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // java.lang.String arch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    4     0  arch  Ljava/lang/String;

  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 103
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 104
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmpge 3
         2: .line 105
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 107
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 108
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 109
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 110
            goto 9
         7: .line 111
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         8: .line 112
            iinc 1 /* inOfs */ 4
         9: .line 110
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 114
            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 115
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 116
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 117
            goto 17
        15: .line 118
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        16: .line 119
            iinc 1 /* inOfs */ 4
        17: .line 117
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 121
            goto 28
        19: .line 122
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        20: .line 123
            goto 27
        21: .line 124
      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 125
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
        23: .line 126
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
        24: .line 127
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            bipush 24
            ishl
            ior
        25: .line 124
            iastore
        26: .line 128
            iinc 1 /* inOfs */ 4
        27: .line 123
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 21
        28: .line 131
      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 135
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            bipush 64
            if_icmplt 2
         1: .line 136
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 137
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 139
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 140
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 141
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         6: .line 142
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         7: .line 143
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         8: .line 144
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
         9: .line 145
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        10: .line 146
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        11: .line 147
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        12: .line 148
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        13: .line 149
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        14: .line 150
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        15: .line 151
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        16: .line 152
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        17: .line 153
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        18: .line 154
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        19: .line 155
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        20: .line 156
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        21: .line 157
            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 158
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        24: .line 159
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        25: .line 160
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        26: .line 161
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        27: .line 162
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        28: .line 163
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        29: .line 164
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        30: .line 165
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        31: .line 166
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        32: .line 167
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        33: .line 168
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        34: .line 169
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        35: .line 170
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        36: .line 171
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        37: .line 172
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        38: .line 173
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        39: .line 174
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        40: .line 175
            goto 42
        41: .line 176
      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 178
      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 184
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmplt 2
         1: .line 185
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 186
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 188
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 189
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 190
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 191
            goto 9
         7: .line 192
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokevirtual sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         8: .line 193
            iinc 3 /* outOfs */ 4
         9: .line 191
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 195
            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 196
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
        13: .line 197
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        14: .line 198
            goto 17
        15: .line 199
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/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 sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
        16: .line 200
            iinc 3 /* outOfs */ 4
        17: .line 198
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 202
            goto 27
        19: .line 203
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        20: .line 204
            goto 26
        21: .line 205
      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 206
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            i2b
            bastore
        23: .line 207
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 8
            ishr
            i2b
            bastore
        24: .line 208
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 16
            ishr
            i2b
            bastore
        25: .line 209
            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 204
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 21
        27: .line 212
      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 216
            iload 2 /* outOfs */
            iflt 1
            aload 1 /* out */
            arraylength
            iload 2 /* outOfs */
            isub
            iconst_4
            if_icmpge 2
         1: .line 217
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 219
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 5
         3: .line 220
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokevirtual sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         4: .line 221
            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 222
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/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 sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         7: .line 223
            goto 12
         8: .line 224
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 2 /* outOfs */
            iload 0 /* val */
            i2b
            bastore
         9: .line 225
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_1
            iadd
            iload 0 /* val */
            bipush 8
            ishr
            i2b
            bastore
        10: .line 226
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_2
            iadd
            iload 0 /* val */
            bipush 16
            ishr
            i2b
            bastore
        11: .line 227
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_3
            iadd
            iload 0 /* val */
            bipush 24
            ishr
            i2b
            bastore
        12: .line 229
      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 235
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 236
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmpge 3
         2: .line 237
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 239
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 240
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 241
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 242
            goto 9
         7: .line 243
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         8: .line 244
            iinc 1 /* inOfs */ 4
         9: .line 242
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 246
            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 247
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 248
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 249
            goto 17
        15: .line 250
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        16: .line 251
            iinc 1 /* inOfs */ 4
        17: .line 249
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 253
            goto 28
        19: .line 254
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        20: .line 255
            goto 27
        21: .line 256
      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 257
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
        23: .line 258
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
        24: .line 259
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
            ior
        25: .line 256
            iastore
        26: .line 260
            iinc 1 /* inOfs */ 4
        27: .line 255
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 21
        28: .line 263
      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 267
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            bipush 64
            if_icmplt 2
         1: .line 268
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 269
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 271
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 272
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 273
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         6: .line 274
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         7: .line 275
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         8: .line 276
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         9: .line 277
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        10: .line 278
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        11: .line 279
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        12: .line 280
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        13: .line 281
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        14: .line 282
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        15: .line 283
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        16: .line 284
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        17: .line 285
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        18: .line 286
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        19: .line 287
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        20: .line 288
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
        21: .line 289
            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 290
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        24: .line 291
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        25: .line 292
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        26: .line 293
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        27: .line 294
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 12
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        28: .line 295
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        29: .line 296
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 20
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        30: .line 297
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        31: .line 298
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 28
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        32: .line 299
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        33: .line 300
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 36
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        34: .line 301
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        35: .line 302
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 44
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        36: .line 303
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        37: .line 304
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 52
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        38: .line 305
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        39: .line 306
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 60
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            iastore
        40: .line 307
            goto 42
        41: .line 308
      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 310
      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 316
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            iconst_4
            idiv
            if_icmplt 2
         1: .line 317
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 318
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 320
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 321
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
         5: .line 322
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         6: .line 323
            goto 9
         7: .line 324
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/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 sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         8: .line 325
            iinc 3 /* outOfs */ 4
         9: .line 323
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 327
            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 328
            iload 3 /* outOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 3 /* outOfs */
        13: .line 329
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        14: .line 330
            goto 17
        15: .line 331
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 2 /* out */
            iload 3 /* outOfs */
            i2l
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            iaload
            invokevirtual sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
        16: .line 332
            iinc 3 /* outOfs */ 4
        17: .line 330
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 15
        18: .line 334
            goto 27
        19: .line 335
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
        20: .line 336
            goto 26
        21: .line 337
      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 338
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 24
            ishr
            i2b
            bastore
        23: .line 339
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 16
            ishr
            i2b
            bastore
        24: .line 340
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            bipush 8
            ishr
            i2b
            bastore
        25: .line 341
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            iload 5 /* i */
            i2b
            bastore
        end local 5 // int i
        26: .line 336
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 21
        27: .line 344
      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 348
            iload 2 /* outOfs */
            iflt 1
            aload 1 /* out */
            arraylength
            iload 2 /* outOfs */
            isub
            iconst_4
            if_icmpge 2
         1: .line 349
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 351
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 5
         3: .line 352
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/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 sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         4: .line 353
            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 354
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 1 /* out */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iload 2 /* outOfs */
            iadd
            i2l
            iload 0 /* val */
            invokevirtual sun.misc.Unsafe.putInt:(Ljava/lang/Object;JI)V
         7: .line 355
            goto 12
         8: .line 356
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 2 /* outOfs */
            iload 0 /* val */
            bipush 24
            ishr
            i2b
            bastore
         9: .line 357
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_1
            iadd
            iload 0 /* val */
            bipush 16
            ishr
            i2b
            bastore
        10: .line 358
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_2
            iadd
            iload 0 /* val */
            bipush 8
            ishr
            i2b
            bastore
        11: .line 359
            aload 1 /* out */
            iload 2 /* outOfs */
            iconst_3
            iadd
            iload 0 /* val */
            i2b
            bastore
        12: .line 361
      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 367
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            if_icmplt 2
         1: .line 368
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmpge 3
         2: .line 369
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 371
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 11
         4: .line 372
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 373
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
         6: .line 374
            goto 9
         7: .line 375
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         8: .line 376
            iinc 1 /* inOfs */ 8
         9: .line 374
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 7
        10: .line 378
            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 384
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
        13: .line 385
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        14: .line 386
            goto 21
        15: .line 387
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
        16: .line 388
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            i2l
            bipush 32
            lshl
        17: .line 389
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_4
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getInt:(Ljava/lang/Object;J)I
            i2l
            ldc 4294967295
            land
        18: .line 388
            lor
        19: .line 387
            lastore
        20: .line 390
            iinc 1 /* inOfs */ 8
        21: .line 386
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 15
        22: .line 392
            goto 43
        23: .line 393
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 1 /* inOfs */
            iadd
            istore 4 /* len */
        24: .line 394
            goto 42
        25: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        26: .line 396
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
        27: .line 395
            ior
        28: .line 397
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
        29: .line 395
            ior
        30: .line 398
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
        31: .line 395
            ior
            istore 5 /* i1 */
        start local 5 // int i1
        32: .line 399
            iinc 1 /* inOfs */ 4
        33: .line 400
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_3
            iadd
            baload
            sipush 255
            iand
        34: .line 401
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
        35: .line 400
            ior
        36: .line 402
            aload 0 /* in */
            iload 1 /* inOfs */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
        37: .line 400
            ior
        38: .line 403
            aload 0 /* in */
            iload 1 /* inOfs */
            baload
            bipush 24
            ishl
        39: .line 400
            ior
            istore 6 /* i2 */
        start local 6 // int i2
        40: .line 404
            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 405
            iinc 1 /* inOfs */ 4
        end local 6 // int i2
        end local 5 // int i1
        42: .line 394
      StackMap locals:
      StackMap stack:
            iload 1 /* inOfs */
            iload 4 /* len */
            if_icmplt 25
        43: .line 408
      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 412
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            sipush 128
            if_icmplt 2
         1: .line 413
            aload 2 /* out */
            arraylength
            bipush 16
            if_icmpge 3
         2: .line 414
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 416
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.ByteArrayAccess.littleEndianUnaligned:Z
            ifeq 22
         4: .line 417
            iload 1 /* inOfs */
            getstatic sun.security.provider.ByteArrayAccess.byteArrayOfs:I
            iadd
            istore 1 /* inOfs */
         5: .line 418
            aload 2 /* out */
            iconst_0
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         6: .line 419
            aload 2 /* out */
            iconst_1
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 8
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         7: .line 420
            aload 2 /* out */
            iconst_2
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 16
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         8: .line 421
            aload 2 /* out */
            iconst_3
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 24
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         9: .line 422
            aload 2 /* out */
            iconst_4
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 32
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        10: .line 423
            aload 2 /* out */
            iconst_5
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 40
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        11: .line 424
            aload 2 /* out */
            bipush 6
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 48
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        12: .line 425
            aload 2 /* out */
            bipush 7
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 56
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        13: .line 426
            aload 2 /* out */
            bipush 8
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 64
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        14: .line 427
            aload 2 /* out */
            bipush 9
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 72
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        15: .line 428
            aload 2 /* out */
            bipush 10
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 80
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        16: .line 429
            aload 2 /* out */
            bipush 11
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 88
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        17: .line 430
            aload 2 /* out */
            bipush 12
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 96
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        18: .line 431
            aload 2 /* out */
            bipush 13
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 104
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        19: .line 432
            aload 2 /* out */
            bipush 14
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 112
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        20: .line 433
            aload 2 /* out */
            bipush 15
            getstatic sun.security.provider.ByteArrayAccess.unsafe:Lsun/misc/Unsafe;
            aload 0 /* in */
            iload 1 /* inOfs */
            bipush 120
            iadd
            i2l
            invokevirtual sun.misc.Unsafe.getLong:(Ljava/lang/Object;J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
        21: .line 434
            goto 23
        22: .line 436
      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 438
      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=5, 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 444
            iload 1 /* inOfs */
            iflt 2
            aload 0 /* in */
            arraylength
            iload 1 /* inOfs */
            isub
            iload 4 /* len */
            bipush 8
            idiv
            if_icmplt 2
         1: .line 445
            iload 3 /* outOfs */
            iflt 2
            aload 2 /* out */
            arraylength
            iload 3 /* outOfs */
            isub
            iload 4 /* len */
            if_icmpge 3
         2: .line 446
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 448
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iload 3 /* outOfs */
            iadd
            istore 4 /* len */
         4: .line 449
            goto 14
         5: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* in */
            iload 1 /* inOfs */
            iinc 1 /* inOfs */ 1
            laload
            lstore 5 /* i */
        start local 5 // long i
         6: .line 451
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 56
            lshr
            l2i
            i2b
            bastore
         7: .line 452
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 48
            lshr
            l2i
            i2b
            bastore
         8: .line 453
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 40
            lshr
            l2i
            i2b
            bastore
         9: .line 454
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 32
            lshr
            l2i
            i2b
            bastore
        10: .line 455
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 24
            lshr
            l2i
            i2b
            bastore
        11: .line 456
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 16
            lshr
            l2i
            i2b
            bastore
        12: .line 457
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            bipush 8
            lshr
            l2i
            i2b
            bastore
        13: .line 458
            aload 2 /* out */
            iload 3 /* outOfs */
            iinc 3 /* outOfs */ 1
            lload 5 /* i */
            l2i
            i2b
            bastore
        end local 5 // long i
        14: .line 449
      StackMap locals:
      StackMap stack:
            iload 3 /* outOfs */
            iload 4 /* len */
            if_icmplt 5
        15: .line 460
            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   16     0      in  [J
            0   16     1   inOfs  I
            0   16     2     out  [B
            0   16     3  outOfs  I
            0   16     4     len  I
            6   14     5       i  J
    MethodParameters:
        Name  Flags
      in      
      inOfs   
      out     
      outOfs  
      len     
}
SourceFile: "ByteArrayAccess.java"