public class com.oracle.svm.hosted.code.SubstrateGraphMaker extends org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.code.SubstrateGraphMaker
  super_class: org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker
{
  private final org.graalvm.compiler.word.WordTypes wordTypes;
    descriptor: Lorg/graalvm/compiler/word/WordTypes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.graalvm.compiler.replacements.ReplacementsImpl, jdk.vm.ci.meta.ResolvedJavaMethod, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.word.WordTypes);
    descriptor: (Lorg/graalvm/compiler/replacements/ReplacementsImpl;Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/word/WordTypes;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
        start local 1 // org.graalvm.compiler.replacements.ReplacementsImpl replacements
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod substitute
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod substitutedMethod
        start local 4 // org.graalvm.compiler.word.WordTypes wordTypes
         0: .line 50
            aload 0 /* this */
            aload 1 /* replacements */
            aload 2 /* substitute */
            aload 3 /* substitutedMethod */
            invokespecial org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker.<init>:(Lorg/graalvm/compiler/replacements/ReplacementsImpl;Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
         1: .line 51
            aload 0 /* this */
            aload 4 /* wordTypes */
            putfield com.oracle.svm.hosted.code.SubstrateGraphMaker.wordTypes:Lorg/graalvm/compiler/word/WordTypes;
         2: .line 52
            return
        end local 4 // org.graalvm.compiler.word.WordTypes wordTypes
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod substitutedMethod
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod substitute
        end local 1 // org.graalvm.compiler.replacements.ReplacementsImpl replacements
        end local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/oracle/svm/hosted/code/SubstrateGraphMaker;
            0    3     1       replacements  Lorg/graalvm/compiler/replacements/ReplacementsImpl;
            0    3     2         substitute  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     3  substitutedMethod  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     4          wordTypes  Lorg/graalvm/compiler/word/WordTypes;
    MethodParameters:
                   Name  Flags
      replacements       
      substitute         
      substitutedMethod  
      wordTypes          

  protected org.graalvm.compiler.java.GraphBuilderPhase$Instance createGraphBuilder(org.graalvm.compiler.phases.util.Providers, org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration, org.graalvm.compiler.phases.OptimisticOptimizations, org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext);
    descriptor: (Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;)Lorg/graalvm/compiler/java/GraphBuilderPhase$Instance;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
        start local 1 // org.graalvm.compiler.phases.util.Providers providers
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        start local 3 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        start local 4 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
         0: .line 56
            new com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase
            dup
            aload 1 /* providers */
            aload 2 /* graphBuilderConfig */
            aload 3 /* optimisticOpts */
            aload 4 /* initialIntrinsicContext */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.code.SubstrateGraphMaker.wordTypes:Lorg/graalvm/compiler/word/WordTypes;
            invokespecial com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;Lorg/graalvm/compiler/word/WordTypes;)V
            areturn
        end local 4 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext initialIntrinsicContext
        end local 3 // org.graalvm.compiler.phases.OptimisticOptimizations optimisticOpts
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration graphBuilderConfig
        end local 1 // org.graalvm.compiler.phases.util.Providers providers
        end local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    1     0                     this  Lcom/oracle/svm/hosted/code/SubstrateGraphMaker;
            0    1     1                providers  Lorg/graalvm/compiler/phases/util/Providers;
            0    1     2       graphBuilderConfig  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration;
            0    1     3           optimisticOpts  Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            0    1     4  initialIntrinsicContext  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext;
    MethodParameters:
                         Name  Flags
      providers                
      graphBuilderConfig       
      optimisticOpts           
      initialIntrinsicContext  

  protected org.graalvm.compiler.nodes.StructuredGraph buildInitialGraph(org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.bytecode.BytecodeProvider, jdk.vm.ci.meta.ResolvedJavaMethod, java.lang.Object[], boolean, org.graalvm.compiler.graph.NodeSourcePosition, org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Ljdk/vm/ci/meta/ResolvedJavaMethod;[Ljava/lang/Object;ZLorg/graalvm/compiler/graph/NodeSourcePosition;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
        start local 1 // org.graalvm.compiler.debug.DebugContext debug
        start local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        start local 3 // jdk.vm.ci.meta.ResolvedJavaMethod methodToParse
        start local 4 // java.lang.Object[] args
        start local 5 // boolean trackNodeSourcePosition
        start local 6 // org.graalvm.compiler.graph.NodeSourcePosition replaceePosition
        start local 7 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext context
         0: .line 62
            aload 0 /* this */
            aload 1 /* debug */
            aload 2 /* bytecodeProvider */
            aload 3 /* methodToParse */
            aload 4 /* args */
            iload 5 /* trackNodeSourcePosition */
            aload 6 /* replaceePosition */
            aload 7 /* context */
            invokespecial org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker.buildInitialGraph:(Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/bytecode/BytecodeProvider;Ljdk/vm/ci/meta/ResolvedJavaMethod;[Ljava/lang/Object;ZLorg/graalvm/compiler/graph/NodeSourcePosition;Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 8 /* graph */
        start local 8 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 63
            aload 8 /* graph */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$GuardsStage.FIXED_DEOPTS:Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.setGuardsStage:(Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;)V
         2: .line 64
            aload 8 /* graph */
            areturn
        end local 8 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 7 // org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext context
        end local 6 // org.graalvm.compiler.graph.NodeSourcePosition replaceePosition
        end local 5 // boolean trackNodeSourcePosition
        end local 4 // java.lang.Object[] args
        end local 3 // jdk.vm.ci.meta.ResolvedJavaMethod methodToParse
        end local 2 // org.graalvm.compiler.bytecode.BytecodeProvider bytecodeProvider
        end local 1 // org.graalvm.compiler.debug.DebugContext debug
        end local 0 // com.oracle.svm.hosted.code.SubstrateGraphMaker this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    3     0                     this  Lcom/oracle/svm/hosted/code/SubstrateGraphMaker;
            0    3     1                    debug  Lorg/graalvm/compiler/debug/DebugContext;
            0    3     2         bytecodeProvider  Lorg/graalvm/compiler/bytecode/BytecodeProvider;
            0    3     3            methodToParse  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    3     4                     args  [Ljava/lang/Object;
            0    3     5  trackNodeSourcePosition  Z
            0    3     6         replaceePosition  Lorg/graalvm/compiler/graph/NodeSourcePosition;
            0    3     7                  context  Lorg/graalvm/compiler/nodes/graphbuilderconf/IntrinsicContext$CompilationContext;
            1    3     8                    graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
                         Name  Flags
      debug                    
      bytecodeProvider         
      methodToParse            
      args                     
      trackNodeSourcePosition  
      replaceePosition         
      context                  
}
SourceFile: "SubstrateGraphMaker.java"
InnerClasses:
  public Instance = org.graalvm.compiler.java.GraphBuilderPhase$Instance of org.graalvm.compiler.java.GraphBuilderPhase
  public final GuardsStage = org.graalvm.compiler.nodes.StructuredGraph$GuardsStage of org.graalvm.compiler.nodes.StructuredGraph
  public final CompilationContext = org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext of org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext
  public GraphMaker = org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker of org.graalvm.compiler.replacements.ReplacementsImpl