final class com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled extends com.oracle.truffle.api.profiles.PrimitiveValueProfile
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled
  super_class: com.oracle.truffle.api.profiles.PrimitiveValueProfile
{
  private static final java.lang.Object UNINITIALIZED;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Object GENERIC;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.Object cachedValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 119
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.UNINITIALIZED:Ljava/lang/Object;
         1: .line 120
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 125
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.profiles.PrimitiveValueProfile.<init>:()V
         1: .line 123
            aload 0 /* this */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.UNINITIALIZED:Ljava/lang/Object;
            putfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
         2: .line 126
            return
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;

  public <T> T profile();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // java.lang.Object v
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 132
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 31
         2: .line 133
            aload 1 /* v */
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 134
            aload 2 /* snapshot */
            instanceof java.lang.Byte
            ifeq 6
         4: .line 135
            aload 3 /* value */
            instanceof java.lang.Byte
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            aload 3 /* value */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            if_icmpne 29
         5: .line 136
            aload 2 /* snapshot */
            areturn
         6: .line 138
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Short
            ifeq 9
         7: .line 139
            aload 3 /* value */
            instanceof java.lang.Short
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            aload 3 /* value */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            if_icmpne 29
         8: .line 140
            aload 2 /* snapshot */
            areturn
         9: .line 142
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Integer
            ifeq 12
        10: .line 143
            aload 3 /* value */
            instanceof java.lang.Integer
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            aload 3 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            if_icmpne 29
        11: .line 144
            aload 2 /* snapshot */
            areturn
        12: .line 146
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Long
            ifeq 15
        13: .line 147
            aload 3 /* value */
            instanceof java.lang.Long
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            aload 3 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lcmp
            ifne 29
        14: .line 148
            aload 2 /* snapshot */
            areturn
        15: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Float
            ifeq 18
        16: .line 155
            aload 3 /* value */
            instanceof java.lang.Float
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            aload 3 /* value */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            if_icmpne 29
        17: .line 156
            aload 2 /* snapshot */
            areturn
        18: .line 158
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Double
            ifeq 21
        19: .line 163
            aload 3 /* value */
            instanceof java.lang.Double
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            aload 3 /* value */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lcmp
            ifne 29
        20: .line 164
            aload 2 /* snapshot */
            areturn
        21: .line 166
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Boolean
            ifeq 24
        22: .line 167
            aload 3 /* value */
            instanceof java.lang.Boolean
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            aload 3 /* value */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            if_icmpne 29
        23: .line 168
            aload 2 /* snapshot */
            areturn
        24: .line 170
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            instanceof java.lang.Character
            ifeq 27
        25: .line 171
            aload 3 /* value */
            instanceof java.lang.Character
            ifeq 29
            aload 2 /* snapshot */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            aload 3 /* value */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            if_icmpne 29
        26: .line 172
            aload 2 /* snapshot */
            areturn
        27: .line 174
      StackMap locals:
      StackMap stack:
            aload 2 /* snapshot */
            aload 3 /* value */
            if_acmpne 29
        28: .line 175
            aload 2 /* snapshot */
            areturn
        29: .line 177
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        30: .line 178
            aload 0 /* this */
            aload 3 /* value */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object value
        31: .line 180
      StackMap locals:
      StackMap stack:
            aload 1 /* v */
            areturn
        end local 2 // java.lang.Object snapshot
        end local 1 // java.lang.Object v
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   32     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0   32     1         v  TT;
            1   32     2  snapshot  Ljava/lang/Object;
            3   31     3     value  Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(TT;)TT;
    MethodParameters:
      Name  Flags
      v     

  public byte profile(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // byte value
         0: .line 186
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 187
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 188
            aload 2 /* snapshot */
            instanceof java.lang.Byte
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            iload 1 /* value */
            if_icmpne 4
         3: .line 189
            aload 2 /* snapshot */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            ireturn
         4: .line 191
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 192
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 195
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // java.lang.Object snapshot
        end local 1 // byte value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  B
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public short profile(short);
    descriptor: (S)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // short value
         0: .line 201
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 202
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 203
            aload 2 /* snapshot */
            instanceof java.lang.Short
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            iload 1 /* value */
            if_icmpne 4
         3: .line 204
            aload 2 /* snapshot */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            ireturn
         4: .line 206
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 207
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 210
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // java.lang.Object snapshot
        end local 1 // short value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  S
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public int profile(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // int value
         0: .line 216
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 217
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 218
            aload 2 /* snapshot */
            instanceof java.lang.Integer
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iload 1 /* value */
            if_icmpne 4
         3: .line 219
            aload 2 /* snapshot */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         4: .line 221
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 222
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 225
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // java.lang.Object snapshot
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  I
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public long profile(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // long value
         0: .line 231
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 3 /* snapshot */
        start local 3 // java.lang.Object snapshot
         1: .line 232
            aload 3 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 233
            aload 3 /* snapshot */
            instanceof java.lang.Long
            ifeq 4
            aload 3 /* snapshot */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lload 1 /* value */
            lcmp
            ifne 4
         3: .line 234
            aload 3 /* snapshot */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
         4: .line 236
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 237
            aload 0 /* this */
            lload 1 /* value */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 240
      StackMap locals:
      StackMap stack:
            lload 1 /* value */
            lreturn
        end local 3 // java.lang.Object snapshot
        end local 1 // long value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  J
            1    7     3  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public float profile(float);
    descriptor: (F)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // float value
         0: .line 246
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 247
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 252
            aload 2 /* snapshot */
            instanceof java.lang.Float
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            fload 1 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            if_icmpne 4
         3: .line 253
            aload 2 /* snapshot */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            freturn
         4: .line 255
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 256
            aload 0 /* this */
            fload 1 /* value */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 259
      StackMap locals:
      StackMap stack:
            fload 1 /* value */
            freturn
        end local 2 // java.lang.Object snapshot
        end local 1 // float value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  F
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public double profile(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // double value
         0: .line 265
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 3 /* snapshot */
        start local 3 // java.lang.Object snapshot
         1: .line 266
            aload 3 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 271
            aload 3 /* snapshot */
            instanceof java.lang.Double
            ifeq 4
            aload 3 /* snapshot */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            dload 1 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lcmp
            ifne 4
         3: .line 272
            aload 3 /* snapshot */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dreturn
         4: .line 274
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 275
            aload 0 /* this */
            dload 1 /* value */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 278
      StackMap locals:
      StackMap stack:
            dload 1 /* value */
            dreturn
        end local 3 // java.lang.Object snapshot
        end local 1 // double value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  D
            1    7     3  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean profile(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // boolean value
         0: .line 284
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 285
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 286
            aload 2 /* snapshot */
            instanceof java.lang.Boolean
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            iload 1 /* value */
            if_icmpne 4
         3: .line 287
            aload 2 /* snapshot */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
         4: .line 289
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 290
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 293
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // java.lang.Object snapshot
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  Z
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public char profile(char);
    descriptor: (C)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // char value
         0: .line 299
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 2 /* snapshot */
        start local 2 // java.lang.Object snapshot
         1: .line 300
            aload 2 /* snapshot */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpeq 6
         2: .line 301
            aload 2 /* snapshot */
            instanceof java.lang.Character
            ifeq 4
            aload 2 /* snapshot */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            iload 1 /* value */
            if_icmpne 4
         3: .line 302
            aload 2 /* snapshot */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            ireturn
         4: .line 304
      StackMap locals: java.lang.Object
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         5: .line 305
            aload 0 /* this */
            iload 1 /* value */
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.slowPath:(Ljava/lang/Object;)V
         6: .line 308
      StackMap locals:
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 2 // java.lang.Object snapshot
        end local 1 // char value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    7     1     value  C
            1    7     2  snapshot  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  private void slowPath(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
        start local 1 // java.lang.Object value
         0: .line 312
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.UNINITIALIZED:Ljava/lang/Object;
            if_acmpne 3
         1: .line 313
            aload 0 /* this */
            aload 1 /* value */
            putfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
         2: .line 314
            goto 4
         3: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            putfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
         4: .line 317
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            0    5     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  boolean isGeneric();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 320
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.GENERIC:Ljava/lang/Object;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;

  boolean isUninitialized();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 324
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            getstatic com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.UNINITIALIZED:Ljava/lang/Object;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;

  java.lang.Object getCachedValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 328
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 333
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.isUninitialized:()Z
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.isGeneric:()Z
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.formatSpecialization:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.toString:(Ljava/lang/Class;ZZLjava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;

  private java.lang.String formatSpecialization();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
         0: .line 337
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.isUninitialized:()Z
            ifne 9
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.isGeneric:()Z
            ifne 9
         1: .line 338
            aload 0 /* this */
            getfield com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.cachedValue:Ljava/lang/Object;
            astore 1 /* snapshot */
        start local 1 // java.lang.Object snapshot
         2: .line 339
            aload 1 /* snapshot */
            ifnonnull 4
         3: .line 340
            ldc "value == null"
            iconst_0
            anewarray java.lang.Object
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
         4: .line 342
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* snapshot */
            instanceof java.lang.Byte
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Short
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Integer
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Long
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Float
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Double
            ifne 6
         5: .line 343
            aload 1 /* snapshot */
            instanceof java.lang.Boolean
            ifne 6
            aload 1 /* snapshot */
            instanceof java.lang.Character
            ifeq 7
         6: .line 344
      StackMap locals:
      StackMap stack:
            ldc "value == (%s)%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* snapshot */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* snapshot */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
         7: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* snapshot */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            astore 2 /* simpleName */
        start local 2 // java.lang.String simpleName
         8: .line 347
            ldc "value == %s@%x"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* simpleName */
            aastore
            dup
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* snapshot */
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String simpleName
        end local 1 // java.lang.Object snapshot
         9: .line 351
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile$Enabled;
            2    9     1    snapshot  Ljava/lang/Object;
            8    9     2  simpleName  Ljava/lang/String;

  static com.oracle.truffle.api.profiles.PrimitiveValueProfile create();
    descriptor: ()Lcom/oracle/truffle/api/profiles/PrimitiveValueProfile;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 359
            new com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled
            dup
            invokespecial com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PrimitiveValueProfile.java"
NestHost: com.oracle.truffle.api.profiles.PrimitiveValueProfile
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  final Enabled = com.oracle.truffle.api.profiles.PrimitiveValueProfile$Enabled of com.oracle.truffle.api.profiles.PrimitiveValueProfile