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

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

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

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

  public static final double VALUE4;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.7976931348623157E308
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.DataPoint()

  private static final double FLOAT_DELTA;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9.999999747378752E-6

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

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

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

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

  private static double getCachedValue(com.oracle.truffle.api.profiles.DoubleValueProfile);
    descriptor: (Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.DoubleValueProfile profile
         0: .line 87
            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.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
        end local 0 // com.oracle.truffle.api.profiles.DoubleValueProfile profile
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  profile  Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
    MethodParameters:
         Name  Flags
      profile  

  public static boolean exactCompare(double, double);
    descriptor: (DD)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // double a
        start local 2 // double b
         0: .line 95
            dload 0 /* a */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            dload 2 /* b */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // double b
        end local 0 // double a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  D
            0    2     2     b  D
    MethodParameters:
      Name  Flags
      a     
      b     

  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.DoubleValueProfileTest this
         0: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 101
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 102
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         3: .line 103
            return
        end local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testProfileOneFloat(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
        start local 1 // double value
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 1 /* value */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 3 /* result */
        start local 3 // double result
         1: .line 109
            dload 3 /* result */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 110
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)D
            dload 1 /* value */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         3: .line 111
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 112
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         5: .line 113
            return
        end local 3 // double result
        end local 1 // double value
        end local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
            0    6     1   value  D
            1    6     3  result  D
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
       Name  Flags
      value  

  public void testProfileTwoFloat(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
        start local 1 // double value0
        start local 3 // double value1
         0: .line 118
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 5 /* result0 */
        start local 5 // double result0
         1: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 3 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 7 /* result1 */
        start local 7 // double result1
         2: .line 121
            dload 5 /* result0 */
            dload 1 /* value0 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         3: .line 122
            dload 7 /* result1 */
            dload 3 /* value1 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         4: .line 124
            dload 1 /* value0 */
            dload 3 /* value1 */
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.exactCompare:(DD)Z
            ifeq 8
         5: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)D
            dload 1 /* value0 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         6: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 127
            goto 9
         8: .line 128
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        11: .line 132
            return
        end local 7 // double result1
        end local 5 // double result0
        end local 3 // double value1
        end local 1 // double value0
        end local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
            0   12     1   value0  D
            0   12     3   value1  D
            1   12     5  result0  D
            2   12     7  result1  D
    RuntimeVisibleAnnotations: 
      org.junit.experimental.theories.Theory()
    MethodParameters:
        Name  Flags
      value0  
      value1  

  public void testProfileThreeFloat(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=4
        start local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
        start local 1 // double value0
        start local 3 // double value1
        start local 5 // double value2
         0: .line 137
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 1 /* value0 */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 7 /* result0 */
        start local 7 // double result0
         1: .line 138
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 3 /* value1 */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 9 /* result1 */
        start local 9 // double result1
         2: .line 139
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            dload 5 /* value2 */
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            dstore 11 /* result2 */
        start local 11 // double result2
         3: .line 141
            dload 7 /* result0 */
            dload 1 /* value0 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         4: .line 142
            dload 9 /* result1 */
            dload 3 /* value1 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         5: .line 143
            dload 11 /* result2 */
            dload 5 /* value2 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         6: .line 145
            dload 1 /* value0 */
            dload 3 /* value1 */
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.exactCompare:(DD)Z
            ifeq 10
            dload 3 /* value1 */
            dload 5 /* value2 */
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.exactCompare:(DD)Z
            ifeq 10
         7: .line 146
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.getCachedValue:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)D
            dload 1 /* value0 */
            ldc 9.999999747378752E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
         8: .line 147
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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: double double double
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isGeneric:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokestatic com.oracle.truffle.api.test.profiles.DoubleValueProfileTest.isUninitialized:(Lcom/oracle/truffle/api/profiles/DoubleValueProfile;)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.DoubleValueProfileTest.profile:Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
        13: .line 153
            return
        end local 11 // double result2
        end local 9 // double result1
        end local 7 // double result0
        end local 5 // double value2
        end local 3 // double value1
        end local 1 // double value0
        end local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
            0   14     1   value0  D
            0   14     3   value1  D
            0   14     5   value2  D
            1   14     7  result0  D
            2   14     9  result1  D
            3   14    11  result2  D
    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.DoubleValueProfileTest this
         0: .line 157
            ldc Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
            ldc "DoubleValueProfile$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.DoubleValueProfile
            astore 1 /* p */
        start local 1 // com.oracle.truffle.api.profiles.DoubleValueProfile p
         1: .line 158
            aload 1 /* p */
            ldc 4.9E-324
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            ldc 4.9E-324
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 159
            aload 1 /* p */
            ldc -0.0
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            ldc -0.0
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 160
            aload 1 /* p */
            dconst_0
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            dconst_0
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 161
            aload 1 /* p */
            ldc 14.5
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            ldc 14.5
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 162
            aload 1 /* p */
            ldc 1.7976931348623157E308
            invokevirtual com.oracle.truffle.api.profiles.DoubleValueProfile.profile:(D)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            ldc 1.7976931348623157E308
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            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 163
            aload 1 /* p */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            pop
         7: .line 164
            return
        end local 1 // com.oracle.truffle.api.profiles.DoubleValueProfile p
        end local 0 // com.oracle.truffle.api.test.profiles.DoubleValueProfileTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/truffle/api/test/profiles/DoubleValueProfileTest;
            1    8     1     p  Lcom/oracle/truffle/api/profiles/DoubleValueProfile;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "DoubleValueProfileTest.java"
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/experimental/theories/Theories;)