final class com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 extends com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64
  super_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
{
  private final double expected;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, double, boolean);
    descriptor: (Ljava/lang/String;DZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
        start local 1 // java.lang.String expectedType
        start local 2 // double expected
        start local 4 // boolean isBuggy
         0: .line 205
            aload 0 /* this */
            ldc "float64"
            aload 1 /* expectedType */
            iload 4 /* isBuggy */
            invokespecial com.oracle.truffle.llvm.tests.debug.LLVMDebugValue.<init>:(Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 206
            aload 0 /* this */
            dload 2 /* expected */
            putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64.expected:D
         2: .line 207
            return
        end local 4 // boolean isBuggy
        end local 2 // double expected
        end local 1 // java.lang.String expectedType
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Float_64;
            0    3     1  expectedType  Ljava/lang/String;
            0    3     2      expected  D
            0    3     4       isBuggy  Z
    MethodParameters:
              Name  Flags
      expectedType  
      expected      
      isBuggy       

  java.lang.String getExpectedDisplayValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
         0: .line 211
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64.expected:D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Float_64;

  void checkValue(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         0: .line 217
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            astore 2 /* val */
        start local 2 // java.lang.String val
         1: .line 218
            aload 2 /* val */
            invokestatic java.lang.Double.parseDouble:(Ljava/lang/String;)D
            dstore 3 /* actual */
        start local 3 // double actual
         2: .line 219
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64.expected:D
            dload 3 /* actual */
            ldc 1.0E-6
            invokestatic org.junit.Assert.assertEquals:(DDD)V
        end local 3 // double actual
        end local 2 // java.lang.String val
         3: .line 220
            goto 6
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
         4: astore 2 /* nfe */
        start local 2 // java.lang.NumberFormatException nfe
         5: .line 221
            new java.lang.AssertionError
            dup
            ldc "Failed to read value '%s'"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64.expected:D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 2 /* nfe */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NumberFormatException nfe
         6: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Float_64;
            0    7     1   value  Lcom/oracle/truffle/api/debug/DebugValue;
            1    3     2     val  Ljava/lang/String;
            2    3     3  actual  D
            5    6     2     nfe  Ljava/lang/NumberFormatException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "LLVMDebugValue.java"
NestHost: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
InnerClasses:
  final Float_64 = com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Float_64 of com.oracle.truffle.llvm.tests.debug.LLVMDebugValue