public class org.graalvm.compiler.core.test.UnschedulableGraphTest 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.UnschedulableGraphTest
  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.core.test.UnschedulableGraphTest this
         0: .line 54
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.UnschedulableGraphTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/UnschedulableGraphTest;

  public static int snippet01(int, int, int);
    descriptor: (III)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
         0: .line 57
            iload 0 /* a */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.sideEffect:(I)I
            iload 1 /* b */
            if_icmpne 4
         1: .line 58
            iload 1 /* b */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.sideEffect:(I)I
            pop
         2: .line 59
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         3: .line 60
            goto 6
         4: .line 61
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.sideEffect:(I)I
            pop
         5: .line 62
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         6: .line 64
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.sideEffect:()V
         7: .line 65
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         8: .line 66
            iload 0 /* a */
            ineg
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.opaque:(I)I
            iload 1 /* b */
            ineg
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.opaque:(I)I
            iadd
            ireturn
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  I
            0    9     1     b  I
            0    9     2     c  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     

  protected void checkLowTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.UnschedulableGraphTest this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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.UnschedulableGraphTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/UnschedulableGraphTest;
    MethodParameters:
       Name  Flags
      graph  

  private org.graalvm.compiler.debug.DebugContext getDebugContext(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.UnschedulableGraphTest this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 97
            new org.graalvm.compiler.options.OptionValues
            dup
            invokestatic org.graalvm.compiler.core.test.UnschedulableGraphTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            getstatic org.graalvm.compiler.debug.DebugOptions.DumpOnError:Lorg/graalvm/compiler/options/OptionKey;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            astore 2 /* options */
        start local 2 // org.graalvm.compiler.options.OptionValues options
         1: .line 98
            aload 0 /* this */
            aload 2 /* options */
            aconst_null
            aload 1 /* method */
            invokevirtual org.graalvm.compiler.core.test.UnschedulableGraphTest.getDebugContext:(Lorg/graalvm/compiler/options/OptionValues;Ljava/lang/String;Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/debug/DebugContext;
            areturn
        end local 2 // org.graalvm.compiler.options.OptionValues options
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.core.test.UnschedulableGraphTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/core/test/UnschedulableGraphTest;
            0    2     1   method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            1    2     2  options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
        Name  Flags
      method  

  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.UnschedulableGraphTest this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.UnschedulableGraphTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/UnschedulableGraphTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "UnschedulableGraphTest.java"