public class org.graalvm.compiler.printer.GraalDebugHandlersFactory implements org.graalvm.compiler.debug.DebugHandlersFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.printer.GraalDebugHandlersFactory
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection;
    descriptor: Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.printer.GraalDebugHandlersFactory.snippetReflection:Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
         2: .line 53
            return
        end local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;

  public void <init>(org.graalvm.compiler.api.replacements.SnippetReflectionProvider);
    descriptor: (Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
        start local 1 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* snippetReflection */
            putfield org.graalvm.compiler.printer.GraalDebugHandlersFactory.snippetReflection:Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
         2: .line 57
            return
        end local 1 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
        end local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;
            0    3     1  snippetReflection  Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
    MethodParameters:
                   Name  Flags
      snippetReflection  

  public java.util.List<org.graalvm.compiler.debug.DebugHandler> createHandlers(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
        start local 1 // org.graalvm.compiler.options.OptionValues options
         0: .line 61
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* handlers */
        start local 2 // java.util.List handlers
         1: .line 62
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.GraphPrinterDumpHandler
            dup
            aload 0 /* this */
            invokedynamic get(Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;)Lorg/graalvm/compiler/printer/GraphPrinterDumpHandler$GraphPrinterSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
                  org/graalvm/compiler/printer/GraalDebugHandlersFactory.lambda$0(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter; (7)
                  (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
            invokespecial org.graalvm.compiler.printer.GraphPrinterDumpHandler.<init>:(Lorg/graalvm/compiler/printer/GraphPrinterDumpHandler$GraphPrinterSupplier;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 63
            getstatic org.graalvm.compiler.debug.DebugOptions.PrintCanonicalGraphStrings:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
         3: .line 64
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.GraphPrinterDumpHandler
            dup
            aload 0 /* this */
            invokedynamic get(Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;)Lorg/graalvm/compiler/printer/GraphPrinterDumpHandler$GraphPrinterSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
                  org/graalvm/compiler/printer/GraalDebugHandlersFactory.lambda$1(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter; (7)
                  (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
            invokespecial org.graalvm.compiler.printer.GraphPrinterDumpHandler.<init>:(Lorg/graalvm/compiler/printer/GraphPrinterDumpHandler$GraphPrinterSupplier;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 66
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.GraalDebugHandlersFactory$NodeDumper
            dup
            invokespecial org.graalvm.compiler.printer.GraalDebugHandlersFactory$NodeDumper.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 67
            getstatic org.graalvm.compiler.debug.DebugOptions.PrintCFG:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 6
            getstatic org.graalvm.compiler.debug.DebugOptions.PrintBackendCFG:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 7
         6: .line 68
      StackMap locals:
      StackMap stack:
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.CFGPrinterObserver
            dup
            invokespecial org.graalvm.compiler.printer.CFGPrinterObserver.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 70
      StackMap locals:
      StackMap stack:
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.NoDeadCodeVerifyHandler
            dup
            invokespecial org.graalvm.compiler.printer.NoDeadCodeVerifyHandler.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 71
            getstatic org.graalvm.compiler.debug.DebugOptions.PrintBlockMapping:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* options */
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 10
         9: .line 72
            aload 2 /* handlers */
            new org.graalvm.compiler.printer.BciBlockMappingDumpHandler
            dup
            invokespecial org.graalvm.compiler.printer.BciBlockMappingDumpHandler.<init>:()V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 74
      StackMap locals:
      StackMap stack:
            aload 2 /* handlers */
            areturn
        end local 2 // java.util.List handlers
        end local 1 // org.graalvm.compiler.options.OptionValues options
        end local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;
            0   11     1   options  Lorg/graalvm/compiler/options/OptionValues;
            1   11     2  handlers  Ljava/util/List<Lorg/graalvm/compiler/debug/DebugHandler;>;
    Signature: (Lorg/graalvm/compiler/options/OptionValues;)Ljava/util/List<Lorg/graalvm/compiler/debug/DebugHandler;>;
    MethodParameters:
         Name  Flags
      options  

  private static org.graalvm.compiler.printer.CanonicalStringGraphPrinter createStringPrinter(org.graalvm.compiler.api.replacements.SnippetReflectionProvider);
    descriptor: (Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;)Lorg/graalvm/compiler/printer/CanonicalStringGraphPrinter;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
         0: .line 96
            new org.graalvm.compiler.printer.CanonicalStringGraphPrinter
            dup
            aload 0 /* snippetReflection */
            invokespecial org.graalvm.compiler.printer.CanonicalStringGraphPrinter.<init>:(Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;)V
            areturn
        end local 0 // org.graalvm.compiler.api.replacements.SnippetReflectionProvider snippetReflection
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0  snippetReflection  Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
    MethodParameters:
                   Name  Flags
      snippetReflection  

  static org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult tryGetSchedule(org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.graalvm.compiler.debug.DebugContext debug
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 101
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getLastSchedule:()Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            astore 2 /* scheduleResult */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult scheduleResult
         1: .line 102
            aload 2 /* scheduleResult */
            ifnonnull 15
         2: .line 104
            getstatic org.graalvm.compiler.debug.DebugOptions.PrintGraphWithSchedule:Lorg/graalvm/compiler/options/OptionKey;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokevirtual org.graalvm.compiler.options.OptionKey.getValue:(Lorg/graalvm/compiler/options/OptionValues;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 3
            aload 0 /* debug */
            ldc Ljava/lang/Throwable;
            invokevirtual org.graalvm.compiler.debug.DebugContext.contextLookup:(Ljava/lang/Class;)Ljava/lang/Object;
            ifnull 15
         3: .line 105
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack:
            aconst_null
            astore 3
            aconst_null
            astore 4
         4: aload 0 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.disableIntercept:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 5 /* noIntercept */
        start local 5 // org.graalvm.compiler.debug.DebugCloseable noIntercept
         5: .line 106
            new org.graalvm.compiler.phases.schedule.SchedulePhase
            dup
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getOptions:()Lorg/graalvm/compiler/options/OptionValues;
            invokespecial org.graalvm.compiler.phases.schedule.SchedulePhase.<init>:(Lorg/graalvm/compiler/options/OptionValues;)V
            astore 6 /* schedule */
        start local 6 // org.graalvm.compiler.phases.schedule.SchedulePhase schedule
         6: .line 107
            aload 6 /* schedule */
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.phases.schedule.SchedulePhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         7: .line 108
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getLastSchedule:()Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            astore 2 /* scheduleResult */
        end local 6 // org.graalvm.compiler.phases.schedule.SchedulePhase schedule
         8: .line 109
            aload 5 /* noIntercept */
            ifnull 15
            aload 5 /* noIntercept */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
            goto 15
      StackMap locals: org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 5 /* noIntercept */
            ifnull 10
            aload 5 /* noIntercept */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 5 // org.graalvm.compiler.debug.DebugCloseable noIntercept
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 4
            aload 3
            ifnonnull 12
            aload 4
            astore 3
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 3
            aload 4
            if_acmpeq 13
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 3
            athrow
      StackMap locals: org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
      StackMap stack: java.lang.Throwable
        14: pop
        15: .line 113
      StackMap locals:
      StackMap stack:
            aload 2 /* scheduleResult */
            areturn
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult scheduleResult
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.debug.DebugContext debug
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0           debug  Lorg/graalvm/compiler/debug/DebugContext;
            0   16     1           graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1   16     2  scheduleResult  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            5   10     5     noIntercept  Lorg/graalvm/compiler/debug/DebugCloseable;
            6    8     6        schedule  Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
      Exception table:
        from    to  target  type
           5     8       9  any
           4    11      11  any
           3    14      14  Class java.lang.Throwable
    MethodParameters:
       Name  Flags
      debug  
      graph  

  private org.graalvm.compiler.printer.GraphPrinter lambda$0(org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.graph.Graph);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
        start local 1 // org.graalvm.compiler.debug.DebugContext debug
        start local 2 // org.graalvm.compiler.graph.Graph graph
         0: .line 62
            new org.graalvm.compiler.printer.BinaryGraphPrinter
            dup
            aload 1 /* debug */
            aload 0 /* this */
            getfield org.graalvm.compiler.printer.GraalDebugHandlersFactory.snippetReflection:Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            invokespecial org.graalvm.compiler.printer.BinaryGraphPrinter.<init>:(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;)V
            areturn
        end local 2 // org.graalvm.compiler.graph.Graph graph
        end local 1 // org.graalvm.compiler.debug.DebugContext debug
        end local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;
            0    1     1  debug  Lorg/graalvm/compiler/debug/DebugContext;
            0    1     2  graph  Lorg/graalvm/compiler/graph/Graph;
    Exceptions:
      throws java.io.IOException

  private org.graalvm.compiler.printer.GraphPrinter lambda$1(org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.graph.Graph);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/graph/Graph;)Lorg/graalvm/compiler/printer/GraphPrinter;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
        start local 1 // org.graalvm.compiler.debug.DebugContext debug
        start local 2 // org.graalvm.compiler.graph.Graph graph
         0: .line 64
            aload 0 /* this */
            getfield org.graalvm.compiler.printer.GraalDebugHandlersFactory.snippetReflection:Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            invokestatic org.graalvm.compiler.printer.GraalDebugHandlersFactory.createStringPrinter:(Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;)Lorg/graalvm/compiler/printer/CanonicalStringGraphPrinter;
            areturn
        end local 2 // org.graalvm.compiler.graph.Graph graph
        end local 1 // org.graalvm.compiler.debug.DebugContext debug
        end local 0 // org.graalvm.compiler.printer.GraalDebugHandlersFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/printer/GraalDebugHandlersFactory;
            0    1     1  debug  Lorg/graalvm/compiler/debug/DebugContext;
            0    1     2  graph  Lorg/graalvm/compiler/graph/Graph;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "GraalDebugHandlersFactory.java"
NestMembers:
  org.graalvm.compiler.printer.GraalDebugHandlersFactory$NodeDumper
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public ScheduleResult = org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult of org.graalvm.compiler.nodes.StructuredGraph
  private NodeDumper = org.graalvm.compiler.printer.GraalDebugHandlersFactory$NodeDumper of org.graalvm.compiler.printer.GraalDebugHandlersFactory
  public abstract GraphPrinterSupplier = org.graalvm.compiler.printer.GraphPrinterDumpHandler$GraphPrinterSupplier of org.graalvm.compiler.printer.GraphPrinterDumpHandler
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.serviceprovider.ServiceProvider(value = Lorg/graalvm/compiler/debug/DebugHandlersFactory;)