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

  public static void testSnippet(org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container);
    descriptor: (Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest$Container;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container c
         0: .line 46
            aload 0 /* c */
            getfield org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container.i:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            pop
         1: .line 47
            return
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     c  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest$Container;
    MethodParameters:
      Name  Flags
      c     

  private void testImplicit(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAssume cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    MethodParameters:
      Name  Flags
      i     

  private void testExplicit(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAssume cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    MethodParameters:
      Name  Flags
      i     

  public void implicit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 77
            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.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void implicitNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 82
            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.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void explicit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 87
            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.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void explicitNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest this
         0: .line 92
            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.amd64.test.CompressedNullCheckTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/CompressedNullCheckTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "CompressedNullCheckTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container
InnerClasses:
  private final Container = org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest$Container of org.graalvm.compiler.hotspot.amd64.test.CompressedNullCheckTest