final class com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int 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$Int
super_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
{
private final java.math.BigInteger expected;
descriptor: Ljava/math/BigInteger;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
java.lang.String getExpectedDisplayValue();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int.expected:Ljava/math/BigInteger;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Int;
void <init>(java.lang.String, java.math.BigInteger, boolean);
descriptor: (Ljava/lang/String;Ljava/math/BigInteger;Z)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
ldc "int"
aload 1
iload 3
invokespecial com.oracle.truffle.llvm.tests.debug.LLVMDebugValue.<init>:(Ljava/lang/String;Ljava/lang/String;Z)V
1: aload 0
aload 2
putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int.expected:Ljava/math/BigInteger;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Int;
0 3 1 expectedType Ljava/lang/String;
0 3 2 expected Ljava/math/BigInteger;
0 3 3 isBuggy Z
MethodParameters:
Name Flags
expectedType
expected
isBuggy
void checkValue(com.oracle.truffle.api.debug.DebugValue);
descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)V
flags: (0x0000)
Code:
stack=7, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
astore 2
start local 2 1: new java.math.BigInteger
dup
aload 2
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
astore 3
start local 3 2: aload 0
getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int.expected:Ljava/math/BigInteger;
aload 3
invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
end local 3 end local 2 3: goto 6
StackMap locals:
StackMap stack: java.lang.NumberFormatException
4: astore 2
start local 2 5: new java.lang.AssertionError
dup
ldc "Failed to read value '%s'"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int.expected:Ljava/math/BigInteger;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
aload 2
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Int;
0 7 1 value Lcom/oracle/truffle/api/debug/DebugValue;
1 3 2 val Ljava/lang/String;
2 3 3 actual Ljava/math/BigInteger;
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 Int = com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Int of com.oracle.truffle.llvm.tests.debug.LLVMDebugValue