final class com.oracle.truffle.polyglot.HostClassDesc
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostClassDesc
  super_class: java.lang.Object
{
  private final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final com.oracle.truffle.polyglot.HostClassCache cache;
    descriptor: Lcom/oracle/truffle/polyglot/HostClassCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile com.oracle.truffle.polyglot.HostClassDesc$Members members;
    descriptor: Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile com.oracle.truffle.polyglot.HostClassDesc$JNIMembers jniMembers;
    descriptor: Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature methodsBySignature;
    descriptor: Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult adapter;
    descriptor: Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final boolean allowsImplementation;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean allowedTargetType;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            ldc Lcom/oracle/truffle/polyglot/HostClassDesc;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.HostClassDesc.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.oracle.truffle.polyglot.HostClassDesc forClass(com.oracle.truffle.polyglot.PolyglotEngineImpl, java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostClassDesc;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl impl
        start local 1 // java.lang.Class clazz
         0: .line 73
            aload 0 /* impl */
            invokevirtual com.oracle.truffle.polyglot.PolyglotEngineImpl.getHostClassCache:()Lcom/oracle/truffle/polyglot/HostClassCache;
            aload 1 /* clazz */
            invokevirtual com.oracle.truffle.polyglot.HostClassCache.forClass:(Ljava/lang/Class;)Lcom/oracle/truffle/polyglot/HostClassDesc;
            areturn
        end local 1 // java.lang.Class clazz
        end local 0 // com.oracle.truffle.polyglot.PolyglotEngineImpl impl
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   impl  Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;
            0    1     1  clazz  Ljava/lang/Class<*>;
    Signature: (Lcom/oracle/truffle/polyglot/PolyglotEngineImpl;Ljava/lang/Class<*>;)Lcom/oracle/truffle/polyglot/HostClassDesc;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      impl   
      clazz  

  void <init>(com.oracle.truffle.polyglot.HostClassCache, java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/HostClassCache;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // com.oracle.truffle.polyglot.HostClassCache cache
        start local 2 // java.lang.Class type
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 2 /* type */
            putfield com.oracle.truffle.polyglot.HostClassDesc.type:Ljava/lang/Class;
         2: .line 87
            aload 0 /* this */
            aload 1 /* cache */
            putfield com.oracle.truffle.polyglot.HostClassDesc.cache:Lcom/oracle/truffle/polyglot/HostClassCache;
         3: .line 88
            aload 0 /* this */
            aload 2 /* type */
            invokestatic com.oracle.truffle.polyglot.HostInteropReflect.isExtensibleType:(Ljava/lang/Class;)Z
            ifeq 4
            aload 1 /* cache */
            aload 2 /* type */
            invokevirtual com.oracle.truffle.polyglot.HostClassCache.allowsImplementation:(Ljava/lang/Class;)Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc com.oracle.truffle.polyglot.HostClassCache java.lang.Class
      StackMap stack: com.oracle.truffle.polyglot.HostClassDesc
         4: iconst_0
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc com.oracle.truffle.polyglot.HostClassCache java.lang.Class
      StackMap stack: com.oracle.truffle.polyglot.HostClassDesc int
         5: putfield com.oracle.truffle.polyglot.HostClassDesc.allowsImplementation:Z
         6: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.allowsImplementation:Z
            ifeq 7
            aload 2 /* type */
            invokestatic com.oracle.truffle.polyglot.HostInteropReflect.isAbstractType:(Ljava/lang/Class;)Z
            ifeq 7
            aload 2 /* type */
            invokestatic com.oracle.truffle.polyglot.HostClassDesc.hasDefaultConstructor:(Ljava/lang/Class;)Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: com.oracle.truffle.polyglot.HostClassDesc
         7: iconst_0
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc com.oracle.truffle.polyglot.HostClassCache java.lang.Class
      StackMap stack: com.oracle.truffle.polyglot.HostClassDesc int
         8: putfield com.oracle.truffle.polyglot.HostClassDesc.allowedTargetType:Z
         9: .line 90
            return
        end local 2 // java.lang.Class type
        end local 1 // com.oracle.truffle.polyglot.HostClassCache cache
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0   10     1  cache  Lcom/oracle/truffle/polyglot/HostClassCache;
            0   10     2   type  Ljava/lang/Class<*>;
    Signature: (Lcom/oracle/truffle/polyglot/HostClassCache;Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      cache  
      type   

  public boolean isAllowsImplementation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 93
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.allowsImplementation:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;

  public boolean isAllowedTargetType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 97
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.allowedTargetType:Z
            ireturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;

  public java.lang.Class<?> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 101
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.type:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
    Signature: ()Ljava/lang/Class<*>;

  private static boolean hasDefaultConstructor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.Class type
         0: .line 105
            getstatic com.oracle.truffle.polyglot.HostClassDesc.$assertionsDisabled:Z
            ifne 1
            aload 0 /* type */
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 3
         2: .line 107
            iconst_1
            ireturn
         3: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokevirtual java.lang.Class.getConstructors:()[Ljava/lang/reflect/Constructor;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 8
      StackMap locals: java.lang.Class top int int java.lang.reflect.Constructor[]
      StackMap stack:
         4: aload 4
            iload 2
            aaload
            astore 1 /* ctor */
        start local 1 // java.lang.reflect.Constructor ctor
         5: .line 110
            aload 1 /* ctor */
            invokevirtual java.lang.reflect.Constructor.getParameterCount:()I
            ifne 7
         6: .line 111
            iconst_1
            ireturn
        end local 1 // java.lang.reflect.Constructor ctor
         7: .line 109
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         8: iload 2
            iload 3
            if_icmplt 4
         9: .line 114
            iconst_0
            ireturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  type  Ljava/lang/Class<*>;
            5    7     1  ctor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  static boolean isObjectMethodOverride(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method m
         0: .line 386
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            ifne 1
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            ldc "hashCode"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            ldc "toString"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            iconst_1
            if_icmpne 2
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            ldc "equals"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            aload 0 /* m */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            iconst_0
            aaload
            ldc Ljava/lang/Object;
            if_acmpeq 3
         2: .line 386
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // java.lang.reflect.Method m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     m  Ljava/lang/reflect/Method;
    MethodParameters:
      Name  Flags
      m     

  private com.oracle.truffle.polyglot.HostClassDesc$Members getMembers();
    descriptor: ()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 439
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.members:Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            astore 1 /* m */
        start local 1 // com.oracle.truffle.polyglot.HostClassDesc$Members m
         1: .line 440
            aload 1 /* m */
            ifnonnull 11
         2: .line 441
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 442
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 443
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.members:Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            astore 1 /* m */
         5: .line 444
            aload 1 /* m */
            ifnonnull 7
         6: .line 445
            aload 0 /* this */
            new com.oracle.truffle.polyglot.HostClassDesc$Members
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.cache:Lcom/oracle/truffle/polyglot/HostClassCache;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.type:Ljava/lang/Class;
            invokespecial com.oracle.truffle.polyglot.HostClassDesc$Members.<init>:(Lcom/oracle/truffle/polyglot/HostClassCache;Ljava/lang/Class;)V
            dup
            astore 1 /* m */
            putfield com.oracle.truffle.polyglot.HostClassDesc.members:Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
         7: .line 442
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc$Members com.oracle.truffle.polyglot.HostClassDesc
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 449
      StackMap locals:
      StackMap stack:
            aload 1 /* m */
            areturn
        end local 1 // com.oracle.truffle.polyglot.HostClassDesc$Members m
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            1   12     1     m  Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any

  private com.oracle.truffle.polyglot.HostClassDesc$JNIMembers getJNIMembers();
    descriptor: ()Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 453
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.jniMembers:Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
            astore 1 /* m */
        start local 1 // com.oracle.truffle.polyglot.HostClassDesc$JNIMembers m
         1: .line 454
            aload 1 /* m */
            ifnonnull 11
         2: .line 455
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 456
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 457
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.jniMembers:Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
            astore 1 /* m */
         5: .line 458
            aload 1 /* m */
            ifnonnull 7
         6: .line 459
            aload 0 /* this */
            new com.oracle.truffle.polyglot.HostClassDesc$JNIMembers
            dup
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            invokespecial com.oracle.truffle.polyglot.HostClassDesc$JNIMembers.<init>:(Lcom/oracle/truffle/polyglot/HostClassDesc$Members;)V
            dup
            astore 1 /* m */
            putfield com.oracle.truffle.polyglot.HostClassDesc.jniMembers:Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
         7: .line 456
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc$JNIMembers com.oracle.truffle.polyglot.HostClassDesc
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 463
      StackMap locals:
      StackMap stack:
            aload 1 /* m */
            areturn
        end local 1 // com.oracle.truffle.polyglot.HostClassDesc$JNIMembers m
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            1   12     1     m  Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any

  private com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature getMethodsBySignature();
    descriptor: ()Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 467
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.methodsBySignature:Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
            astore 1 /* m */
        start local 1 // com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature m
         1: .line 468
            aload 1 /* m */
            ifnonnull 11
         2: .line 469
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 470
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 471
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.methodsBySignature:Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
            astore 1 /* m */
         5: .line 472
            aload 1 /* m */
            ifnonnull 7
         6: .line 473
            aload 0 /* this */
            new com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature
            dup
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            invokespecial com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature.<init>:(Lcom/oracle/truffle/polyglot/HostClassDesc$Members;)V
            dup
            astore 1 /* m */
            putfield com.oracle.truffle.polyglot.HostClassDesc.methodsBySignature:Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
         7: .line 470
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature com.oracle.truffle.polyglot.HostClassDesc
      StackMap stack:
            aload 2
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        11: .line 477
      StackMap locals:
      StackMap stack:
            aload 1 /* m */
            areturn
        end local 1 // com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature m
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            1   12     1     m  Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
      Exception table:
        from    to  target  type
           4     8       9  any
           9    10       9  any

  public com.oracle.truffle.polyglot.HostMethodDesc lookupMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
         0: .line 487
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.methods:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.polyglot.HostMethodDesc lookupStaticMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
         0: .line 497
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.staticMethods:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.polyglot.HostMethodDesc lookupMethod(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
        start local 2 // boolean onlyStatic
         0: .line 501
            iload 2 /* onlyStatic */
            ifeq 1
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.lookupStaticMethod:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.lookupMethod:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostMethodDesc;
      StackMap locals:
      StackMap stack: com.oracle.truffle.polyglot.HostMethodDesc
         2: areturn
        end local 2 // boolean onlyStatic
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    3     1        name  Ljava/lang/String;
            0    3     2  onlyStatic  Z
    MethodParameters:
            Name  Flags
      name        
      onlyStatic  

  public com.oracle.truffle.polyglot.HostMethodDesc lookupMethodBySignature(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String nameAndSignature
        start local 2 // boolean onlyStatic
         0: .line 505
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMethodsBySignature:()Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
            astore 3 /* m */
        start local 3 // com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature m
         1: .line 506
            iload 2 /* onlyStatic */
            ifeq 2
            aload 3 /* m */
            getfield com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature.staticMethods:Lorg/graalvm/collections/UnmodifiableEconomicMap;
            aload 1 /* nameAndSignature */
            invokeinterface org.graalvm.collections.UnmodifiableEconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
            goto 3
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature
      StackMap stack:
         2: aload 3 /* m */
            getfield com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature.methods:Lorg/graalvm/collections/UnmodifiableEconomicMap;
            aload 1 /* nameAndSignature */
            invokeinterface org.graalvm.collections.UnmodifiableEconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
      StackMap locals:
      StackMap stack: com.oracle.truffle.polyglot.HostMethodDesc
         3: areturn
        end local 3 // com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature m
        end local 2 // boolean onlyStatic
        end local 1 // java.lang.String nameAndSignature
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    4     1  nameAndSignature  Ljava/lang/String;
            0    4     2        onlyStatic  Z
            1    4     3                 m  Lcom/oracle/truffle/polyglot/HostClassDesc$MethodsBySignature;
    MethodParameters:
                  Name  Flags
      nameAndSignature  
      onlyStatic        

  public com.oracle.truffle.polyglot.HostMethodDesc lookupMethodByJNIName(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String jniName
        start local 2 // boolean onlyStatic
         0: .line 510
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getJNIMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
            astore 3 /* m */
        start local 3 // com.oracle.truffle.polyglot.HostClassDesc$JNIMembers m
         1: .line 511
            iload 2 /* onlyStatic */
            ifeq 2
            aload 3 /* m */
            getfield com.oracle.truffle.polyglot.HostClassDesc$JNIMembers.staticMethods:Lorg/graalvm/collections/UnmodifiableEconomicMap;
            aload 1 /* jniName */
            invokeinterface org.graalvm.collections.UnmodifiableEconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
            goto 3
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc$JNIMembers
      StackMap stack:
         2: aload 3 /* m */
            getfield com.oracle.truffle.polyglot.HostClassDesc$JNIMembers.methods:Lorg/graalvm/collections/UnmodifiableEconomicMap;
            aload 1 /* jniName */
            invokeinterface org.graalvm.collections.UnmodifiableEconomicMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
      StackMap locals:
      StackMap stack: com.oracle.truffle.polyglot.HostMethodDesc
         3: areturn
        end local 3 // com.oracle.truffle.polyglot.HostClassDesc$JNIMembers m
        end local 2 // boolean onlyStatic
        end local 1 // java.lang.String jniName
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    4     1     jniName  Ljava/lang/String;
            0    4     2  onlyStatic  Z
            1    4     3           m  Lcom/oracle/truffle/polyglot/HostClassDesc$JNIMembers;
    MethodParameters:
            Name  Flags
      jniName     
      onlyStatic  

  public java.util.Collection<java.lang.String> getMethodNames(boolean, boolean);
    descriptor: (ZZ)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // boolean onlyStatic
        start local 2 // boolean includeInternal
         0: .line 515
            iload 1 /* onlyStatic */
            ifeq 1
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.staticMethods:Ljava/util/Map;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.methods:Ljava/util/Map;
      StackMap locals:
      StackMap stack: java.util.Map
         2: astore 3 /* methods */
        start local 3 // java.util.Map methods
         3: .line 516
            iload 2 /* includeInternal */
            ifne 4
            iload 1 /* onlyStatic */
            ifeq 5
         4: .line 517
      StackMap locals: java.util.Map
      StackMap stack:
            aload 3 /* methods */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
         5: .line 519
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 3 /* methods */
            invokeinterface java.util.Map.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* methodNames */
        start local 4 // java.util.Collection methodNames
         6: .line 520
            aload 3 /* methods */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 10
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc int int java.util.Map java.util.Collection top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
         8: .line 521
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostMethodDesc
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc.isInternal:()Z
            ifne 10
         9: .line 522
            aload 4 /* methodNames */
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.util.Map$Entry entry
        10: .line 520
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        11: .line 525
            aload 4 /* methodNames */
            areturn
        end local 4 // java.util.Collection methodNames
        end local 3 // java.util.Map methods
        end local 2 // boolean includeInternal
        end local 1 // boolean onlyStatic
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0   12     1       onlyStatic  Z
            0   12     2  includeInternal  Z
            3   12     3          methods  Ljava/util/Map<Ljava/lang/String;Lcom/oracle/truffle/polyglot/HostMethodDesc;>;
            6   12     4      methodNames  Ljava/util/Collection<Ljava/lang/String;>;
            8   10     5            entry  Ljava/util/Map$Entry<Ljava/lang/String;Lcom/oracle/truffle/polyglot/HostMethodDesc;>;
    Signature: (ZZ)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
                 Name  Flags
      onlyStatic       
      includeInternal  

  public com.oracle.truffle.polyglot.HostMethodDesc lookupConstructor();
    descriptor: ()Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 535
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.constructor:Lcom/oracle/truffle/polyglot/HostMethodDesc;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;

  public com.oracle.truffle.polyglot.HostFieldDesc lookupField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostFieldDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
         0: .line 545
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.fields:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostFieldDesc
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.polyglot.HostFieldDesc lookupStaticField(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostFieldDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
         0: .line 555
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.staticFields:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.polyglot.HostFieldDesc
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.polyglot.HostFieldDesc lookupField(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/oracle/truffle/polyglot/HostFieldDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // java.lang.String name
        start local 2 // boolean onlyStatic
         0: .line 559
            iload 2 /* onlyStatic */
            ifeq 1
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.lookupStaticField:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostFieldDesc;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.lookupField:(Ljava/lang/String;)Lcom/oracle/truffle/polyglot/HostFieldDesc;
      StackMap locals:
      StackMap stack: com.oracle.truffle.polyglot.HostFieldDesc
         2: areturn
        end local 2 // boolean onlyStatic
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    3     1        name  Ljava/lang/String;
            0    3     2  onlyStatic  Z
    MethodParameters:
            Name  Flags
      name        
      onlyStatic  

  public java.util.Collection<java.lang.String> getFieldNames(boolean);
    descriptor: (Z)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // boolean onlyStatic
         0: .line 563
            iload 1 /* onlyStatic */
            ifeq 1
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.staticFields:Ljava/util/Map;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.fields:Ljava/util/Map;
      StackMap locals:
      StackMap stack: java.util.Map
         2: invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 1 // boolean onlyStatic
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    3     1  onlyStatic  Z
    Signature: (Z)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      onlyStatic  

  public com.oracle.truffle.polyglot.HostMethodDesc getFunctionalMethod();
    descriptor: ()Lcom/oracle/truffle/polyglot/HostMethodDesc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 567
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getMembers:()Lcom/oracle/truffle/polyglot/HostClassDesc$Members;
            getfield com.oracle.truffle.polyglot.HostClassDesc$Members.functionalMethod:Lcom/oracle/truffle/polyglot/HostMethodDesc;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;

  public com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult getAdapter(com.oracle.truffle.polyglot.HostLanguage$HostContext);
    descriptor: (Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;)Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext hostContext
         0: .line 571
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.adapter:Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
            astore 2 /* result */
        start local 2 // com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult result
         1: .line 572
            aload 2 /* result */
            ifnonnull 3
         2: .line 573
            aload 0 /* this */
            aload 1 /* hostContext */
            invokevirtual com.oracle.truffle.polyglot.HostClassDesc.getOrSetAdapter:(Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;)Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
            astore 2 /* result */
         3: .line 575
      StackMap locals: com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult result
        end local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext hostContext
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    4     1  hostContext  Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            1    4     2       result  Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
    MethodParameters:
             Name  Flags
      hostContext  

  private com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult getOrSetAdapter(com.oracle.truffle.polyglot.HostLanguage$HostContext);
    descriptor: (Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;)Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
        start local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext hostContext
         0: .line 579
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:()V
         1: .line 580
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 581
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.adapter:Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
            astore 3 /* result */
        start local 3 // com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult result
         3: .line 582
            aload 3 /* result */
            ifnonnull 5
         4: .line 583
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.cache:Lcom/oracle/truffle/polyglot/HostClassCache;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.type:Ljava/lang/Class;
            aload 1 /* hostContext */
            invokevirtual com.oracle.truffle.polyglot.HostLanguage$HostContext.getClassloader:()Lcom/oracle/truffle/polyglot/HostClassLoader;
            invokestatic com.oracle.truffle.polyglot.HostAdapterFactory.makeAdapterClassFor:(Lcom/oracle/truffle/polyglot/HostClassCache;Ljava/lang/Class;Ljava/lang/ClassLoader;)Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
            dup
            astore 3 /* result */
            putfield com.oracle.truffle.polyglot.HostClassDesc.adapter:Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
         5: .line 585
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult
      StackMap stack:
            aload 3 /* result */
            aload 2
            monitorexit
         6: areturn
        end local 3 // com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult result
         7: .line 580
      StackMap locals: com.oracle.truffle.polyglot.HostClassDesc com.oracle.truffle.polyglot.HostLanguage$HostContext com.oracle.truffle.polyglot.HostClassDesc
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         8: athrow
        end local 1 // com.oracle.truffle.polyglot.HostLanguage$HostContext hostContext
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/oracle/truffle/polyglot/HostClassDesc;
            0    9     1  hostContext  Lcom/oracle/truffle/polyglot/HostLanguage$HostContext;
            3    7     3       result  Lcom/oracle/truffle/polyglot/HostAdapterFactory$AdapterResult;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    MethodParameters:
             Name  Flags
      hostContext  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.HostClassDesc this
         0: .line 591
            new java.lang.StringBuilder
            dup
            ldc "JavaClass["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostClassDesc.type:Ljava/lang/Class;
            invokevirtual java.lang.Class.getCanonicalName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.HostClassDesc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/HostClassDesc;
}
SourceFile: "HostClassDesc.java"
NestMembers:
  com.oracle.truffle.polyglot.HostClassDesc$JNIMembers  com.oracle.truffle.polyglot.HostClassDesc$Members  com.oracle.truffle.polyglot.HostClassDesc$Members$1  com.oracle.truffle.polyglot.HostClassDesc$Members$1MethodInfo  com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final AdapterResult = com.oracle.truffle.polyglot.HostAdapterFactory$AdapterResult of com.oracle.truffle.polyglot.HostAdapterFactory
  private final JNIMembers = com.oracle.truffle.polyglot.HostClassDesc$JNIMembers of com.oracle.truffle.polyglot.HostClassDesc
  private Members = com.oracle.truffle.polyglot.HostClassDesc$Members of com.oracle.truffle.polyglot.HostClassDesc
  private final MethodsBySignature = com.oracle.truffle.polyglot.HostClassDesc$MethodsBySignature of com.oracle.truffle.polyglot.HostClassDesc
  final HostContext = com.oracle.truffle.polyglot.HostLanguage$HostContext of com.oracle.truffle.polyglot.HostLanguage
  public abstract Entry = java.util.Map$Entry of java.util.Map