class org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin implements org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin
  super_class: java.lang.Object
{
  final org.graalvm.compiler.truffle.compiler.PartialEvaluator this$0;
    descriptor: Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$graalvm$compiler$truffle$common$TruffleCompilerRuntime$LoopExplosionKind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private void <init>(org.graalvm.compiler.truffle.compiler.PartialEvaluator);
    descriptor: (Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin this
         0: .line 490
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin.this$0:Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator$PELoopExplosionPlugin;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind loopExplosionKind(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 494
            invokestatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime.getRuntime:()Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime;
            astore 2 /* rt */
        start local 2 // org.graalvm.compiler.truffle.common.TruffleCompilerRuntime rt
         1: .line 495
            aload 2 /* rt */
            aload 1 /* method */
            invokeinterface org.graalvm.compiler.truffle.common.TruffleCompilerRuntime.getLoopExplosionKind:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            astore 3 /* explosionKind */
        start local 3 // org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind explosionKind
         2: .line 496
            invokestatic org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin.$SWITCH_TABLE$org$graalvm$compiler$truffle$common$TruffleCompilerRuntime$LoopExplosionKind:()[I
            aload 3 /* explosionKind */
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 3
                    2: 6
                    3: 8
                    4: 4
                    5: 5
                    6: 7
              default: 9
          }
         3: .line 498
      StackMap locals: org.graalvm.compiler.truffle.common.TruffleCompilerRuntime org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         4: .line 500
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.FULL_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         5: .line 502
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.FULL_EXPLODE_UNTIL_RETURN:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         6: .line 504
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.FULL_UNROLL:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         7: .line 506
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         8: .line 508
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.FULL_UNROLL_UNTIL_RETURN:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            areturn
         9: .line 510
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported TruffleCompilerRuntime.LoopExplosionKind: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* explosionKind */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind explosionKind
        end local 2 // org.graalvm.compiler.truffle.common.TruffleCompilerRuntime rt
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 0 // org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/graalvm/compiler/truffle/compiler/PartialEvaluator$PELoopExplosionPlugin;
            0   10     1         method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            1   10     2             rt  Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime;
            2   10     3  explosionKind  Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
    MethodParameters:
        Name  Flags
      method  

  static int[] $SWITCH_TABLE$org$graalvm$compiler$truffle$common$TruffleCompilerRuntime$LoopExplosionKind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 490
            getstatic org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin.$SWITCH_TABLE$org$graalvm$compiler$truffle$common$TruffleCompilerRuntime$LoopExplosionKind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.values:()[Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.FULL_EXPLODE:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.FULL_EXPLODE_UNTIL_RETURN:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.FULL_UNROLL:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.FULL_UNROLL_UNTIL_RETURN:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.MERGE_EXPLODE:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            bipush 6
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.NONE:Lorg/graalvm/compiler/truffle/common/TruffleCompilerRuntime$LoopExplosionKind;
            invokevirtual org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind.ordinal:()I
            iconst_1
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin.$SWITCH_TABLE$org$graalvm$compiler$truffle$common$TruffleCompilerRuntime$LoopExplosionKind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
}
SourceFile: "PartialEvaluator.java"
NestHost: org.graalvm.compiler.truffle.compiler.PartialEvaluator
InnerClasses:
  public final LoopExplosionKind = org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind of org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin
  public final LoopExplosionKind = org.graalvm.compiler.truffle.common.TruffleCompilerRuntime$LoopExplosionKind of org.graalvm.compiler.truffle.common.TruffleCompilerRuntime
  private PELoopExplosionPlugin = org.graalvm.compiler.truffle.compiler.PartialEvaluator$PELoopExplosionPlugin of org.graalvm.compiler.truffle.compiler.PartialEvaluator