class com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject this
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/SlowPathCallTest$MyObject;

  java.lang.Object someCall(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject this
        start local 1 // int cached
         0: .line 67
            iload 1 /* cached */
            ifne 2
         1: .line 68
            ldc "cached"
            areturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            ldc "uncached"
            areturn
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/library/test/SlowPathCallTest$MyObject;
            0    3     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  
}
SourceFile: "SlowPathCallTest.java"
NestHost: com.oracle.truffle.api.library.test.SlowPathCallTest
InnerClasses:
  MyObject = com.oracle.truffle.api.library.test.SlowPathCallTest$MyObject of com.oracle.truffle.api.library.test.SlowPathCallTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/SlowPathCallTest$SlowPathCallLibrary;)