final class org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestOp extends org.graalvm.compiler.lir.LIRInstruction
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestOp
super_class: org.graalvm.compiler.lir.LIRInstruction
{
public static final org.graalvm.compiler.lir.LIRInstructionClass<org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestOp> TYPE;
descriptor: Lorg/graalvm/compiler/lir/LIRInstructionClass;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/graalvm/compiler/lir/LIRInstructionClass<Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$TestOp;>;
protected org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue compValue;
descriptor: Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$TestCompositeValue;
flags: (0x0004) ACC_PROTECTED
RuntimeVisibleAnnotations:
org.graalvm.compiler.lir.LIRInstruction$Use(value = {org.graalvm.compiler.lir.LIRInstruction$OperandFlag.COMPOSITE:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;})
void <init>(org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue);
descriptor: (Lorg/graalvm/compiler/lir/test/CompositeValueReplacementTest1$TestCompositeValue;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
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$TestOp;
MethodParameters:
Name Flags
compValue
public void emitCode(org.graalvm.compiler.lir.asm.CompilationResultBuilder);
descriptor: (Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
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\tThe method fail(String) is undefined for the type CompositeValueReplacementTest1.TestOp\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$TestOp;
MethodParameters:
Name Flags
crb
}
SourceFile: "CompositeValueReplacementTest1.java"
NestHost: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1
InnerClasses:
public final OperandFlag = org.graalvm.compiler.lir.LIRInstruction$OperandFlag of org.graalvm.compiler.lir.LIRInstruction
public abstract Use = org.graalvm.compiler.lir.LIRInstruction$Use of org.graalvm.compiler.lir.LIRInstruction
private TestCompositeValue = org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue of org.graalvm.compiler.lir.test.CompositeValueReplacementTest1
private final TestOp = org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestOp of org.graalvm.compiler.lir.test.CompositeValueReplacementTest1