public class sun.misc.CRC16
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.misc.CRC16
  super_class: java.lang.Object
{
  public int value;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.CRC16 this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_0
            putfield sun.misc.CRC16.value:I
         2: .line 41
            return
        end local 0 // sun.misc.CRC16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/misc/CRC16;

  public void update(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.misc.CRC16 this
        start local 1 // byte aByte
         0: .line 47
            iload 1 /* aByte */
            istore 2 /* a */
        start local 2 // int a
         1: .line 48
            bipush 7
            istore 4 /* count */
        start local 4 // int count
         2: goto 10
         3: .line 49
      StackMap locals: sun.misc.CRC16 int int top int
      StackMap stack:
            iload 2 /* a */
            iconst_1
            ishl
            istore 2 /* a */
         4: .line 50
            iload 2 /* a */
            bipush 8
            iushr
            iconst_1
            iand
            istore 3 /* b */
        start local 3 // int b
         5: .line 51
            aload 0 /* this */
            getfield sun.misc.CRC16.value:I
            ldc 32768
            iand
            ifeq 8
         6: .line 52
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.misc.CRC16.value:I
            iconst_1
            ishl
            iload 3 /* b */
            iadd
            sipush 4129
            ixor
            putfield sun.misc.CRC16.value:I
         7: .line 53
            goto 9
         8: .line 54
      StackMap locals: sun.misc.CRC16 int int int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.misc.CRC16.value:I
            iconst_1
            ishl
            iload 3 /* b */
            iadd
            putfield sun.misc.CRC16.value:I
         9: .line 48
      StackMap locals:
      StackMap stack:
            iinc 4 /* count */ -1
        end local 3 // int b
      StackMap locals: sun.misc.CRC16 int int top int
      StackMap stack:
        10: iload 4 /* count */
            ifge 3
        end local 4 // int count
        11: .line 57
            aload 0 /* this */
            dup
            getfield sun.misc.CRC16.value:I
            ldc 65535
            iand
            putfield sun.misc.CRC16.value:I
        12: .line 58
            return
        end local 2 // int a
        end local 1 // byte aByte
        end local 0 // sun.misc.CRC16 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lsun/misc/CRC16;
            0   13     1  aByte  B
            1   13     2      a  I
            5   10     3      b  I
            2   11     4  count  I
    MethodParameters:
       Name  Flags
      aByte  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.CRC16 this
         0: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.misc.CRC16.value:I
         1: .line 64
            return
        end local 0 // sun.misc.CRC16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/misc/CRC16;
}
SourceFile: "CRC16.java"