final class org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin implements org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin
  super_class: java.lang.Object
{
  private final int nodeLimit;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin this
        start local 1 // int nodeLimit
         0: .line 687
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 688
            aload 0 /* this */
            iload 1 /* nodeLimit */
            putfield org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin.nodeLimit:I
         2: .line 689
            return
        end local 1 // int nodeLimit
        end local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator$NodeLimitControlPlugin;
            0    3     1  nodeLimit  I
    MethodParameters:
           Name  Flags
      nodeLimit  

  public org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo shouldInlineInvoke(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.ValueNode[]);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;[Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/graphbuilderconf/InlineInvokePlugin$InlineInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        start local 3 // org.graalvm.compiler.nodes.ValueNode[] args
         0: .line 695
            aload 1 /* b */
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 4 /* graph */
        start local 4 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 696
            aload 4 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodeCount:()I
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin.nodeLimit:I
            if_icmple 5
         2: .line 698
            aload 1 /* b */
            new java.lang.StringBuilder
            dup
            ldc "Graph too big to safely compile. Node count: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodeCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ". Limit: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin.nodeLimit:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext.bailout:(Ljava/lang/String;)Ljdk/vm/ci/code/BailoutException;
            athrow
         3: .line 699
      StackMap locals: org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext jdk.vm.ci.meta.ResolvedJavaMethod org.graalvm.compiler.nodes.ValueNode[] org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: jdk.vm.ci.code.BailoutException
            astore 5 /* e */
        start local 5 // jdk.vm.ci.code.BailoutException e
         4: .line 701
            new org.graalvm.compiler.truffle.compiler.GraphTooBigBailoutException
            dup
            aload 5 /* e */
            invokespecial org.graalvm.compiler.truffle.compiler.GraphTooBigBailoutException.<init>:(Ljdk/vm/ci/code/BailoutException;)V
            athrow
        end local 5 // jdk.vm.ci.code.BailoutException e
         5: .line 705
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 3 // org.graalvm.compiler.nodes.ValueNode[] args
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
        end local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator$NodeLimitControlPlugin;
            0    6     1       b  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    6     2  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    6     3    args  [Lorg/graalvm/compiler/nodes/ValueNode;
            1    6     4   graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            4    5     5       e  Ljdk/vm/ci/code/BailoutException;
      Exception table:
        from    to  target  type
           2     3       3  Class jdk.vm.ci.code.BailoutException
    MethodParameters:
        Name  Flags
      b       
      method  
      args    
}
SourceFile: "PartialEvaluator.java"
NestHost: org.graalvm.compiler.truffle.compiler.PartialEvaluator
InnerClasses:
  public final InlineInfo = org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo of org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin
  private final NodeLimitControlPlugin = org.graalvm.compiler.truffle.compiler.PartialEvaluator$NodeLimitControlPlugin of org.graalvm.compiler.truffle.compiler.PartialEvaluator