public class com.oracle.truffle.api.test.profiles.IdentityValueProfileTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.test.profiles.IdentityValueProfileTest
  super_class: java.lang.Object
{
  public static final java.lang.String O1;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final java.lang.String O2;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final java.lang.Object O3;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final java.lang.Integer O4;
    descriptor: Ljava/lang/Integer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  public static final java.lang.Integer O5;
    descriptor: Ljava/lang/Integer;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 68
            new java.lang.String
            dup
            invokespecial java.lang.String.<init>:()V
            putstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O1:Ljava/lang/String;
         1: .line 69
            getstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O1:Ljava/lang/String;
            putstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O2:Ljava/lang/String;
         2: .line 70
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O3:Ljava/lang/Object;
         3: .line 71
            iconst_1
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.newInteger:(I)Ljava/lang/Integer;
            putstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O4:Ljava/lang/Integer;
         4: .line 72
            aconst_null
            putstatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.O5:Ljava/lang/Integer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.IdentityValueProfileTest this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;

  private static java.lang.Integer newInteger(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int value
         0: .line 65
            new java.lang.Integer
            dup
            iload 0 /* value */
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    MethodParameters:
       Name  Flags
      value  

  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.IdentityValueProfileTest this
         0: .line 78
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            ldc "ValueProfile$Identity"
            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.ValueProfile
            putfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
         1: .line 79
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  private static boolean isGeneric(com.oracle.truffle.api.profiles.ValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/ValueProfile;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ValueProfile profile
         0: .line 82
            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.ValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/ValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  private static boolean isUninitialized(com.oracle.truffle.api.profiles.ValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/ValueProfile;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ValueProfile profile
         0: .line 86
            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.ValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/ValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  private static java.lang.Object getCachedValue(com.oracle.truffle.api.profiles.ValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/ValueProfile;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.ValueProfile profile
         0: .line 90
            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;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.ValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/ValueProfile;
    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.IdentityValueProfileTest this
         0: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 96
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 97
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         3: .line 98
            return
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDisabled(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
        start local 1 // java.lang.Object value
         0: .line 102
            ldc Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            ldc "ValueProfile$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.ValueProfile
            astore 2 /* p */
        start local 2 // com.oracle.truffle.api.profiles.ValueProfile p
         1: .line 103
            aload 2 /* p */
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 1 /* value */
            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 104
            aload 2 /* p */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         3: .line 105
            return
        end local 2 // com.oracle.truffle.api.profiles.ValueProfile p
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            0    4     1  value  Ljava/lang/Object;
            1    4     2      p  Lcom/oracle/truffle/api/profiles/ValueProfile;
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
       Name  Flags
      value  

  public void testProfileOne(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
        start local 1 // java.lang.Object value
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         1: .line 111
            aload 2 /* result */
            aload 1 /* value */
            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 112
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/ValueProfile;)Ljava/lang/Object;
            aload 1 /* value */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 114
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         5: .line 115
            return
        end local 2 // java.lang.Object result
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            0    6     1   value  Ljava/lang/Object;
            1    6     2  result  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
       Name  Flags
      value  

  public void testProfileTwo(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
        start local 1 // java.lang.Object value0
        start local 2 // java.lang.Object value1
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* result0 */
        start local 3 // java.lang.Object result0
         1: .line 120
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 2 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* result1 */
        start local 4 // java.lang.Object result1
         2: .line 122
            aload 3 /* result0 */
            aload 1 /* value0 */
            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 123
            aload 4 /* result1 */
            aload 2 /* value1 */
            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 125
            aload 1 /* value0 */
            aload 2 /* value1 */
            if_acmpne 8
         5: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/ValueProfile;)Ljava/lang/Object;
            aload 1 /* value0 */
            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 127
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 128
            goto 9
         8: .line 129
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 132
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        11: .line 133
            return
        end local 4 // java.lang.Object result1
        end local 3 // java.lang.Object result0
        end local 2 // java.lang.Object value1
        end local 1 // java.lang.Object value0
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            0   12     1   value0  Ljava/lang/Object;
            0   12     2   value1  Ljava/lang/Object;
            1   12     3  result0  Ljava/lang/Object;
            2   12     4  result1  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  

  public void testProfileThree(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
        start local 1 // java.lang.Object value0
        start local 2 // java.lang.Object value1
        start local 3 // java.lang.Object value2
         0: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* result0 */
        start local 4 // java.lang.Object result0
         1: .line 138
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 2 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* result1 */
        start local 5 // java.lang.Object result1
         2: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 3 /* value2 */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* result2 */
        start local 6 // java.lang.Object result2
         3: .line 141
            aload 4 /* result0 */
            aload 1 /* value0 */
            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 142
            aload 5 /* result1 */
            aload 2 /* value1 */
            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 143
            aload 6 /* result2 */
            aload 3 /* value2 */
            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 145
            aload 1 /* value0 */
            aload 2 /* value1 */
            if_acmpne 10
            aload 2 /* value1 */
            aload 3 /* value2 */
            if_acmpne 10
         7: .line 146
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/ValueProfile;)Ljava/lang/Object;
            aload 1 /* value0 */
            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 147
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 148
            goto 11
        10: .line 149
      StackMap locals: java.lang.Object java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/ValueProfile;)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 152
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.IdentityValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        13: .line 153
            return
        end local 6 // java.lang.Object result2
        end local 5 // java.lang.Object result1
        end local 4 // java.lang.Object result0
        end local 3 // java.lang.Object value2
        end local 2 // java.lang.Object value1
        end local 1 // java.lang.Object value0
        end local 0 // com.oracle.truffle.api.test.profiles.IdentityValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/test/profiles/IdentityValueProfileTest;
            0   14     1   value0  Ljava/lang/Object;
            0   14     2   value1  Ljava/lang/Object;
            0   14     3   value2  Ljava/lang/Object;
            1   14     4  result0  Ljava/lang/Object;
            2   14     5  result1  Ljava/lang/Object;
            3   14     6  result2  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  
      value2  
}
SourceFile: "IdentityValueProfileTest.java"
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/experimental/theories/Theories;)