class com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  static int fallthrough1;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
         0: .line 230
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationFallthroughTest$FallthroughTest3;

  boolean guard0(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
        start local 1 // int a
         0: .line 235
            iload 1 /* a */
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationFallthroughTest$FallthroughTest3;
            0    2     1     a  I
    MethodParameters:
      Name  Flags
      a     

  int do2(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
        start local 1 // int a
         0: .line 240
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationFallthroughTest$FallthroughTest3;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"guard0(a)"})
    MethodParameters:
      Name  Flags
      a     

  int do1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
        start local 1 // int a
         0: .line 245
            iload 1 /* a */
            ifne 3
         1: .line 246
            getstatic com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3.fallthrough1:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3.fallthrough1:I
         2: .line 247
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         3: .line 249
      StackMap locals:
      StackMap stack:
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationFallthroughTest$FallthroughTest3;
            0    4     1     a  I
    Exceptions:
      throws java.lang.ArithmeticException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Ljava/lang/ArithmeticException;})
    MethodParameters:
      Name  Flags
      a     

  int do3(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
        start local 1 // int a
         0: .line 254
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SpecializationFallthroughTest$FallthroughTest3;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "SpecializationFallthroughTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest
InnerClasses:
  FallthroughTest3 = com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest$FallthroughTest3 of com.oracle.truffle.api.dsl.test.SpecializationFallthroughTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChildren(value = {com.oracle.truffle.api.dsl.NodeChild(value = "a")})