public class org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
         0: .line 38
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CRC32SubstitutionsTest;

  public static long update(byte[]);
    descriptor: ([B)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // byte[] input
         0: .line 41
            new java.util.zip.CRC32
            dup
            invokespecial java.util.zip.CRC32.<init>:()V
            astore 1 /* crc */
        start local 1 // java.util.zip.CRC32 crc
         1: .line 42
            aload 0 /* input */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: byte[] java.util.zip.CRC32 top int int byte[]
      StackMap stack:
         2: aload 5
            iload 3
            baload
            istore 2 /* b */
        start local 2 // byte b
         3: .line 43
            aload 1 /* crc */
            iload 2 /* b */
            invokevirtual java.util.zip.CRC32.update:(I)V
        end local 2 // byte b
         4: .line 42
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 45
            aload 1 /* crc */
            invokevirtual java.util.zip.CRC32.getValue:()J
            lreturn
        end local 1 // java.util.zip.CRC32 crc
        end local 0 // byte[] input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  input  [B
            1    7     1    crc  Ljava/util/zip/CRC32;
            3    4     2      b  B
    MethodParameters:
       Name  Flags
      input  

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CRC32SubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static long updateBytes(byte[], int, int);
    descriptor: ([BII)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // byte[] input
        start local 1 // int offset
        start local 2 // int length
         0: .line 54
            new java.util.zip.CRC32
            dup
            invokespecial java.util.zip.CRC32.<init>:()V
            astore 3 /* crc */
        start local 3 // java.util.zip.CRC32 crc
         1: .line 55
            aload 3 /* crc */
            aload 0 /* input */
            iload 1 /* offset */
            iload 2 /* length */
            invokevirtual java.util.zip.CRC32.update:([BII)V
         2: .line 56
            aload 3 /* crc */
            invokevirtual java.util.zip.CRC32.getValue:()J
            lreturn
        end local 3 // java.util.zip.CRC32 crc
        end local 2 // int length
        end local 1 // int offset
        end local 0 // byte[] input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0   input  [B
            0    3     1  offset  I
            0    3     2  length  I
            1    3     3     crc  Ljava/util/zip/CRC32;
    MethodParameters:
        Name  Flags
      input   
      offset  
      length  

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CRC32SubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CRC32SubstitutionsTest;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public static long updateByteBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.nio.ByteBuffer buffer
         0: .line 80
            new java.util.zip.CRC32
            dup
            invokespecial java.util.zip.CRC32.<init>:()V
            astore 1 /* crc */
        start local 1 // java.util.zip.CRC32 crc
         1: .line 81
            aload 0 /* buffer */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/ByteBuffer;
            pop
         2: .line 82
            aload 1 /* crc */
            aload 0 /* buffer */
            invokevirtual java.util.zip.CRC32.update:(Ljava/nio/ByteBuffer;)V
         3: .line 83
            aload 1 /* crc */
            invokevirtual java.util.zip.CRC32.getValue:()J
            lreturn
        end local 1 // java.util.zip.CRC32 crc
        end local 0 // java.nio.ByteBuffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  buffer  Ljava/nio/ByteBuffer;
            1    4     1     crc  Ljava/util/zip/CRC32;
    MethodParameters:
        Name  Flags
      buffer  

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.CRC32SubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CRC32SubstitutionsTest;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "CRC32SubstitutionsTest.java"