class jdk.tools.jaotc.Main$1 extends org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.tools.jaotc.Main$1
  super_class: org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin
{
  final jdk.tools.jaotc.Main this$0;
    descriptor: Ljdk/tools/jaotc/Main;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.tools.jaotc.Main, org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin$DynamicTypeStore);
    descriptor: (Ljdk/tools/jaotc/Main;Lorg/graalvm/compiler/hotspot/meta/HotSpotInvokeDynamicPlugin$DynamicTypeStore;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.Main$1 this
        start local 2 // org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin$DynamicTypeStore $anonymous0
         0: .line 201
            aload 0 /* this */
            aload 1
            putfield jdk.tools.jaotc.Main$1.this$0:Ljdk/tools/jaotc/Main;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin.<init>:(Lorg/graalvm/compiler/hotspot/meta/HotSpotInvokeDynamicPlugin$DynamicTypeStore;)V
            return
        end local 2 // org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin$DynamicTypeStore $anonymous0
        end local 0 // jdk.tools.jaotc.Main$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljdk/tools/jaotc/Main$1;
            0    1     2  $anonymous0  Lorg/graalvm/compiler/hotspot/meta/HotSpotInvokeDynamicPlugin$DynamicTypeStore;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public boolean supportsDynamicInvoke(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, int, int);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // jdk.tools.jaotc.Main$1 this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext builder
        start local 2 // int index
        start local 3 // int opcode
         0: .line 204
            iconst_0
            ireturn
        end local 3 // int opcode
        end local 2 // int index
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext builder
        end local 0 // jdk.tools.jaotc.Main$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/tools/jaotc/Main$1;
            0    1     1  builder  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
            0    1     2    index  I
            0    1     3   opcode  I
    MethodParameters:
         Name  Flags
      builder  
      index    
      opcode   
}
SourceFile: "Main.java"
EnclosingMethod: jdk.tools.jaotc.Main.run:()Z
NestHost: jdk.tools.jaotc.Main
InnerClasses:
  jdk.tools.jaotc.Main$1
  public abstract DynamicTypeStore = org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin$DynamicTypeStore of org.graalvm.compiler.hotspot.meta.HotSpotInvokeDynamicPlugin