class org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue extends org.graalvm.compiler.lir.CompositeValue
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue
super_class: org.graalvm.compiler.lir.CompositeValue
{
protected jdk.vm.ci.meta.Value value;
descriptor: Ljdk/vm/ci/meta/Value;
flags: (0x0004) ACC_PROTECTED
RuntimeVisibleAnnotations:
org.graalvm.compiler.lir.CompositeValue$Component(value = {org.graalvm.compiler.lir.LIRInstruction$OperandFlag.REG:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;, org.graalvm.compiler.lir.LIRInstruction$OperandFlag.ILLEGAL:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;})
private static final java.util.EnumSet<org.graalvm.compiler.lir.LIRInstruction$OperandFlag> flags;
descriptor: Ljava/util/EnumSet;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/EnumSet<Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;>;
void <init>(jdk.vm.ci.meta.Value);
descriptor: (Ljdk/vm/ci/meta/Value;)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$TestCompositeValue;
MethodParameters:
Name Flags
value
public org.graalvm.compiler.lir.CompositeValue forEachComponent(org.graalvm.compiler.lir.LIRInstruction, org.graalvm.compiler.lir.LIRInstruction$OperandMode, org.graalvm.compiler.lir.InstructionValueProcedure);
descriptor: (Lorg/graalvm/compiler/lir/LIRInstruction;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Lorg/graalvm/compiler/lir/InstructionValueProcedure;)Lorg/graalvm/compiler/lir/CompositeValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
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$TestCompositeValue;
MethodParameters:
Name Flags
inst
mode
proc
protected void visitEachComponent(org.graalvm.compiler.lir.LIRInstruction, org.graalvm.compiler.lir.LIRInstruction$OperandMode, org.graalvm.compiler.lir.InstructionValueConsumer);
descriptor: (Lorg/graalvm/compiler/lir/LIRInstruction;Lorg/graalvm/compiler/lir/LIRInstruction$OperandMode;Lorg/graalvm/compiler/lir/InstructionValueConsumer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
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$TestCompositeValue;
MethodParameters:
Name Flags
inst
mode
proc
}
SourceFile: "CompositeValueReplacementTest1.java"
NestHost: org.graalvm.compiler.lir.test.CompositeValueReplacementTest1
InnerClasses:
public abstract Component = org.graalvm.compiler.lir.CompositeValue$Component of org.graalvm.compiler.lir.CompositeValue
public final OperandFlag = org.graalvm.compiler.lir.LIRInstruction$OperandFlag of org.graalvm.compiler.lir.LIRInstruction
public final OperandMode = org.graalvm.compiler.lir.LIRInstruction$OperandMode of org.graalvm.compiler.lir.LIRInstruction
private TestCompositeValue = org.graalvm.compiler.lir.test.CompositeValueReplacementTest1$TestCompositeValue of org.graalvm.compiler.lir.test.CompositeValueReplacementTest1