public class org.graalvm.compiler.core.test.VerifyDebugUsageTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.VerifyDebugUsageTest
  super_class: java.lang.Object
{
  public static java.lang.Object sideEffect;
    descriptor: Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  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.VerifyDebugUsageTest this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;

  public void testLogInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 253
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidLogUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 254
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testLogAndIndentInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 258
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidLogAndIndentUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 259
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testVerifyInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 263
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidVerifyUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 264
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testDumpInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 268
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidDumpUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 269
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testDumpLevelInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 273
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidDumpLevelPhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 274
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testDumpNonConstantLevelInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 278
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$NonConstantDumpLevelPhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 279
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testLogInvalidConcat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 283
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatLogUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 284
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testLogAndIndentInvalidConcat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 288
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatLogAndIndentUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 289
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testVerifyInvalidConcat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 293
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatVerifyUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 294
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testDumpInvalidConcat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 298
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidConcatDumpUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 299
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testLogValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 303
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 304
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testLogAndIndentValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 308
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidLogAndIndentUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 309
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testVerifyValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 313
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidVerifyUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 314
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDumpValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 318
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidDumpUsagePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 319
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGraalGuaranteeInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 323
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidGraalErrorGuaranteePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 324
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testGraalGuaranteeValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 328
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 329
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testGraalCtorInvalid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 333
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$InvalidGraalErrorCtorPhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 334
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test(expected = Lorg/graalvm/compiler/phases/VerifyPhase$VerificationError;)

  public void testGraalCtorValid();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
         0: .line 338
            ldc Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest$ValidGraalErrorCtorPhase;
            invokestatic org.graalvm.compiler.core.test.VerifyDebugUsageTest.testDebugUsageClass:(Ljava/lang/Class;)V
         1: .line 339
            return
        end local 0 // org.graalvm.compiler.core.test.VerifyDebugUsageTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/test/VerifyDebugUsageTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void testDebugUsageClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=19, args_size=1
        start local 0 // java.lang.Class c
         0: .line 343
            ldc Lorg/graalvm/compiler/runtime/RuntimeProvider;
            invokestatic org.graalvm.compiler.api.test.Graal.getRequiredCapability:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.runtime.RuntimeProvider
            astore 1 /* rt */
        start local 1 // org.graalvm.compiler.runtime.RuntimeProvider rt
         1: .line 344
            aload 1 /* rt */
            invokeinterface org.graalvm.compiler.runtime.RuntimeProvider.getHostBackend:()Lorg/graalvm/compiler/core/target/Backend;
            invokevirtual org.graalvm.compiler.core.target.Backend.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            astore 2 /* providers */
        start local 2 // org.graalvm.compiler.phases.util.Providers providers
         2: .line 345
            aload 2 /* providers */
            invokevirtual org.graalvm.compiler.phases.util.Providers.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            astore 3 /* metaAccess */
        start local 3 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
         3: .line 346
            new org.graalvm.compiler.phases.PhaseSuite
            dup
            invokespecial org.graalvm.compiler.phases.PhaseSuite.<init>:()V
            astore 4 /* graphBuilderSuite */
        start local 4 // org.graalvm.compiler.phases.PhaseSuite graphBuilderSuite
         4: .line 347
            new org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins
            dup
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
            dup
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.<init>:()V
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
            astore 5 /* plugins */
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
         5: .line 348
            aload 5 /* plugins */
            invokestatic org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.getDefault:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.withEagerResolving:(Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration.withUnresolvedIsError:(Z)Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            astore 6 /* config */
        start local 6 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration config
         6: .line 349
            aload 4 /* graphBuilderSuite */
            new org.graalvm.compiler.java.GraphBuilderPhase
            dup
            aload 6 /* config */
            invokespecial org.graalvm.compiler.java.GraphBuilderPhase.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;)V
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.appendPhase:(Lorg/graalvm/compiler/phases/BasePhase;)V
         7: .line 350
            new org.graalvm.compiler.phases.tiers.HighTierContext
            dup
            aload 2 /* providers */
            aload 4 /* graphBuilderSuite */
            getstatic org.graalvm.compiler.phases.OptimisticOptimizations.NONE:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            invokespecial org.graalvm.compiler.phases.tiers.HighTierContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/phases/PhaseSuite;Lorg/graalvm/compiler/phases/OptimisticOptimizations;)V
            astore 7 /* context */
        start local 7 // org.graalvm.compiler.phases.tiers.HighTierContext context
         8: .line 351
            invokestatic org.graalvm.compiler.core.test.GraalCompilerTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            astore 8 /* options */
        start local 8 // org.graalvm.compiler.options.OptionValues options
         9: .line 352
            new org.graalvm.compiler.debug.DebugContext$Builder
            dup
            aload 8 /* options */
            invokespecial org.graalvm.compiler.debug.DebugContext$Builder.<init>:(Lorg/graalvm/compiler/options/OptionValues;)V
            invokevirtual org.graalvm.compiler.debug.DebugContext$Builder.build:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 9 /* debug */
        start local 9 // org.graalvm.compiler.debug.DebugContext debug
        10: .line 353
            aload 0 /* c */
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 26
      StackMap locals: java.lang.Class org.graalvm.compiler.runtime.RuntimeProvider org.graalvm.compiler.phases.util.Providers jdk.vm.ci.meta.MetaAccessProvider org.graalvm.compiler.phases.PhaseSuite org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugContext top int int java.lang.reflect.Method[]
      StackMap stack:
        11: aload 13
            iload 11
            aaload
            astore 10 /* m */
        start local 10 // java.lang.reflect.Method m
        12: .line 354
            aload 10 /* m */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isNative:(I)Z
            ifne 25
            aload 10 /* m */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifne 25
        13: .line 355
            aload 3 /* metaAccess */
            aload 10 /* m */
            invokeinterface jdk.vm.ci.meta.MetaAccessProvider.lookupJavaMethod:(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 14 /* method */
        start local 14 // jdk.vm.ci.meta.ResolvedJavaMethod method
        14: .line 356
            new org.graalvm.compiler.nodes.StructuredGraph$Builder
            dup
            aload 8 /* options */
            aload 9 /* debug */
            invokespecial org.graalvm.compiler.nodes.StructuredGraph$Builder.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/debug/DebugContext;)V
            aload 14 /* method */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.method:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/nodes/StructuredGraph$Builder;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$Builder.build:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 15 /* graph */
        start local 15 // org.graalvm.compiler.nodes.StructuredGraph graph
        15: .line 357
            aload 4 /* graphBuilderSuite */
            aload 15 /* graph */
            aload 7 /* context */
            invokevirtual org.graalvm.compiler.phases.PhaseSuite.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        16: .line 358
            aconst_null
            astore 16
            aconst_null
            astore 17
        17: aload 9 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 18 /* s */
        start local 18 // org.graalvm.compiler.debug.DebugCloseable s
        18: .line 359
            new org.graalvm.compiler.core.test.VerifyDebugUsage
            dup
            invokespecial org.graalvm.compiler.core.test.VerifyDebugUsage.<init>:()V
            aload 15 /* graph */
            aload 7 /* context */
            invokevirtual org.graalvm.compiler.core.test.VerifyDebugUsage.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        19: .line 360
            aload 18 /* s */
            ifnull 25
            aload 18 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 25
      StackMap locals: java.lang.Class org.graalvm.compiler.runtime.RuntimeProvider org.graalvm.compiler.phases.util.Providers jdk.vm.ci.meta.MetaAccessProvider org.graalvm.compiler.phases.PhaseSuite org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugContext java.lang.reflect.Method int int java.lang.reflect.Method[] jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.StructuredGraph java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
        20: astore 16
            aload 18 /* s */
            ifnull 21
            aload 18 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 18 // org.graalvm.compiler.debug.DebugCloseable s
      StackMap locals:
      StackMap stack:
        21: aload 16
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 17
            aload 16
            ifnonnull 23
            aload 17
            astore 16
            goto 24
      StackMap locals:
      StackMap stack:
        23: aload 16
            aload 17
            if_acmpeq 24
            aload 16
            aload 17
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        24: aload 16
            athrow
        end local 15 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 14 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 10 // java.lang.reflect.Method m
        25: .line 353
      StackMap locals: java.lang.Class org.graalvm.compiler.runtime.RuntimeProvider org.graalvm.compiler.phases.util.Providers jdk.vm.ci.meta.MetaAccessProvider org.graalvm.compiler.phases.PhaseSuite org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.options.OptionValues org.graalvm.compiler.debug.DebugContext top int int java.lang.reflect.Method[]
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        26: iload 11
            iload 12
            if_icmplt 11
        27: .line 363
            return
        end local 9 // org.graalvm.compiler.debug.DebugContext debug
        end local 8 // org.graalvm.compiler.options.OptionValues options
        end local 7 // org.graalvm.compiler.phases.tiers.HighTierContext context
        end local 6 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration config
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
        end local 4 // org.graalvm.compiler.phases.PhaseSuite graphBuilderSuite
        end local 3 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        end local 2 // org.graalvm.compiler.phases.util.Providers providers
        end local 1 // org.graalvm.compiler.runtime.RuntimeProvider rt
        end local 0 // java.lang.Class c
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0                  c  Ljava/lang/Class<*>;
            1   28     1                 rt  Lorg/graalvm/compiler/runtime/RuntimeProvider;
            2   28     2          providers  Lorg/graalvm/compiler/phases/util/Providers;
            3   28     3         metaAccess  Ljdk/vm/ci/meta/MetaAccessProvider;
            4   28     4  graphBuilderSuite  Lorg/graalvm/compiler/phases/PhaseSuite<Lorg/graalvm/compiler/phases/tiers/HighTierContext;>;
            5   28     5            plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
            6   28     6             config  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            8   28     7            context  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            9   28     8            options  Lorg/graalvm/compiler/options/OptionValues;
           10   28     9              debug  Lorg/graalvm/compiler/debug/DebugContext;
           12   25    10                  m  Ljava/lang/reflect/Method;
           14   25    14             method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
           15   25    15              graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
           18   21    18                  s  Lorg/graalvm/compiler/debug/DebugCloseable;
      Exception table:
        from    to  target  type
          18    19      20  any
          17    22      22  any
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "VerifyDebugUsageTest.java"
NestMembers:
  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatDumpUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogAndIndentUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatVerifyUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidDumpLevelPhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidDumpUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidGraalErrorCtorPhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidGraalErrorGuaranteePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogAndIndentUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidVerifyUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidDumpUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorCtorPhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase  org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidVerifyUsagePhase
InnerClasses:
  private InvalidConcatDumpUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatDumpUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidConcatLogAndIndentUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogAndIndentUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidConcatLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidConcatVerifyUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidConcatVerifyUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidDumpLevelPhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidDumpLevelPhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidDumpUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidDumpUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidGraalErrorCtorPhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidGraalErrorCtorPhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidGraalErrorGuaranteePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidGraalErrorGuaranteePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidLogAndIndentUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogAndIndentUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private InvalidVerifyUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$InvalidVerifyUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private NonConstantDumpLevelPhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$NonConstantDumpLevelPhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidDumpUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidDumpUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidGraalErrorCtorPhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorCtorPhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidGraalErrorGuaranteePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidGraalErrorGuaranteePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidLogAndIndentUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogAndIndentUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidLogUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidLogUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  private ValidVerifyUsagePhase = org.graalvm.compiler.core.test.VerifyDebugUsageTest$ValidVerifyUsagePhase of org.graalvm.compiler.core.test.VerifyDebugUsageTest
  public Builder = org.graalvm.compiler.debug.DebugContext$Builder of org.graalvm.compiler.debug.DebugContext
  public Builder = org.graalvm.compiler.nodes.StructuredGraph$Builder of org.graalvm.compiler.nodes.StructuredGraph
  public Plugins = org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins of org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration