public class com.oracle.truffle.api.test.profiles.IntValueProfileTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.profiles.IntValueProfileTest
  super_class: java.lang.Object
{
  public static final int VALUE0;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final int VALUE1;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final int VALUE2;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final int VALUE3;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  private com.oracle.truffle.api.profiles.IntValueProfile profile;
    descriptor: Lcom/oracle/truffle/api/profiles/IntValueProfile;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;

  public void create();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "IntValueProfile$Enabled"
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.loadRelative:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class;
            ldc "create"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.invokeStatic:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.profiles.IntValueProfile
            putfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
         1: .line 73
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  private static boolean isGeneric(com.oracle.truffle.api.profiles.IntValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
         0: .line 76
            aload 0 /* profile */
            ldc "isGeneric"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.invoke:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/IntValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  private static boolean isUninitialized(com.oracle.truffle.api.profiles.IntValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
         0: .line 80
            aload 0 /* profile */
            ldc "isUninitialized"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.invoke:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/IntValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  private static int getCachedValue(com.oracle.truffle.api.profiles.IntValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/IntValueProfile;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
         0: .line 84
            aload 0 /* profile */
            ldc "getCachedValue"
            iconst_0
            anewarray java.lang.Object
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.invoke:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.IntValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/IntValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  public void testInitial();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
         0: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         1: .line 90
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         2: .line 91
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         3: .line 92
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testProfileOneObject(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
        start local 1 // int value
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 1 /* value */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 2 /* result */
        start local 2 // int result
         1: .line 98
            iload 2 /* result */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         2: .line 99
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)I
            i2l
            iload 1 /* value */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         4: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         5: .line 102
            return
        end local 2 // int result
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
            0    6     1   value  I
            1    6     2  result  I
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
       Name  Flags
      value  

  public void testProfileTwoObject(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
        start local 1 // int value0
        start local 2 // int value1
         0: .line 106
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 3 /* result0 */
        start local 3 // int result0
         1: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 2 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 4 /* result1 */
        start local 4 // int result1
         2: .line 109
            iload 3 /* result0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 1 /* value0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         3: .line 110
            iload 4 /* result1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* value1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         4: .line 112
            iload 1 /* value0 */
            iload 2 /* value1 */
            if_icmpne 8
         5: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 1 /* value0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         6: .line 114
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         7: .line 115
            goto 9
         8: .line 116
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         9: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
        10: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        11: .line 120
            return
        end local 4 // int result1
        end local 3 // int result0
        end local 2 // int value1
        end local 1 // int value0
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
            0   12     1   value0  I
            0   12     2   value1  I
            1   12     3  result0  I
            2   12     4  result1  I
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  

  public void testProfileThreeObject(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
        start local 1 // int value0
        start local 2 // int value1
        start local 3 // int value2
         0: .line 124
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 4 /* result0 */
        start local 4 // int result0
         1: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 2 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 5 /* result1 */
        start local 5 // int result1
         2: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            iload 3 /* value2 */
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            istore 6 /* result2 */
        start local 6 // int result2
         3: .line 128
            iload 4 /* result0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 1 /* value0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         4: .line 129
            iload 5 /* result1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* value1 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         5: .line 130
            iload 6 /* result2 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 3 /* value2 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         6: .line 132
            iload 1 /* value0 */
            iload 2 /* value1 */
            if_icmpne 10
            iload 2 /* value1 */
            iload 3 /* value2 */
            if_icmpne 10
         7: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 1 /* value0 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         8: .line 134
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         9: .line 135
            goto 11
        10: .line 136
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
        11: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IntValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/IntValueProfile;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
        12: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IntValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/IntValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        13: .line 140
            return
        end local 6 // int result2
        end local 5 // int result1
        end local 4 // int result0
        end local 3 // int value2
        end local 2 // int value1
        end local 1 // int value0
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
            0   14     1   value0  I
            0   14     2   value1  I
            0   14     3   value2  I
            1   14     4  result0  I
            2   14     5  result1  I
            3   14     6  result2  I
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  
      value2  

  public void testDisabled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
         0: .line 144
            ldc Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
            ldc "IntValueProfile$Disabled"
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.loadRelative:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Class;
            ldc "INSTANCE"
            invokestatic com.oracle.truffle.api.test.ReflectionUtils.getStaticField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.profiles.IntValueProfile
            astore 1 /* p */
        start local 1 // com.oracle.truffle.api.profiles.IntValueProfile p
         1: .line 145
            aload 1 /* p */
            ldc -2147483648
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            ldc -2147483648
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         2: .line 146
            aload 1 /* p */
            iconst_0
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         3: .line 147
            aload 1 /* p */
            bipush 14
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            bipush 14
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         4: .line 148
            aload 1 /* p */
            ldc 2147483647
            invokevirtual com.oracle.truffle.api.profiles.IntValueProfile.profile:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            ldc 2147483647
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.hamcrest.CoreMatchers.is:(Ljava/lang/Object;)Lorg/hamcrest/Matcher;
            invokestatic org.junit.Assert.assertThat:(Ljava/lang/Object;Lorg/hamcrest/Matcher;)V
         5: .line 149
            aload 1 /* p */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         6: .line 150
            return
        end local 1 // com.oracle.truffle.api.profiles.IntValueProfile p
        end local 0 // com.oracle.truffle.api.test.profiles.IntValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/test/profiles/IntValueProfileTest;
            1    7     1     p  Lcom/oracle/truffle/api/profiles/IntValueProfile;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "IntValueProfileTest.java"
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/experimental/theories/Theories;)