public class org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person extends org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person
super_class: org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super
{
int age;
descriptor: I
flags: (0x0000)
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person this
start local 1 // int age
0: .line 67
aload 0 /* this */
invokespecial org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super.<init>:()V
1: .line 68
aload 0 /* this */
iload 1 /* age */
putfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person.age:I
2: .line 69
return
end local 1 // int age
end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Person;
0 3 1 age I
MethodParameters:
Name Flags
age
public int getAge();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person this
0: .line 73
aload 0 /* this */
getfield org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person.age:I
ireturn
end local 0 // org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/test/GuardedIntrinsicTest$Person;
}
SourceFile: "GuardedIntrinsicTest.java"
NestHost: org.graalvm.compiler.core.test.GuardedIntrinsicTest
InnerClasses:
public Person = org.graalvm.compiler.core.test.GuardedIntrinsicTest$Person of org.graalvm.compiler.core.test.GuardedIntrinsicTest
Super = org.graalvm.compiler.core.test.GuardedIntrinsicTest$Super of org.graalvm.compiler.core.test.GuardedIntrinsicTest