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

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

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

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

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

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

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

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

  private static long getCachedValue(com.oracle.truffle.api.profiles.LongValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/LongValueProfile;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.LongValueProfile 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.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
        end local 0 // com.oracle.truffle.api.profiles.LongValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/LongValueProfile;
    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.LongValueProfileTest this
         0: .line 89
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         3: .line 92
            return
        end local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/test/profiles/LongValueProfileTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testProfileOneObject(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
        start local 1 // long value
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 1 /* value */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 3 /* result */
        start local 3 // long result
         1: .line 98
            lload 3 /* result */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 1 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)J
            lload 1 /* value */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         5: .line 102
            return
        end local 3 // long result
        end local 1 // long value
        end local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/test/profiles/LongValueProfileTest;
            0    6     1   value  J
            1    6     3  result  J
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
       Name  Flags
      value  

  public void testProfileTwoObject(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
        start local 1 // long value0
        start local 3 // long value1
         0: .line 106
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 5 /* result0 */
        start local 5 // long result0
         1: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 3 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 7 /* result1 */
        start local 7 // long result1
         2: .line 109
            lload 5 /* result0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 1 /* value0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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
            lload 7 /* result1 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 3 /* value1 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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
            lload 1 /* value0 */
            lload 3 /* value1 */
            lcmp
            ifne 8
         5: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 1 /* value0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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: long long
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        11: .line 120
            return
        end local 7 // long result1
        end local 5 // long result0
        end local 3 // long value1
        end local 1 // long value0
        end local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/api/test/profiles/LongValueProfileTest;
            0   12     1   value0  J
            0   12     3   value1  J
            1   12     5  result0  J
            2   12     7  result1  J
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  

  public void testProfileThreeObject(long, long, long);
    descriptor: (JJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=4
        start local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
        start local 1 // long value0
        start local 3 // long value1
        start local 5 // long value2
         0: .line 124
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 7 /* result0 */
        start local 7 // long result0
         1: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 3 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 9 /* result1 */
        start local 9 // long result1
         2: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            lload 5 /* value2 */
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            lstore 11 /* result2 */
        start local 11 // long result2
         3: .line 128
            lload 7 /* result0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 1 /* value0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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
            lload 9 /* result1 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 3 /* value1 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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
            lload 11 /* result2 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 5 /* value2 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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
            lload 1 /* value0 */
            lload 3 /* value1 */
            lcmp
            ifne 10
            lload 3 /* value1 */
            lload 5 /* value2 */
            lcmp
            ifne 10
         7: .line 133
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 1 /* value0 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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: long long long
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.LongValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/LongValueProfile;)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.LongValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/LongValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        13: .line 140
            return
        end local 11 // long result2
        end local 9 // long result1
        end local 7 // long result0
        end local 5 // long value2
        end local 3 // long value1
        end local 1 // long value0
        end local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/test/profiles/LongValueProfileTest;
            0   14     1   value0  J
            0   14     3   value1  J
            0   14     5   value2  J
            1   14     7  result0  J
            2   14     9  result1  J
            3   14    11  result2  J
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  
      value2  

  public void testDisabled();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
         0: .line 144
            ldc Lcom/oracle/truffle/api/test/profiles/PrimitiveValueProfileTest;
            ldc "LongValueProfile$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.LongValueProfile
            astore 1 /* p */
        start local 1 // com.oracle.truffle.api.profiles.LongValueProfile p
         1: .line 145
            aload 1 /* p */
            ldc -9223372036854775808
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            ldc -9223372036854775808
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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 */
            lconst_0
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lconst_0
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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 */
            ldc 14
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            ldc 14
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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 9223372036854775807
            invokevirtual com.oracle.truffle.api.profiles.LongValueProfile.profile:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            ldc 9223372036854775807
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            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.LongValueProfile p
        end local 0 // com.oracle.truffle.api.test.profiles.LongValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/test/profiles/LongValueProfileTest;
            1    7     1     p  Lcom/oracle/truffle/api/profiles/LongValueProfile;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LongValueProfileTest.java"
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/experimental/theories/Theories;)