class org.graalvm.compiler.core.test.GraalCompilerTest$3 extends org.graalvm.compiler.phases.Phase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.GraalCompilerTest$3
  super_class: org.graalvm.compiler.phases.Phase
{
  final org.graalvm.compiler.core.test.GraalCompilerTest this$0;
    descriptor: Lorg/graalvm/compiler/core/test/GraalCompilerTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.core.test.GraalCompilerTest);
    descriptor: (Lorg/graalvm/compiler/core/test/GraalCompilerTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
         0: .line 304
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.core.test.GraalCompilerTest$3.this$0:Lorg/graalvm/compiler/core/test/GraalCompilerTest;
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GraalCompilerTest$3;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void run(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.GraalCompilerTest$3 this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 308
            getstatic org.graalvm.compiler.core.test.GraalCompilerTest.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GraalCompilerTest$3.this$0:Lorg/graalvm/compiler/core/test/GraalCompilerTest;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.core.test.GraalCompilerTest.checkMidTierGraph:(Lorg/graalvm/compiler/nodes/StructuredGraph;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            ldc "failed MidTier graph check"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/core/test/GraalCompilerTest$3;
            0    2     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      graph  

  public float codeSizeIncrease();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
         0: .line 313
            ldc 65535.0
            freturn
        end local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GraalCompilerTest$3;

  protected java.lang.CharSequence getName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
         0: .line 318
            ldc "CheckGraphPhase"
            areturn
        end local 0 // org.graalvm.compiler.core.test.GraalCompilerTest$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GraalCompilerTest$3;
}
SourceFile: "GraalCompilerTest.java"
EnclosingMethod: org.graalvm.compiler.core.test.GraalCompilerTest.createSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
NestHost: org.graalvm.compiler.core.test.GraalCompilerTest
InnerClasses:
  org.graalvm.compiler.core.test.GraalCompilerTest$3