final class com.oracle.svm.truffle.Target_com_oracle_truffle_polyglot_LanguageCache
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.truffle.Target_com_oracle_truffle_polyglot_LanguageCache
  super_class: java.lang.Object
{
  private java.lang.String languageHome;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.RecomputeFieldValue(kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind.Reset:Lcom/oracle/svm/core/annotate/RecomputeFieldValue$Kind;)

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.Target_com_oracle_truffle_polyglot_LanguageCache this
         0: .line 1067
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.truffle.Target_com_oracle_truffle_polyglot_LanguageCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/truffle/Target_com_oracle_truffle_polyglot_LanguageCache;
}
SourceFile: "TruffleFeature.java"
InnerClasses:
  public final Kind = com.oracle.svm.core.annotate.RecomputeFieldValue$Kind of com.oracle.svm.core.annotate.RecomputeFieldValue
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "com.oracle.truffle.polyglot.LanguageCache", onlyWith = {Lcom/oracle/svm/truffle/TruffleFeature$IsEnabled;})