public class org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest
  super_class: java.lang.Object
{
  private int intField;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public int getInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest this
         0: .line 54
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest.intField:I
            ireturn
        end local 0 // org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;

  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.jtt.reflect.Invoke_virtual01$HelperTest this
        start local 1 // int i
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            iload 1 /* i */
            putfield org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest.intField:I
         2: .line 59
            return
        end local 1 // int i
        end local 0 // org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/jtt/reflect/Invoke_virtual01$HelperTest;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "Invoke_virtual01.java"
NestHost: org.graalvm.compiler.jtt.reflect.Invoke_virtual01
InnerClasses:
  public HelperTest = org.graalvm.compiler.jtt.reflect.Invoke_virtual01$HelperTest of org.graalvm.compiler.jtt.reflect.Invoke_virtual01