final class jdk.nashorn.internal.runtime.linker.NashornLinker implements jdk.dynalink.linker.TypeBasedGuardingDynamicLinker, jdk.dynalink.linker.GuardingTypeConverterFactory, jdk.dynalink.linker.ConversionComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.runtime.linker.NashornLinker
  super_class: java.lang.Object
{
  private static final java.security.AccessControlContext GET_LOOKUP_PERMISSION_CONTEXT;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.ClassValue<java.lang.invoke.MethodHandle> ARRAY_CONVERTERS;
    descriptor: Ljava/lang/ClassValue;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ClassValue<Ljava/lang/invoke/MethodHandle;>;

  private static final java.lang.invoke.MethodHandle IS_SCRIPT_OBJECT;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle IS_FUNCTION;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle IS_NATIVE_ARRAY;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle IS_NASHORN_OR_UNDEFINED_TYPE;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle CREATE_MIRROR;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle TO_COLLECTION;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle TO_DEQUE;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle TO_LIST;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.invoke.MethodHandle TO_QUEUE;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, 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=7, locals=1, args_size=0
         0: .line 70
            ldc Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            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 jdk.nashorn.internal.runtime.linker.NashornLinker.$assertionsDisabled:Z
         3: .line 71
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
         4: .line 72
            ldc "dynalink.getLookup"
            aastore
            invokestatic jdk.nashorn.internal.runtime.AccessControlContextFactory.createAccessControlContext:([Ljava/lang/String;)Ljava/security/AccessControlContext;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.GET_LOOKUP_PERMISSION_CONTEXT:Ljava/security/AccessControlContext;
         5: .line 74
            new jdk.nashorn.internal.runtime.linker.NashornLinker$1
            dup
            invokespecial jdk.nashorn.internal.runtime.linker.NashornLinker$1.<init>:()V
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.ARRAY_CONVERTERS:Ljava/lang/ClassValue;
         6: .line 322
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.type:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokestatic jdk.dynalink.linker.support.Guards.isInstance:(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_SCRIPT_OBJECT:Ljava/lang/invoke/MethodHandle;
         7: .line 323
            ldc "isFunction"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_FUNCTION:Ljava/lang/invoke/MethodHandle;
         8: .line 324
            ldc Ljdk/nashorn/internal/objects/NativeArray;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.type:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokestatic jdk.dynalink.linker.support.Guards.isOfClass:(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_NATIVE_ARRAY:Ljava/lang/invoke/MethodHandle;
         9: .line 326
            ldc "isNashornTypeOrUndefined"
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_NASHORN_OR_UNDEFINED_TYPE:Ljava/lang/invoke/MethodHandle;
        10: .line 327
            ldc "createMirror"
            ldc Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.CREATE_MIRROR:Ljava/lang/invoke/MethodHandle;
        11: .line 334
            new jdk.dynalink.linker.support.Lookup
            dup
            invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
            invokespecial jdk.dynalink.linker.support.Lookup.<init>:(Ljava/lang/invoke/MethodHandles$Lookup;)V
        12: .line 335
            ldc Ljdk/nashorn/internal/runtime/ListAdapter;
            ldc "create"
            ldc Ljdk/nashorn/internal/runtime/ListAdapter;
            ldc Ljava/lang/Object;
            invokestatic java.lang.invoke.MethodType.methodType:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
        13: .line 334
            invokevirtual jdk.dynalink.linker.support.Lookup.findStatic:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            astore 0 /* listAdapterCreate */
        start local 0 // java.lang.invoke.MethodHandle listAdapterCreate
        14: .line 336
            aload 0 /* listAdapterCreate */
            ldc Ljava/util/Collection;
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.asReturning:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_COLLECTION:Ljava/lang/invoke/MethodHandle;
        15: .line 337
            aload 0 /* listAdapterCreate */
            ldc Ljava/util/Deque;
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.asReturning:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_DEQUE:Ljava/lang/invoke/MethodHandle;
        16: .line 338
            aload 0 /* listAdapterCreate */
            ldc Ljava/util/List;
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.asReturning:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_LIST:Ljava/lang/invoke/MethodHandle;
        17: .line 339
            aload 0 /* listAdapterCreate */
            ldc Ljava/util/Queue;
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.asReturning:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_QUEUE:Ljava/lang/invoke/MethodHandle;
        end local 0 // java.lang.invoke.MethodHandle listAdapterCreate
        18: .line 340
            return
      LocalVariableTable:
        Start  End  Slot               Name  Signature
           14   18     0  listAdapterCreate  Ljava/lang/invoke/MethodHandle;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/linker/NashornLinker;

  public boolean canLinkType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
        start local 1 // java.lang.Class type
         0: .line 86
            aload 1 /* type */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.canLinkTypeStatic:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            0    1     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  final

  static boolean canLinkTypeStatic(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 90
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            aload 0 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 1
            ldc Ljdk/nashorn/internal/runtime/Undefined;
            aload 0 /* type */
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  final

  public jdk.dynalink.linker.GuardedInvocation getGuardedInvocation(jdk.dynalink.linker.LinkRequest, jdk.dynalink.linker.LinkerServices);
    descriptor: (Ljdk/dynalink/linker/LinkRequest;Ljdk/dynalink/linker/LinkerServices;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
        start local 1 // jdk.dynalink.linker.LinkRequest request
        start local 2 // jdk.dynalink.linker.LinkerServices linkerServices
         0: .line 95
            aload 1 /* request */
            invokeinterface jdk.dynalink.linker.LinkRequest.getCallSiteDescriptor:()Ljdk/dynalink/CallSiteDescriptor;
            astore 3 /* desc */
        start local 3 // jdk.dynalink.CallSiteDescriptor desc
         1: .line 96
            aload 1 /* request */
            aload 3 /* desc */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getGuardedInvocation:(Ljdk/dynalink/linker/LinkRequest;Ljdk/dynalink/CallSiteDescriptor;)Ljdk/dynalink/linker/GuardedInvocation;
            aload 2 /* linkerServices */
            aload 3 /* desc */
            invokestatic jdk.nashorn.internal.runtime.linker.Bootstrap.asTypeSafeReturn:(Ljdk/dynalink/linker/GuardedInvocation;Ljdk/dynalink/linker/LinkerServices;Ljdk/dynalink/CallSiteDescriptor;)Ljdk/dynalink/linker/GuardedInvocation;
            areturn
        end local 3 // jdk.dynalink.CallSiteDescriptor desc
        end local 2 // jdk.dynalink.linker.LinkerServices linkerServices
        end local 1 // jdk.dynalink.linker.LinkRequest request
        end local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            0    2     1         request  Ljdk/dynalink/linker/LinkRequest;
            0    2     2  linkerServices  Ljdk/dynalink/linker/LinkerServices;
            1    2     3            desc  Ljdk/dynalink/CallSiteDescriptor;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                Name  Flags
      request         final
      linkerServices  final

  private static jdk.dynalink.linker.GuardedInvocation getGuardedInvocation(jdk.dynalink.linker.LinkRequest, jdk.dynalink.CallSiteDescriptor);
    descriptor: (Ljdk/dynalink/linker/LinkRequest;Ljdk/dynalink/CallSiteDescriptor;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.dynalink.linker.LinkRequest request
        start local 1 // jdk.dynalink.CallSiteDescriptor desc
         0: .line 100
            aload 0 /* request */
            invokeinterface jdk.dynalink.linker.LinkRequest.getReceiver:()Ljava/lang/Object;
            astore 2 /* self */
        start local 2 // java.lang.Object self
         1: .line 103
            aload 2 /* self */
            instanceof jdk.nashorn.internal.runtime.ScriptObject
            ifeq 4
         2: .line 104
            aload 2 /* self */
            checkcast jdk.nashorn.internal.runtime.ScriptObject
            aload 1 /* desc */
            aload 0 /* request */
            invokevirtual jdk.nashorn.internal.runtime.ScriptObject.lookup:(Ljdk/dynalink/CallSiteDescriptor;Ljdk/dynalink/linker/LinkRequest;)Ljdk/dynalink/linker/GuardedInvocation;
            astore 3 /* inv */
        start local 3 // jdk.dynalink.linker.GuardedInvocation inv
         3: .line 105
            goto 8
        end local 3 // jdk.dynalink.linker.GuardedInvocation inv
      StackMap locals: java.lang.Object
      StackMap stack:
         4: aload 2 /* self */
            instanceof jdk.nashorn.internal.runtime.Undefined
            ifeq 7
         5: .line 106
            aload 1 /* desc */
            invokestatic jdk.nashorn.internal.runtime.Undefined.lookup:(Ljdk/dynalink/CallSiteDescriptor;)Ljdk/dynalink/linker/GuardedInvocation;
            astore 3 /* inv */
        start local 3 // jdk.dynalink.linker.GuardedInvocation inv
         6: .line 107
            goto 8
        end local 3 // jdk.dynalink.linker.GuardedInvocation inv
         7: .line 108
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 2 /* self */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 3 // jdk.dynalink.linker.GuardedInvocation inv
         8: .line 111
      StackMap locals: jdk.dynalink.linker.GuardedInvocation
      StackMap stack:
            aload 3 /* inv */
            areturn
        end local 3 // jdk.dynalink.linker.GuardedInvocation inv
        end local 2 // java.lang.Object self
        end local 1 // jdk.dynalink.CallSiteDescriptor desc
        end local 0 // jdk.dynalink.linker.LinkRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0  request  Ljdk/dynalink/linker/LinkRequest;
            0    9     1     desc  Ljdk/dynalink/CallSiteDescriptor;
            1    9     2     self  Ljava/lang/Object;
            3    4     3      inv  Ljdk/dynalink/linker/GuardedInvocation;
            6    7     3      inv  Ljdk/dynalink/linker/GuardedInvocation;
            8    9     3      inv  Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
         Name  Flags
      request  final
      desc     final

  public jdk.dynalink.linker.GuardedInvocation convertToType(java.lang.Class<?>, java.lang.Class<?>, java.util.function.Supplier<java.lang.invoke.MethodHandles$Lookup>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
        start local 1 // java.lang.Class sourceType
        start local 2 // java.lang.Class targetType
        start local 3 // java.util.function.Supplier lookupSupplier
         0: .line 116
            aload 1 /* sourceType */
            aload 2 /* targetType */
            aload 3 /* lookupSupplier */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.convertToTypeNoCast:(Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
            astore 4 /* gi */
        start local 4 // jdk.dynalink.linker.GuardedInvocation gi
         1: .line 117
            aload 4 /* gi */
            ifnonnull 3
         2: .line 118
            aload 1 /* sourceType */
            aload 2 /* targetType */
            aload 3 /* lookupSupplier */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getSamTypeConverter:(Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
            astore 4 /* gi */
         3: .line 120
      StackMap locals: jdk.dynalink.linker.GuardedInvocation
      StackMap stack:
            aload 4 /* gi */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 4 /* gi */
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 2 /* targetType */
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            aload 1 /* sourceType */
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.type:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokevirtual jdk.dynalink.linker.GuardedInvocation.asType:(Ljava/lang/invoke/MethodType;)Ljdk/dynalink/linker/GuardedInvocation;
      StackMap locals:
      StackMap stack: jdk.dynalink.linker.GuardedInvocation
         5: areturn
        end local 4 // jdk.dynalink.linker.GuardedInvocation gi
        end local 3 // java.util.function.Supplier lookupSupplier
        end local 2 // java.lang.Class targetType
        end local 1 // java.lang.Class sourceType
        end local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            0    6     1      sourceType  Ljava/lang/Class<*>;
            0    6     2      targetType  Ljava/lang/Class<*>;
            0    6     3  lookupSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;
            1    6     4              gi  Ljdk/dynalink/linker/GuardedInvocation;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
                Name  Flags
      sourceType      final
      targetType      final
      lookupSupplier  final

  private static jdk.dynalink.linker.GuardedInvocation convertToTypeNoCast(java.lang.Class<?>, java.lang.Class<?>, java.util.function.Supplier<java.lang.invoke.MethodHandles$Lookup>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.lang.Class sourceType
        start local 1 // java.lang.Class targetType
        start local 2 // java.util.function.Supplier lookupSupplier
         0: .line 134
            aload 1 /* targetType */
            invokestatic jdk.nashorn.internal.runtime.linker.JavaArgumentConverters.getConverter:(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            astore 3 /* mh */
        start local 3 // java.lang.invoke.MethodHandle mh
         1: .line 135
            aload 3 /* mh */
            ifnull 5
         2: .line 136
            new jdk.dynalink.linker.GuardedInvocation
            dup
            aload 3 /* mh */
            aload 0 /* sourceType */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.canLinkTypeStatic:(Ljava/lang/Class;)Z
            ifeq 3
            aconst_null
            goto 4
      StackMap locals: java.lang.Class java.lang.Class java.util.function.Supplier java.lang.invoke.MethodHandle
      StackMap stack: new 2 new 2 java.lang.invoke.MethodHandle
         3: getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_NASHORN_OR_UNDEFINED_TYPE:Ljava/lang/invoke/MethodHandle;
      StackMap locals: java.lang.Class java.lang.Class java.util.function.Supplier java.lang.invoke.MethodHandle
      StackMap stack: new 2 new 2 java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle
         4: invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
         5: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* sourceType */
            aload 1 /* targetType */
            aload 2 /* lookupSupplier */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getArrayConverter:(Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
            astore 4 /* arrayConverter */
        start local 4 // jdk.dynalink.linker.GuardedInvocation arrayConverter
         6: .line 140
            aload 4 /* arrayConverter */
            ifnull 8
         7: .line 141
            aload 4 /* arrayConverter */
            areturn
         8: .line 144
      StackMap locals: jdk.dynalink.linker.GuardedInvocation
      StackMap stack:
            aload 0 /* sourceType */
            aload 1 /* targetType */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getMirrorConverter:(Ljava/lang/Class;Ljava/lang/Class;)Ljdk/dynalink/linker/GuardedInvocation;
            areturn
        end local 4 // jdk.dynalink.linker.GuardedInvocation arrayConverter
        end local 3 // java.lang.invoke.MethodHandle mh
        end local 2 // java.util.function.Supplier lookupSupplier
        end local 1 // java.lang.Class targetType
        end local 0 // java.lang.Class sourceType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0      sourceType  Ljava/lang/Class<*>;
            0    9     1      targetType  Ljava/lang/Class<*>;
            0    9     2  lookupSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;
            1    9     3              mh  Ljava/lang/invoke/MethodHandle;
            6    9     4  arrayConverter  Ljdk/dynalink/linker/GuardedInvocation;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
                Name  Flags
      sourceType      final
      targetType      final
      lookupSupplier  final

  private static jdk.dynalink.linker.GuardedInvocation getSamTypeConverter(java.lang.Class<?>, java.lang.Class<?>, java.util.function.Supplier<java.lang.invoke.MethodHandles$Lookup>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // java.lang.Class sourceType
        start local 1 // java.lang.Class targetType
        start local 2 // java.util.function.Supplier lookupSupplier
         0: .line 160
            aload 0 /* sourceType */
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            istore 3 /* isSourceTypeGeneric */
        start local 3 // boolean isSourceTypeGeneric
         1: .line 162
            iload 3 /* isSourceTypeGeneric */
            ifne 2
            ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
            aload 0 /* sourceType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 11
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* targetType */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isAutoConvertibleFromFunction:(Ljava/lang/Class;)Z
            ifeq 11
         3: .line 163
            iload 3 /* isSourceTypeGeneric */
            ifeq 4
            ldc Ljava/lang/Object;
            goto 5
      StackMap locals:
      StackMap stack:
         4: ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
      StackMap locals:
      StackMap stack: java.lang.Class
         5: astore 4 /* paramType */
        start local 4 // java.lang.Class paramType
         6: .line 168
            aload 4 /* paramType */
            aload 1 /* targetType */
            aload 2 /* lookupSupplier */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getCurrentLookup:(Ljava/util/function/Supplier;)Ljava/lang/invoke/MethodHandles$Lookup;
            invokestatic jdk.nashorn.internal.runtime.linker.JavaAdapterFactory.getConstructor:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/invoke/MethodHandle;
            astore 5 /* ctor */
        start local 5 // java.lang.invoke.MethodHandle ctor
         7: .line 169
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.$assertionsDisabled:Z
            ifne 8
            aload 5 /* ctor */
            ifnonnull 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 170
      StackMap locals: java.lang.Class java.lang.invoke.MethodHandle
      StackMap stack:
            new jdk.dynalink.linker.GuardedInvocation
            dup
            aload 5 /* ctor */
            iload 3 /* isSourceTypeGeneric */
            ifeq 9
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_FUNCTION:Ljava/lang/invoke/MethodHandle;
            goto 10
      StackMap locals: java.lang.Class java.lang.Class java.util.function.Supplier int java.lang.Class java.lang.invoke.MethodHandle
      StackMap stack: new 8 new 8 java.lang.invoke.MethodHandle
         9: aconst_null
      StackMap locals: java.lang.Class java.lang.Class java.util.function.Supplier int java.lang.Class java.lang.invoke.MethodHandle
      StackMap stack: new 8 new 8 java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle
        10: invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        end local 5 // java.lang.invoke.MethodHandle ctor
        end local 4 // java.lang.Class paramType
        11: .line 172
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // boolean isSourceTypeGeneric
        end local 2 // java.util.function.Supplier lookupSupplier
        end local 1 // java.lang.Class targetType
        end local 0 // java.lang.Class sourceType
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0           sourceType  Ljava/lang/Class<*>;
            0   12     1           targetType  Ljava/lang/Class<*>;
            0   12     2       lookupSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;
            1   12     3  isSourceTypeGeneric  Z
            6   11     4            paramType  Ljava/lang/Class<*>;
            7   11     5                 ctor  Ljava/lang/invoke/MethodHandle;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
                Name  Flags
      sourceType      final
      targetType      final
      lookupSupplier  final

  private static java.lang.invoke.MethodHandles$Lookup getCurrentLookup(java.util.function.Supplier<java.lang.invoke.MethodHandles$Lookup>);
    descriptor: (Ljava/util/function/Supplier;)Ljava/lang/invoke/MethodHandles$Lookup;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.function.Supplier lookupSupplier
         0: .line 176
            new jdk.nashorn.internal.runtime.linker.NashornLinker$2
            dup
            aload 0 /* lookupSupplier */
            invokespecial jdk.nashorn.internal.runtime.linker.NashornLinker$2.<init>:(Ljava/util/function/Supplier;)V
         1: .line 181
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.GET_LOOKUP_PERMISSION_CONTEXT:Ljava/security/AccessControlContext;
         2: .line 176
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.invoke.MethodHandles$Lookup
            areturn
        end local 0 // java.util.function.Supplier lookupSupplier
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0  lookupSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;
    Signature: (Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;)Ljava/lang/invoke/MethodHandles$Lookup;
    MethodParameters:
                Name  Flags
      lookupSupplier  final

  private static jdk.dynalink.linker.GuardedInvocation getArrayConverter(java.lang.Class<?>, java.lang.Class<?>, java.util.function.Supplier<java.lang.invoke.MethodHandles$Lookup>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/util/function/Supplier;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=9, locals=8, args_size=3
        start local 0 // java.lang.Class sourceType
        start local 1 // java.lang.Class targetType
        start local 2 // java.util.function.Supplier lookupSupplier
         0: .line 194
            aload 0 /* sourceType */
            ldc Ljdk/nashorn/internal/objects/NativeArray;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* isSourceTypeNativeArray */
        start local 3 // boolean isSourceTypeNativeArray
         3: .line 196
            iload 3 /* isSourceTypeNativeArray */
            ifne 4
            aload 0 /* sourceType */
            ldc Ljdk/nashorn/internal/objects/NativeArray;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* isSourceTypeGeneric */
        start local 4 // boolean isSourceTypeGeneric
         6: .line 198
            iload 3 /* isSourceTypeNativeArray */
            ifne 7
            iload 4 /* isSourceTypeGeneric */
            ifeq 28
         7: .line 199
      StackMap locals: int
      StackMap stack:
            iload 4 /* isSourceTypeGeneric */
            ifeq 8
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_NATIVE_ARRAY:Ljava/lang/invoke/MethodHandle;
            goto 9
      StackMap locals:
      StackMap stack:
         8: aconst_null
      StackMap locals:
      StackMap stack: java.lang.invoke.MethodHandle
         9: astore 5 /* guard */
        start local 5 // java.lang.invoke.MethodHandle guard
        10: .line 200
            aload 1 /* targetType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 20
        11: .line 201
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.ARRAY_CONVERTERS:Ljava/lang/ClassValue;
            aload 1 /* targetType */
            invokevirtual java.lang.ClassValue.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.invoke.MethodHandle
            astore 6 /* mh */
        start local 6 // java.lang.invoke.MethodHandle mh
        12: .line 203
            aload 6 /* mh */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            iconst_2
            if_icmpne 18
        13: .line 204
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.$assertionsDisabled:Z
            ifne 14
            aload 6 /* mh */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            iconst_1
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            ldc Ljdk/dynalink/SecureLookupSupplier;
            if_acmpeq 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 214
      StackMap locals: java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle
      StackMap stack:
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 6 /* mh */
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        15: .line 215
            new jdk.dynalink.SecureLookupSupplier
            dup
            aload 2 /* lookupSupplier */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.getCurrentLookup:(Ljava/util/function/Supplier;)Ljava/lang/invoke/MethodHandles$Lookup;
            invokespecial jdk.dynalink.SecureLookupSupplier.<init>:(Ljava/lang/invoke/MethodHandles$Lookup;)V
            aastore
        16: .line 214
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            astore 7 /* mhWithLookup */
        start local 7 // java.lang.invoke.MethodHandle mhWithLookup
        17: .line 216
            goto 19
        end local 7 // java.lang.invoke.MethodHandle mhWithLookup
        18: .line 217
      StackMap locals:
      StackMap stack:
            aload 6 /* mh */
            astore 7 /* mhWithLookup */
        start local 7 // java.lang.invoke.MethodHandle mhWithLookup
        19: .line 219
      StackMap locals: java.lang.invoke.MethodHandle
      StackMap stack:
            new jdk.dynalink.linker.GuardedInvocation
            dup
            aload 7 /* mhWithLookup */
            aload 5 /* guard */
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        end local 7 // java.lang.invoke.MethodHandle mhWithLookup
        end local 6 // java.lang.invoke.MethodHandle mh
        20: .line 220
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            ldc Ljava/util/List;
            if_acmpne 22
        21: .line 221
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_LIST:Ljava/lang/invoke/MethodHandle;
            aload 5 /* guard */
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        22: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            ldc Ljava/util/Deque;
            if_acmpne 24
        23: .line 223
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_DEQUE:Ljava/lang/invoke/MethodHandle;
            aload 5 /* guard */
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        24: .line 224
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            ldc Ljava/util/Queue;
            if_acmpne 26
        25: .line 225
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_QUEUE:Ljava/lang/invoke/MethodHandle;
            aload 5 /* guard */
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        26: .line 226
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            ldc Ljava/util/Collection;
            if_acmpne 28
        27: .line 227
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.TO_COLLECTION:Ljava/lang/invoke/MethodHandle;
            aload 5 /* guard */
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
        end local 5 // java.lang.invoke.MethodHandle guard
        28: .line 230
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // boolean isSourceTypeGeneric
        end local 3 // boolean isSourceTypeNativeArray
        end local 2 // java.util.function.Supplier lookupSupplier
        end local 1 // java.lang.Class targetType
        end local 0 // java.lang.Class sourceType
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   29     0               sourceType  Ljava/lang/Class<*>;
            0   29     1               targetType  Ljava/lang/Class<*>;
            0   29     2           lookupSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;
            3   29     3  isSourceTypeNativeArray  Z
            6   29     4      isSourceTypeGeneric  Z
           10   28     5                    guard  Ljava/lang/invoke/MethodHandle;
           12   20     6                       mh  Ljava/lang/invoke/MethodHandle;
           17   18     7             mhWithLookup  Ljava/lang/invoke/MethodHandle;
           19   20     7             mhWithLookup  Ljava/lang/invoke/MethodHandle;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandles$Lookup;>;)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
                Name  Flags
      sourceType      final
      targetType      final
      lookupSupplier  final

  private static java.lang.invoke.MethodHandle createArrayConverter(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // java.lang.Class type
         0: .line 234
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.$assertionsDisabled:Z
            ifne 1
            aload 0 /* type */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 1 /* componentType */
        start local 1 // java.lang.Class componentType
         2: .line 239
            aload 1 /* componentType */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isComponentTypeAutoConvertibleFromFunction:(Ljava/lang/Class;)Z
            ifeq 5
         3: .line 240
            getstatic jdk.nashorn.internal.runtime.JSType.TO_JAVA_ARRAY_WITH_LOOKUP:Ljdk/nashorn/internal/codegen/CompilerConstants$Call;
            astore 2 /* converterCall */
        start local 2 // jdk.nashorn.internal.codegen.CompilerConstants$Call converterCall
         4: .line 241
            goto 6
        end local 2 // jdk.nashorn.internal.codegen.CompilerConstants$Call converterCall
         5: .line 242
      StackMap locals: java.lang.Class
      StackMap stack:
            getstatic jdk.nashorn.internal.runtime.JSType.TO_JAVA_ARRAY:Ljdk/nashorn/internal/codegen/CompilerConstants$Call;
            astore 2 /* converterCall */
        start local 2 // jdk.nashorn.internal.codegen.CompilerConstants$Call converterCall
         6: .line 244
      StackMap locals: jdk.nashorn.internal.codegen.CompilerConstants$Call
      StackMap stack:
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 2 /* converterCall */
            invokevirtual jdk.nashorn.internal.codegen.CompilerConstants$Call.methodHandle:()Ljava/lang/invoke/MethodHandle;
            iconst_1
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* componentType */
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            astore 3 /* typeBoundConverter */
        start local 3 // java.lang.invoke.MethodHandle typeBoundConverter
         7: .line 245
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 3 /* typeBoundConverter */
            aload 3 /* typeBoundConverter */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.changeReturnType:(Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.asType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 3 // java.lang.invoke.MethodHandle typeBoundConverter
        end local 2 // jdk.nashorn.internal.codegen.CompilerConstants$Call converterCall
        end local 1 // java.lang.Class componentType
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                type  Ljava/lang/Class<*>;
            2    8     1       componentType  Ljava/lang/Class<*>;
            4    5     2       converterCall  Ljdk/nashorn/internal/codegen/CompilerConstants$Call;
            6    8     2       converterCall  Ljdk/nashorn/internal/codegen/CompilerConstants$Call;
            7    8     3  typeBoundConverter  Ljava/lang/invoke/MethodHandle;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/invoke/MethodHandle;
    MethodParameters:
      Name  Flags
      type  final

  private static boolean isComponentTypeAutoConvertibleFromFunction(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class targetType
         0: .line 249
            aload 0 /* targetType */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 2
         1: .line 250
            aload 0 /* targetType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isComponentTypeAutoConvertibleFromFunction:(Ljava/lang/Class;)Z
            ireturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* targetType */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isAutoConvertibleFromFunction:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // java.lang.Class targetType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  targetType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
            Name  Flags
      targetType  final

  private static jdk.dynalink.linker.GuardedInvocation getMirrorConverter(java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Class sourceType
        start local 1 // java.lang.Class targetType
         0: .line 258
            aload 1 /* targetType */
            ldc Ljava/util/Map;
            if_acmpeq 1
            aload 1 /* targetType */
            ldc Ljavax/script/Bindings;
            if_acmpeq 1
            aload 1 /* targetType */
            ldc Ljdk/nashorn/api/scripting/JSObject;
            if_acmpeq 1
            aload 1 /* targetType */
            ldc Ljdk/nashorn/api/scripting/ScriptObjectMirror;
            if_acmpne 5
         1: .line 259
      StackMap locals:
      StackMap stack:
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            aload 0 /* sourceType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 3
         2: .line 260
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.CREATE_MIRROR:Ljava/lang/invoke/MethodHandle;
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;)V
            areturn
         3: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* sourceType */
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 4
            aload 0 /* sourceType */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 5
         4: .line 262
      StackMap locals:
      StackMap stack:
            new jdk.dynalink.linker.GuardedInvocation
            dup
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.CREATE_MIRROR:Ljava/lang/invoke/MethodHandle;
            getstatic jdk.nashorn.internal.runtime.linker.NashornLinker.IS_SCRIPT_OBJECT:Ljava/lang/invoke/MethodHandle;
            invokespecial jdk.dynalink.linker.GuardedInvocation.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)V
            areturn
         5: .line 265
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Class targetType
        end local 0 // java.lang.Class sourceType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  sourceType  Ljava/lang/Class<*>;
            0    6     1  targetType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
            Name  Flags
      sourceType  final
      targetType  final

  private static boolean isAutoConvertibleFromFunction(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 269
            aload 0 /* clazz */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isAbstractClass:(Ljava/lang/Class;)Z
            ifeq 3
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            aload 0 /* clazz */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 3
         1: .line 270
            aload 0 /* clazz */
            invokestatic jdk.nashorn.internal.runtime.linker.JavaAdapterFactory.isAutoConvertibleFromFunction:(Ljava/lang/Class;)Z
            ifeq 3
         2: .line 269
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  final

  static boolean isAbstractClass(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 281
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifeq 1
            aload 0 /* clazz */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  final

  public jdk.dynalink.linker.ConversionComparator$Comparison compareConversion(java.lang.Class<?>, java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Ljdk/dynalink/linker/ConversionComparator$Comparison;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
        start local 1 // java.lang.Class sourceType
        start local 2 // java.lang.Class targetType1
        start local 3 // java.lang.Class targetType2
         0: .line 287
            aload 1 /* sourceType */
            ldc Ljdk/nashorn/internal/objects/NativeArray;
            if_acmpne 11
         1: .line 289
            aload 2 /* targetType1 */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isArrayPreferredTarget:(Ljava/lang/Class;)Z
            ifeq 4
         2: .line 290
            aload 3 /* targetType2 */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isArrayPreferredTarget:(Ljava/lang/Class;)Z
            ifne 6
         3: .line 291
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_1_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
         4: .line 293
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType2 */
            invokestatic jdk.nashorn.internal.runtime.linker.NashornLinker.isArrayPreferredTarget:(Ljava/lang/Class;)Z
            ifeq 6
         5: .line 294
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_2_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
         6: .line 297
      StackMap locals:
      StackMap stack:
            aload 2 /* targetType1 */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 9
         7: .line 298
            aload 3 /* targetType2 */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 11
         8: .line 299
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_1_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
         9: .line 301
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType2 */
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 11
        10: .line 302
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_2_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
        11: .line 305
      StackMap locals:
      StackMap stack:
            ldc Ljdk/nashorn/internal/runtime/ScriptObject;
            aload 1 /* sourceType */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 17
        12: .line 307
            aload 2 /* targetType1 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 15
        13: .line 308
            aload 3 /* targetType2 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifne 17
        14: .line 309
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_1_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
        15: .line 311
      StackMap locals:
      StackMap stack:
            aload 3 /* targetType2 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 17
        16: .line 312
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.TYPE_2_BETTER:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
        17: .line 315
      StackMap locals:
      StackMap stack:
            getstatic jdk.dynalink.linker.ConversionComparator$Comparison.INDETERMINATE:Ljdk/dynalink/linker/ConversionComparator$Comparison;
            areturn
        end local 3 // java.lang.Class targetType2
        end local 2 // java.lang.Class targetType1
        end local 1 // java.lang.Class sourceType
        end local 0 // jdk.nashorn.internal.runtime.linker.NashornLinker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            0   18     1   sourceType  Ljava/lang/Class<*>;
            0   18     2  targetType1  Ljava/lang/Class<*>;
            0   18     3  targetType2  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/Class<*>;)Ljdk/dynalink/linker/ConversionComparator$Comparison;
    MethodParameters:
             Name  Flags
      sourceType   final
      targetType1  final
      targetType2  final

  private static boolean isArrayPreferredTarget(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 319
            aload 0 /* clazz */
            ldc Ljava/util/List;
            if_acmpeq 1
            aload 0 /* clazz */
            ldc Ljava/util/Collection;
            if_acmpeq 1
            aload 0 /* clazz */
            ldc Ljava/util/Queue;
            if_acmpeq 1
            aload 0 /* clazz */
            ldc Ljava/util/Deque;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      clazz  final

  private static java.lang.invoke.MethodHandle asReturning(java.lang.invoke.MethodHandle, java.lang.Class<?>);
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.invoke.MethodHandle mh
        start local 1 // java.lang.Class nrtype
         0: .line 343
            aload 0 /* mh */
            aload 0 /* mh */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            aload 1 /* nrtype */
            invokevirtual java.lang.invoke.MethodType.changeReturnType:(Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodHandle.asType:(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 1 // java.lang.Class nrtype
        end local 0 // java.lang.invoke.MethodHandle mh
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0      mh  Ljava/lang/invoke/MethodHandle;
            0    1     1  nrtype  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/invoke/MethodHandle;Ljava/lang/Class<*>;)Ljava/lang/invoke/MethodHandle;
    MethodParameters:
        Name  Flags
      mh      final
      nrtype  final

  private static boolean isNashornTypeOrUndefined(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 348
            aload 0 /* obj */
            instanceof jdk.nashorn.internal.runtime.ScriptObject
            ifne 1
            aload 0 /* obj */
            instanceof jdk.nashorn.internal.runtime.Undefined
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  private static java.lang.Object createMirror(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 353
            aload 0 /* obj */
            instanceof jdk.nashorn.internal.runtime.ScriptObject
            ifeq 1
            aload 0 /* obj */
            checkcast jdk.nashorn.internal.runtime.ScriptObject
            invokestatic jdk.nashorn.api.scripting.ScriptUtils.wrap:(Ljava/lang/Object;)Ljdk/nashorn/api/scripting/ScriptObjectMirror;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* obj */
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  private static boolean isFunction(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 358
            aload 0 /* obj */
            instanceof jdk.nashorn.internal.runtime.ScriptFunction
            ifne 2
            aload 0 /* obj */
            instanceof jdk.nashorn.api.scripting.ScriptObjectMirror
            ifeq 1
            aload 0 /* obj */
            checkcast jdk.nashorn.api.scripting.ScriptObjectMirror
            invokevirtual jdk.nashorn.api.scripting.ScriptObjectMirror.isFunction:()Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  private static java.lang.invoke.MethodHandle findOwnMH(java.lang.String, java.lang.Class<?>, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // java.lang.String name
        start local 1 // java.lang.Class rtype
        start local 2 // java.lang.Class[] types
         0: .line 362
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
            ldc Ljdk/nashorn/internal/runtime/linker/NashornLinker;
            aload 0 /* name */
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 1 /* rtype */
            aload 2 /* types */
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.type:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.findStatic:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 2 // java.lang.Class[] types
        end local 1 // java.lang.Class rtype
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   name  Ljava/lang/String;
            0    1     1  rtype  Ljava/lang/Class<*>;
            0    1     2  types  [Ljava/lang/Class;
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;[Ljava/lang/Class<*>;)Ljava/lang/invoke/MethodHandle;
    MethodParameters:
       Name  Flags
      name   final
      rtype  final
      types  final
}
SourceFile: "NashornLinker.java"
NestMembers:
  jdk.nashorn.internal.runtime.linker.NashornLinker$1  jdk.nashorn.internal.runtime.linker.NashornLinker$2
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Comparison = jdk.dynalink.linker.ConversionComparator$Comparison of jdk.dynalink.linker.ConversionComparator
  public abstract Call = jdk.nashorn.internal.codegen.CompilerConstants$Call of jdk.nashorn.internal.codegen.CompilerConstants
  jdk.nashorn.internal.runtime.linker.NashornLinker$1
  jdk.nashorn.internal.runtime.linker.NashornLinker$2