class org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$DummyValue extends jdk.vm.ci.meta.Value
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$DummyValue
super_class: jdk.vm.ci.meta.Value
{
private final int id;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static int counter;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe method fail(String) is undefined for the type CompositeValueReplacementTest1.TestOp\n\tTest cannot be resolved to a type\n\tThe method assertEquals(CompositeValueReplacementTest1.DummyValue, Value) is undefined for the type CompositeValueReplacementTest1\n\tThe method assertEquals(CompositeValueReplacementTest1.DummyValue, Value) is undefined for the type CompositeValueReplacementTest1\n\tThe method assertEquals(CompositeValueReplacementTest1.DummyValue, Value) is undefined for the type CompositeValueReplacementTest1\n\tThe method assertEquals(CompositeValueReplacementTest1.DummyValue, Value) is undefined for the type CompositeValueReplacementTest1\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$DummyValue;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$DummyValue;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$DummyValue;
MethodParameters:
Name Flags
obj
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$DummyValue;
}
SourceFile: "CompositeValueReplacementTest1.java"
NestHost: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1
InnerClasses:
private DummyValue = org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$DummyValue of org.graalvm.compiler.lir.test.CompositeValueReplacementTest1