public class org.graalvm.compiler.core.test.GuardedIntrinsicTest 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.core.test.GuardedIntrinsicTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private org.graalvm.compiler.nodes.StructuredGraph graph;
    descriptor: Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.compiler.nodes.StructuredGraph parsedForCompile;
    descriptor: Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
         0: .line 58
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest;

  public static final org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super createSuper();
    descriptor: ()Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=0, args_size=0
         0: .line 81
            new org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super
            dup
            invokespecial org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserForceInline()

  public static final org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super createPerson();
    descriptor: ()Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=0, args_size=0
         0: .line 86
            new org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person
            dup
            bipush 42
            invokespecial org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person.<init>:(I)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline()

  public static int getSuperAge(org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super);
    descriptor: (Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super s
         0: .line 90
            aload 0 /* s */
            invokevirtual org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super.getAge:()I
            ireturn
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
    MethodParameters:
      Name  Flags
      s     

  public static int getPersonAge(org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person);
    descriptor: (Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Person;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person p
         0: .line 94
            aload 0 /* p */
            invokevirtual org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person.getAge:()I
            ireturn
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Person;
    MethodParameters:
      Name  Flags
      p     

  public static int makeSuperAge();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 98
            invokestatic org.graalvm.compiler.core.test.GuardedIntrinsicTest.createSuper:()Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
            invokevirtual org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super.getAge:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int makePersonAge();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            invokestatic org.graalvm.compiler.core.test.GuardedIntrinsicTest.createPerson:()Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
            invokevirtual org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super.getAge:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void init();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBeforeClass cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      BeforeClass()

  protected org.graalvm.compiler.nodes.StructuredGraph parseForCompile(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.core.common.CompilationIdentifier, org.graalvm.compiler.options.OptionValues);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 2 // org.graalvm.compiler.core.common.CompilationIdentifier compilationId
        start local 3 // org.graalvm.compiler.options.OptionValues options
         0: .line 116
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* compilationId */
            aload 3 /* options */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.parseForCompile:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            putfield org.graalvm.compiler.core.test.GuardedIntrinsicTest.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
         1: .line 117
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.copy:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/graph/Graph;
            checkcast org.graalvm.compiler.nodes.StructuredGraph
            putfield org.graalvm.compiler.core.test.GuardedIntrinsicTest.parsedForCompile:Lorg/graalvm/compiler/nodes/StructuredGraph;
         2: .line 118
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            areturn
        end local 3 // org.graalvm.compiler.options.OptionValues options
        end local 2 // org.graalvm.compiler.core.common.CompilationIdentifier compilationId
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest;
            0    3     1         method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     2  compilationId  Lorg/graalvm/compiler/core/common/CompilationIdentifier;
            0    3     3        options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
               Name  Flags
      method         
      compilationId  
      options        

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         0: .line 123
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 1 /* invocationPlugins */
            ldc Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Super;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 125
            aload 2 /* r */
            ldc "getAge"
            ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
            new org.graalvm.compiler.core.test.GuardedIntrinsicTest$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GuardedIntrinsicTest$1.<init>:(Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register1:(Ljava/lang/String;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 134
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
         3: .line 135
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest;
            0    4     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            1    4     2                  r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  public static int referenceMakeSuperAge();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 138
            bipush 11
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int referenceMakePersonAge();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 142
            bipush 42
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  public static int getHashCode(org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry);
    descriptor: (Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$ReadCacheEntry;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry obj
         0: .line 222
            aload 0 /* obj */
            invokevirtual org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry.hashCode:()I
            ireturn
        end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$ReadCacheEntry;
    MethodParameters:
      Name  Flags
      obj   

  public void test05();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest this
         0: .line 225
            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.core.test.GuardedIntrinsicTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "GuardedIntrinsicTest.java"
NestMembers:
  org.graalvm.compiler.core.test.GuardedIntrinsicTest$1  org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person  org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry  org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super
InnerClasses:
  public abstract BytecodeParserForceInline = org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserForceInline of org.graalvm.compiler.core.test.GraalCompilerTest
  public abstract BytecodeParserNeverInline = org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline of org.graalvm.compiler.core.test.GraalCompilerTest
  org.graalvm.compiler.core.test.GuardedIntrinsicTest$1
  public Person = org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person of org.graalvm.compiler.core.test.GuardedIntrinsicTest
  final ReadCacheEntry = org.graalvm.compiler.core.test.GuardedIntrinsicTest$ReadCacheEntry of org.graalvm.compiler.core.test.GuardedIntrinsicTest
  Super = org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super of org.graalvm.compiler.core.test.GuardedIntrinsicTest
  public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins