class com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject
  super_class: java.lang.Object
{
  static int voidReturnCount;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int voidReturnUncachedCount;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 88
            iconst_0
            putstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnCount:I
         1: .line 89
            iconst_0
            putstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnUncachedCount:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;

  protected void voidReturn(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
        start local 1 // int cached
         0: .line 93
            iload 1 /* cached */
            iconst_1
            if_icmpne 3
         1: .line 94
            getstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnUncachedCount:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnUncachedCount:I
         2: .line 95
            goto 4
         3: .line 96
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnCount:I
            iconst_1
            iadd
            putstatic com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject.voidReturnCount:I
         4: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;
            0    5     1  cached  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached(value = "0", uncached = "1")
    MethodParameters:
        Name  Flags
      cached  

  protected int primitive(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
        start local 1 // int primitive
         0: .line 102
            iload 1 /* primitive */
            ireturn
        end local 1 // int primitive
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;
            0    1     1  primitive  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
           Name  Flags
      primitive  

  protected java.lang.Object objectArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
        start local 1 // java.lang.Object[] array
         0: .line 107
            aload 1 /* array */
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;
            0    1     1  array  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      array  

  protected java.lang.Object varArgs(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
        start local 1 // java.lang.Object[] array
         0: .line 112
            aload 1 /* array */
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;
            0    1     1  array  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      array  

  protected java.lang.Object varArgsAndObject(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
        start local 1 // java.lang.Object value
        start local 2 // java.lang.Object[] array
         0: .line 117
            aload 2 /* array */
            areturn
        end local 2 // java.lang.Object[] array
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectiveObject;
            0    1     1  value  Ljava/lang/Object;
            0    1     2  array  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
       Name  Flags
      value  
      array  
}
SourceFile: "ReflectionTest.java"
NestHost: com.oracle.truffle.api.library.test.ReflectionTest
InnerClasses:
  ReflectiveObject = com.oracle.truffle.api.library.test.ReflectionTest$ReflectiveObject of com.oracle.truffle.api.library.test.ReflectionTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ReflectionTest$ReflectionTestLibrary;)