final class jdk.nashorn.internal.runtime.CompiledFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.runtime.CompiledFunction
  super_class: java.lang.Object
{
  private static final java.lang.invoke.MethodHandle NEWFILTER;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

  private final jdk.nashorn.internal.runtime.logging.DebugLogger log;
    descriptor: Ljdk/nashorn/internal/runtime/logging/DebugLogger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final java.util.Collection<jdk.nashorn.internal.runtime.CompiledFunction> NO_FUNCTIONS;
    descriptor: Ljava/util/Collection;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Collection<Ljdk/nashorn/internal/runtime/CompiledFunction;>;

  private java.lang.invoke.MethodHandle invoker;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.invoke.MethodHandle constructor;
    descriptor: Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE

  private jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo optimismInfo;
    descriptor: Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
    flags: (0x0002) ACC_PRIVATE

  private final int flags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.invoke.MethodType callSiteType;
    descriptor: Ljava/lang/invoke/MethodType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.nashorn.internal.runtime.Specialization specialization;
    descriptor: Ljdk/nashorn/internal/runtime/Specialization;
    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=6, locals=0, args_size=0
         0: .line 62
            ldc Ljdk/nashorn/internal/runtime/CompiledFunction;
            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.CompiledFunction.$assertionsDisabled:Z
         3: .line 64
            ldc "newFilter"
            ldc Ljava/lang/Object;
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/Object;
            aastore
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.CompiledFunction.NEWFILTER:Ljava/lang/invoke/MethodHandle;
         4: .line 65
            ldc "relinkComposableInvoker"
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/invoke/CallSite;
            aastore
            dup
            iconst_1
            ldc Ljdk/nashorn/internal/runtime/CompiledFunction;
            aastore
            dup
            iconst_2
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.CompiledFunction.RELINK_COMPOSABLE_INVOKER:Ljava/lang/invoke/MethodHandle;
         5: .line 66
            ldc "handleRewriteException"
            ldc Ljava/lang/invoke/MethodHandle;
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljdk/nashorn/internal/runtime/CompiledFunction;
            aastore
            dup
            iconst_1
            ldc Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            aastore
            dup
            iconst_2
            ldc Ljdk/nashorn/internal/runtime/RewriteException;
            aastore
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.findOwnMH:(Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.CompiledFunction.HANDLE_REWRITE_EXCEPTION:Ljava/lang/invoke/MethodHandle;
         6: .line 67
            ldc Ljava/lang/Object;
            ldc Ljdk/nashorn/internal/runtime/RewriteException;
            invokestatic java.lang.invoke.MethodType.methodType:(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokestatic java.lang.invoke.MethodHandles.exactInvoker:(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            putstatic jdk.nashorn.internal.runtime.CompiledFunction.RESTOF_INVOKER:Ljava/lang/invoke/MethodHandle;
         7: .line 71
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putstatic jdk.nashorn.internal.runtime.CompiledFunction.NO_FUNCTIONS:Ljava/util/Collection;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.invoke.MethodHandle invoker
         0: .line 88
            aload 0 /* this */
            aload 1 /* invoker */
            aconst_null
            aconst_null
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/Specialization;)V
         1: .line 89
            return
        end local 1 // java.lang.invoke.MethodHandle invoker
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    2     1  invoker  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
         Name  Flags
      invoker  final

  static jdk.nashorn.internal.runtime.CompiledFunction createBuiltInConstructor(java.lang.invoke.MethodHandle, jdk.nashorn.internal.runtime.Specialization);
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/Specialization;)Ljdk/nashorn/internal/runtime/CompiledFunction;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=2, args_size=2
        start local 0 // java.lang.invoke.MethodHandle invoker
        start local 1 // jdk.nashorn.internal.runtime.Specialization specialization
         0: .line 92
            new jdk.nashorn.internal.runtime.CompiledFunction
            dup
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 0 /* invoker */
            iconst_0
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 0 /* invoker */
            iconst_0
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.createConstructorFromInvoker:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            aload 1 /* specialization */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/Specialization;)V
            areturn
        end local 1 // jdk.nashorn.internal.runtime.Specialization specialization
        end local 0 // java.lang.invoke.MethodHandle invoker
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0         invoker  Ljava/lang/invoke/MethodHandle;
            0    1     1  specialization  Ljdk/nashorn/internal/runtime/Specialization;
    MethodParameters:
                Name  Flags
      invoker         final
      specialization  final

  void <init>(java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle, jdk.nashorn.internal.runtime.Specialization);
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/Specialization;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.invoke.MethodHandle invoker
        start local 2 // java.lang.invoke.MethodHandle constructor
        start local 3 // jdk.nashorn.internal.runtime.Specialization specialization
         0: .line 96
            aload 0 /* this */
            aload 1 /* invoker */
            aload 2 /* constructor */
            iconst_0
            aconst_null
            aload 3 /* specialization */
            getstatic jdk.nashorn.internal.runtime.logging.DebugLogger.DISABLED_LOGGER:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodType;Ljdk/nashorn/internal/runtime/Specialization;Ljdk/nashorn/internal/runtime/logging/DebugLogger;)V
         1: .line 97
            return
        end local 3 // jdk.nashorn.internal.runtime.Specialization specialization
        end local 2 // java.lang.invoke.MethodHandle constructor
        end local 1 // java.lang.invoke.MethodHandle invoker
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    2     1         invoker  Ljava/lang/invoke/MethodHandle;
            0    2     2     constructor  Ljava/lang/invoke/MethodHandle;
            0    2     3  specialization  Ljdk/nashorn/internal/runtime/Specialization;
    MethodParameters:
                Name  Flags
      invoker         final
      constructor     final
      specialization  final

  void <init>(java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle, int, java.lang.invoke.MethodType, jdk.nashorn.internal.runtime.Specialization, jdk.nashorn.internal.runtime.logging.DebugLogger);
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodType;Ljdk/nashorn/internal/runtime/Specialization;Ljdk/nashorn/internal/runtime/logging/DebugLogger;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.invoke.MethodHandle invoker
        start local 2 // java.lang.invoke.MethodHandle constructor
        start local 3 // int flags
        start local 4 // java.lang.invoke.MethodType callSiteType
        start local 5 // jdk.nashorn.internal.runtime.Specialization specialization
        start local 6 // jdk.nashorn.internal.runtime.logging.DebugLogger log
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            aload 5 /* specialization */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.specialization:Ljdk/nashorn/internal/runtime/Specialization;
         2: .line 101
            aload 5 /* specialization */
            ifnull 5
            aload 5 /* specialization */
            invokevirtual jdk.nashorn.internal.runtime.Specialization.isOptimistic:()Z
            ifeq 5
         3: .line 114
            aload 0 /* this */
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 1 /* invoker */
            aload 1 /* invoker */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            iconst_1
            isub
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            putfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
         4: .line 115
            new java.lang.AssertionError
            dup
            ldc "Optimistic (UnwarrantedOptimismException throwing) builtin functions are currently not in use"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 117
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle int java.lang.invoke.MethodType jdk.nashorn.internal.runtime.Specialization jdk.nashorn.internal.runtime.logging.DebugLogger
      StackMap stack:
            aload 0 /* this */
            aload 1 /* invoker */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
         6: .line 118
            aload 0 /* this */
            aload 2 /* constructor */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
         7: .line 119
            aload 0 /* this */
            iload 3 /* flags */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.flags:I
         8: .line 120
            aload 0 /* this */
            aload 4 /* callSiteType */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.callSiteType:Ljava/lang/invoke/MethodType;
         9: .line 121
            aload 0 /* this */
            aload 6 /* log */
            putfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
        10: .line 122
            return
        end local 6 // jdk.nashorn.internal.runtime.logging.DebugLogger log
        end local 5 // jdk.nashorn.internal.runtime.Specialization specialization
        end local 4 // java.lang.invoke.MethodType callSiteType
        end local 3 // int flags
        end local 2 // java.lang.invoke.MethodHandle constructor
        end local 1 // java.lang.invoke.MethodHandle invoker
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   11     1         invoker  Ljava/lang/invoke/MethodHandle;
            0   11     2     constructor  Ljava/lang/invoke/MethodHandle;
            0   11     3           flags  I
            0   11     4    callSiteType  Ljava/lang/invoke/MethodType;
            0   11     5  specialization  Ljdk/nashorn/internal/runtime/Specialization;
            0   11     6             log  Ljdk/nashorn/internal/runtime/logging/DebugLogger;
    MethodParameters:
                Name  Flags
      invoker         final
      constructor     final
      flags           final
      callSiteType    final
      specialization  final
      log             final

  void <init>(java.lang.invoke.MethodHandle, jdk.nashorn.internal.runtime.RecompilableScriptFunctionData, java.util.Map<java.lang.Integer, jdk.nashorn.internal.codegen.types.Type>, java.lang.invoke.MethodType, );
    descriptor: (Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;Ljava/util/Map;Ljava/lang/invoke/MethodType;I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.invoke.MethodHandle invoker
        start local 2 // jdk.nashorn.internal.runtime.RecompilableScriptFunctionData functionData
        start local 3 // java.util.Map invalidatedProgramPoints
        start local 4 // java.lang.invoke.MethodType callSiteType
        start local 5 // int flags
         0: .line 126
            aload 0 /* this */
            aload 1 /* invoker */
            aconst_null
            iload 5 /* flags */
            aload 4 /* callSiteType */
            aconst_null
            aload 2 /* functionData */
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.getLogger:()Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodType;Ljdk/nashorn/internal/runtime/Specialization;Ljdk/nashorn/internal/runtime/logging/DebugLogger;)V
         1: .line 127
            iload 5 /* flags */
            sipush 2048
            iand
            ifeq 4
         2: .line 128
            aload 0 /* this */
            new jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo
            dup
            aload 2 /* functionData */
            aload 3 /* invalidatedProgramPoints */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.<init>:(Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;Ljava/util/Map;)V
            putfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
         3: .line 129
            goto 5
         4: .line 130
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodHandle jdk.nashorn.internal.runtime.RecompilableScriptFunctionData java.util.Map java.lang.invoke.MethodType int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
         5: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int flags
        end local 4 // java.lang.invoke.MethodType callSiteType
        end local 3 // java.util.Map invalidatedProgramPoints
        end local 2 // jdk.nashorn.internal.runtime.RecompilableScriptFunctionData functionData
        end local 1 // java.lang.invoke.MethodHandle invoker
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    6     0                      this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    6     1                   invoker  Ljava/lang/invoke/MethodHandle;
            0    6     2              functionData  Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
            0    6     3  invalidatedProgramPoints  Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;
            0    6     4              callSiteType  Ljava/lang/invoke/MethodType;
            0    6     5                     flags  I
    Signature: (Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;Ljava/lang/invoke/MethodType;I)V
    MethodParameters:
                          Name  Flags
      invoker                   final
      functionData              final
      invalidatedProgramPoints  final
      callSiteType              final
      flags                     final

  static jdk.nashorn.internal.runtime.CompiledFunction createBuiltInConstructor(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)Ljdk/nashorn/internal/runtime/CompiledFunction;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // java.lang.invoke.MethodHandle invoker
         0: .line 135
            new jdk.nashorn.internal.runtime.CompiledFunction
            dup
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 0 /* invoker */
            iconst_0
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 0 /* invoker */
            iconst_0
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.createConstructorFromInvoker:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            aconst_null
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljdk/nashorn/internal/runtime/Specialization;)V
            areturn
        end local 0 // java.lang.invoke.MethodHandle invoker
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  invoker  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
         Name  Flags
      invoker  final

  boolean isSpecialization();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 139
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.specialization:Ljdk/nashorn/internal/runtime/Specialization;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  boolean hasLinkLogic();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 143
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getLinkLogicClass:()Ljava/lang/Class;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  java.lang.Class<? extends jdk.nashorn.internal.objects.annotations.SpecializedFunction$LinkLogic> getLinkLogicClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 147
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ifeq 4
         1: .line 148
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.specialization:Ljdk/nashorn/internal/runtime/Specialization;
            invokevirtual jdk.nashorn.internal.runtime.Specialization.getLinkLogicClass:()Ljava/lang/Class;
            astore 1 /* linkLogicClass */
        start local 1 // java.lang.Class linkLogicClass
         2: .line 149
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 3
            aload 1 /* linkLogicClass */
            invokestatic jdk.nashorn.internal.objects.annotations.SpecializedFunction$LinkLogic.isEmpty:(Ljava/lang/Class;)Z
            ifeq 3
            new java.lang.AssertionError
            dup
            ldc "empty link logic classes should have been removed by nasgen"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 150
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* linkLogicClass */
            areturn
        end local 1 // java.lang.Class linkLogicClass
         4: .line 152
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            2    4     1  linkLogicClass  Ljava/lang/Class<+Ljdk/nashorn/internal/objects/annotations/SpecializedFunction$LinkLogic;>;
    Signature: ()Ljava/lang/Class<+Ljdk/nashorn/internal/objects/annotations/SpecializedFunction$LinkLogic;>;

  boolean convertsNumericArgs();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 156
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ifeq 1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.specialization:Ljdk/nashorn/internal/runtime/Specialization;
            invokevirtual jdk.nashorn.internal.runtime.Specialization.convertsNumericArgs:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  int getFlags();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 160
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.flags:I
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  boolean isOptimistic();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 174
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ifeq 1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.specialization:Ljdk/nashorn/internal/runtime/Specialization;
            invokevirtual jdk.nashorn.internal.runtime.Specialization.isOptimistic:()Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  boolean isApplyToCall();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 178
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.flags:I
            sipush 4096
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  boolean isVarArg();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 182
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.isVarArgsType:(Ljava/lang/invoke/MethodType;)Z
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 187
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 188
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getLinkLogicClass:()Ljava/lang/Class;
            astore 2 /* linkLogicClass */
        start local 2 // java.lang.Class linkLogicClass
         2: .line 190
            aload 1 /* sb */
            ldc "[invokerType="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 191
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 192
            ldc " ctor="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 193
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         6: .line 194
            ldc " weight="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 195
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.weight:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         8: .line 196
            ldc " linkLogic="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 197
            aload 2 /* linkLogicClass */
            ifnull 10
            aload 2 /* linkLogicClass */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            goto 11
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.StringBuilder java.lang.Class
      StackMap stack: java.lang.StringBuilder
        10: ldc "none"
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.StringBuilder java.lang.Class
      StackMap stack: java.lang.StringBuilder java.lang.String
        11: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 199
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.Class linkLogicClass
        end local 1 // java.lang.StringBuilder sb
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            1   13     1              sb  Ljava/lang/StringBuilder;
            2   13     2  linkLogicClass  Ljava/lang/Class<+Ljdk/nashorn/internal/objects/annotations/SpecializedFunction$LinkLogic;>;

  boolean needsCallee();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 203
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            invokestatic jdk.nashorn.internal.runtime.ScriptFunctionData.needsCallee:(Ljava/lang/invoke/MethodHandle;)Z
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  java.lang.invoke.MethodHandle createComposableInvoker();
    descriptor: ()Ljava/lang/invoke/MethodHandle;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 216
            aload 0 /* this */
            iconst_0
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createComposableInvoker:(Z)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private java.lang.invoke.MethodHandle getConstructor();
    descriptor: ()Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 228
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
            ifnonnull 2
         1: .line 229
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createInvokerForPessimisticCaller:()Ljava/lang/invoke/MethodHandle;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.createConstructorFromInvoker:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            putfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
         2: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private java.lang.invoke.MethodHandle createInvokerForPessimisticCaller();
    descriptor: ()Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 241
            aload 0 /* this */
            ldc Ljava/lang/Object;
            iconst_m1
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createInvoker:(Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private static java.lang.invoke.MethodHandle createConstructorFromInvoker(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // java.lang.invoke.MethodHandle invoker
         0: .line 251
            aload 0 /* invoker */
            invokestatic jdk.nashorn.internal.runtime.ScriptFunctionData.needsCallee:(Ljava/lang/invoke/MethodHandle;)Z
            istore 1 /* needsCallee */
        start local 1 // boolean needsCallee
         1: .line 256
            iload 1 /* needsCallee */
            ifeq 2
            aload 0 /* invoker */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.swapCalleeAndThis:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* invoker */
      StackMap locals:
      StackMap stack: java.lang.invoke.MethodHandle
         3: astore 2 /* swapped */
        start local 2 // java.lang.invoke.MethodHandle swapped
         4: .line 258
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 2 /* swapped */
            aload 2 /* swapped */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            ldc Ljava/lang/Object;
            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;
            astore 3 /* returnsObject */
        start local 3 // java.lang.invoke.MethodHandle returnsObject
         5: .line 260
            aload 3 /* returnsObject */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            astore 4 /* ctorType */
        start local 4 // java.lang.invoke.MethodType ctorType
         6: .line 265
            aload 4 /* ctorType */
            iconst_0
            iconst_1
            invokevirtual java.lang.invoke.MethodType.dropParameterTypes:(II)Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.parameterArray:()[Ljava/lang/Class;
            astore 5 /* ctorArgs */
        start local 5 // java.lang.Class[] ctorArgs
         7: .line 270
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.NEWFILTER:Ljava/lang/invoke/MethodHandle;
            iconst_2
            aload 5 /* ctorArgs */
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.dropArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            aload 3 /* returnsObject */
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.foldArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            astore 6 /* filtered */
        start local 6 // java.lang.invoke.MethodHandle filtered
         8: .line 273
            iload 1 /* needsCallee */
            ifeq 10
         9: .line 277
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 6 /* filtered */
            getstatic jdk.nashorn.internal.runtime.ScriptFunction.ALLOCATE:Ljava/lang/invoke/MethodHandle;
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.foldArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            areturn
        10: .line 282
      StackMap locals: java.lang.invoke.MethodHandle int java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle java.lang.invoke.MethodType java.lang.Class[] java.lang.invoke.MethodHandle
      StackMap stack:
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 6 /* filtered */
            iconst_0
            iconst_1
            anewarray java.lang.invoke.MethodHandle
            dup
            iconst_0
            getstatic jdk.nashorn.internal.runtime.ScriptFunction.ALLOCATE:Ljava/lang/invoke/MethodHandle;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.filterArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 6 // java.lang.invoke.MethodHandle filtered
        end local 5 // java.lang.Class[] ctorArgs
        end local 4 // java.lang.invoke.MethodType ctorType
        end local 3 // java.lang.invoke.MethodHandle returnsObject
        end local 2 // java.lang.invoke.MethodHandle swapped
        end local 1 // boolean needsCallee
        end local 0 // java.lang.invoke.MethodHandle invoker
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0        invoker  Ljava/lang/invoke/MethodHandle;
            1   11     1    needsCallee  Z
            4   11     2        swapped  Ljava/lang/invoke/MethodHandle;
            5   11     3  returnsObject  Ljava/lang/invoke/MethodHandle;
            6   11     4       ctorType  Ljava/lang/invoke/MethodType;
            7   11     5       ctorArgs  [Ljava/lang/Class;
            8   11     6       filtered  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
         Name  Flags
      invoker  final

  private static java.lang.invoke.MethodHandle swapCalleeAndThis(java.lang.invoke.MethodHandle);
    descriptor: (Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // java.lang.invoke.MethodHandle mh
         0: .line 292
            aload 0 /* mh */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            astore 1 /* type */
        start local 1 // java.lang.invoke.MethodType type
         1: .line 293
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 2
            aload 1 /* type */
            iconst_0
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
            if_acmpeq 2
            new java.lang.AssertionError
            dup
            aload 1 /* type */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 294
      StackMap locals: java.lang.invoke.MethodType
      StackMap stack:
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 3
            aload 1 /* type */
            iconst_1
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            ldc Ljava/lang/Object;
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            aload 1 /* type */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 295
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            iconst_0
            ldc Ljava/lang/Object;
            invokevirtual java.lang.invoke.MethodType.changeParameterType:(ILjava/lang/Class;)Ljava/lang/invoke/MethodType;
            iconst_1
            ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
            invokevirtual java.lang.invoke.MethodType.changeParameterType:(ILjava/lang/Class;)Ljava/lang/invoke/MethodType;
            astore 2 /* newType */
        start local 2 // java.lang.invoke.MethodType newType
         4: .line 296
            aload 1 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            newarray 10
            astore 3 /* reorder */
        start local 3 // int[] reorder
         5: .line 297
            aload 3 /* reorder */
            iconst_0
            iconst_1
            iastore
         6: .line 298
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 7
            aload 3 /* reorder */
            iconst_1
            iaload
            ifeq 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 299
      StackMap locals: java.lang.invoke.MethodType int[]
      StackMap stack:
            iconst_2
            istore 4 /* i */
        start local 4 // int i
         8: goto 11
         9: .line 300
      StackMap locals: int
      StackMap stack:
            aload 3 /* reorder */
            iload 4 /* i */
            iload 4 /* i */
            iastore
        10: .line 299
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            aload 3 /* reorder */
            arraylength
            if_icmplt 9
        end local 4 // int i
        12: .line 302
            aload 0 /* mh */
            aload 2 /* newType */
            aload 3 /* reorder */
            invokestatic java.lang.invoke.MethodHandles.permuteArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;[I)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 3 // int[] reorder
        end local 2 // java.lang.invoke.MethodType newType
        end local 1 // java.lang.invoke.MethodType type
        end local 0 // java.lang.invoke.MethodHandle mh
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0       mh  Ljava/lang/invoke/MethodHandle;
            1   13     1     type  Ljava/lang/invoke/MethodType;
            4   13     2  newType  Ljava/lang/invoke/MethodType;
            5   13     3  reorder  [I
            8   12     4        i  I
    MethodParameters:
      Name  Flags
      mh    final

  java.lang.invoke.MethodHandle createComposableConstructor();
    descriptor: ()Ljava/lang/invoke/MethodHandle;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 315
            aload 0 /* this */
            iconst_1
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createComposableInvoker:(Z)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  boolean hasConstructor();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 319
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  java.lang.invoke.MethodType type();
    descriptor: ()Ljava/lang/invoke/MethodType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 323
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  int weight();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 327
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.type:()Ljava/lang/invoke/MethodType;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.weight:(Ljava/lang/invoke/MethodType;)I
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private static int weight(java.lang.invoke.MethodType);
    descriptor: (Ljava/lang/invoke/MethodType;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.lang.invoke.MethodType type
         0: .line 331
            aload 0 /* type */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.isVarArgsType:(Ljava/lang/invoke/MethodType;)Z
            ifeq 2
         1: .line 332
            ldc 2147483647
            ireturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            istore 1 /* weight */
        start local 1 // int weight
         3: .line 336
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 337
      StackMap locals: int int
      StackMap stack:
            aload 0 /* type */
            iload 2 /* i */
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            astore 3 /* paramType */
        start local 3 // java.lang.Class paramType
         6: .line 338
            aload 3 /* paramType */
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            iconst_2
            imul
            istore 4 /* pweight */
        start local 4 // int pweight
         7: .line 339
            iload 1 /* weight */
            iload 4 /* pweight */
            iadd
            istore 1 /* weight */
        end local 4 // int pweight
        end local 3 // java.lang.Class paramType
         8: .line 336
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            if_icmplt 5
        end local 2 // int i
        10: .line 342
            iload 1 /* weight */
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            iadd
            istore 1 /* weight */
        11: .line 344
            iload 1 /* weight */
            ireturn
        end local 1 // int weight
        end local 0 // java.lang.invoke.MethodType type
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       type  Ljava/lang/invoke/MethodType;
            3   12     1     weight  I
            4   10     2          i  I
            6    8     3  paramType  Ljava/lang/Class<*>;
            7    8     4    pweight  I
    MethodParameters:
      Name  Flags
      type  final

  static boolean isVarArgsType(java.lang.invoke.MethodType);
    descriptor: (Ljava/lang/invoke/MethodType;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.invoke.MethodType type
         0: .line 348
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 1
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            iconst_1
            if_icmpge 1
            new java.lang.AssertionError
            dup
            aload 0 /* type */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            iconst_1
            isub
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            ldc [Ljava/lang/Object;
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // java.lang.invoke.MethodType type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  type  Ljava/lang/invoke/MethodType;
    MethodParameters:
      Name  Flags
      type  final

  static boolean moreGenericThan(java.lang.invoke.MethodType, java.lang.invoke.MethodType);
    descriptor: (Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.invoke.MethodType mt0
        start local 1 // java.lang.invoke.MethodType mt1
         0: .line 353
            aload 0 /* mt0 */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.weight:(Ljava/lang/invoke/MethodType;)I
            aload 1 /* mt1 */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.weight:(Ljava/lang/invoke/MethodType;)I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.invoke.MethodType mt1
        end local 0 // java.lang.invoke.MethodType mt0
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0   mt0  Ljava/lang/invoke/MethodType;
            0    2     1   mt1  Ljava/lang/invoke/MethodType;
    MethodParameters:
      Name  Flags
      mt0   final
      mt1   final

  boolean betterThanFinal(jdk.nashorn.internal.runtime.CompiledFunction, java.lang.invoke.MethodType);
    descriptor: (Ljdk/nashorn/internal/runtime/CompiledFunction;Ljava/lang/invoke/MethodType;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction other
        start local 2 // java.lang.invoke.MethodType callSiteMethodType
         0: .line 358
            aload 1 /* other */
            ifnonnull 2
         1: .line 359
            iconst_1
            ireturn
         2: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            aload 2 /* callSiteMethodType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.betterThanFinal:(Ljdk/nashorn/internal/runtime/CompiledFunction;Ljdk/nashorn/internal/runtime/CompiledFunction;Ljava/lang/invoke/MethodType;)Z
            ireturn
        end local 2 // java.lang.invoke.MethodType callSiteMethodType
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction other
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    3     1               other  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    3     2  callSiteMethodType  Ljava/lang/invoke/MethodType;
    MethodParameters:
                    Name  Flags
      other               final
      callSiteMethodType  final

  private static boolean betterThanFinal(jdk.nashorn.internal.runtime.CompiledFunction, jdk.nashorn.internal.runtime.CompiledFunction, java.lang.invoke.MethodType);
    descriptor: (Ljdk/nashorn/internal/runtime/CompiledFunction;Ljdk/nashorn/internal/runtime/CompiledFunction;Ljava/lang/invoke/MethodType;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=27, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction cf
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction other
        start local 2 // java.lang.invoke.MethodType callSiteMethodType
         0: .line 365
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.type:()Ljava/lang/invoke/MethodType;
            astore 3 /* thisMethodType */
        start local 3 // java.lang.invoke.MethodType thisMethodType
         1: .line 366
            aload 1 /* other */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.type:()Ljava/lang/invoke/MethodType;
            astore 4 /* otherMethodType */
        start local 4 // java.lang.invoke.MethodType otherMethodType
         2: .line 367
            aload 3 /* thisMethodType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamCount:(Ljava/lang/invoke/MethodType;)I
            istore 5 /* thisParamCount */
        start local 5 // int thisParamCount
         3: .line 368
            aload 4 /* otherMethodType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamCount:(Ljava/lang/invoke/MethodType;)I
            istore 6 /* otherParamCount */
        start local 6 // int otherParamCount
         4: .line 369
            aload 2 /* callSiteMethodType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamCount:(Ljava/lang/invoke/MethodType;)I
            istore 7 /* callSiteRawParamCount */
        start local 7 // int callSiteRawParamCount
         5: .line 370
            iload 7 /* callSiteRawParamCount */
            ldc 2147483647
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodType java.lang.invoke.MethodType java.lang.invoke.MethodType int int int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 8 /* csVarArg */
        start local 8 // boolean csVarArg
         8: .line 372
            iload 8 /* csVarArg */
            ifeq 9
            iload 7 /* callSiteRawParamCount */
            goto 10
      StackMap locals: int
      StackMap stack:
         9: iload 7 /* callSiteRawParamCount */
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
        10: istore 9 /* callSiteParamCount */
        start local 9 // int callSiteParamCount
        11: .line 375
            iload 9 /* callSiteParamCount */
            iload 5 /* thisParamCount */
            isub
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            istore 10 /* thisDiscardsParams */
        start local 10 // int thisDiscardsParams
        12: .line 376
            iload 9 /* callSiteParamCount */
            iload 6 /* otherParamCount */
            isub
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            istore 11 /* otherDiscardsParams */
        start local 11 // int otherDiscardsParams
        13: .line 377
            iload 10 /* thisDiscardsParams */
            iload 11 /* otherDiscardsParams */
            if_icmpge 15
        14: .line 378
            iconst_1
            ireturn
        15: .line 380
      StackMap locals: int int int
      StackMap stack:
            iload 10 /* thisDiscardsParams */
            iload 11 /* otherDiscardsParams */
            if_icmple 17
        16: .line 381
            iconst_0
            ireturn
        17: .line 384
      StackMap locals:
      StackMap stack:
            iload 5 /* thisParamCount */
            ldc 2147483647
            if_icmpne 18
            iconst_1
            goto 19
      StackMap locals:
      StackMap stack:
        18: iconst_0
      StackMap locals:
      StackMap stack: int
        19: istore 12 /* thisVarArg */
        start local 12 // boolean thisVarArg
        20: .line 385
            iload 6 /* otherParamCount */
            ldc 2147483647
            if_icmpne 21
            iconst_1
            goto 22
      StackMap locals: int
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: istore 13 /* otherVarArg */
        start local 13 // boolean otherVarArg
        23: .line 386
            iload 12 /* thisVarArg */
            ifeq 24
            iload 13 /* otherVarArg */
            ifeq 24
            iload 8 /* csVarArg */
            ifne 64
        24: .line 388
      StackMap locals: int
      StackMap stack:
            aload 3 /* thisMethodType */
            iconst_0
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.toTypeWithoutCallee:(Ljava/lang/invoke/MethodType;I)[Ljdk/nashorn/internal/codegen/types/Type;
            astore 14 /* thisType */
        start local 14 // jdk.nashorn.internal.codegen.types.Type[] thisType
        25: .line 389
            aload 4 /* otherMethodType */
            iconst_0
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.toTypeWithoutCallee:(Ljava/lang/invoke/MethodType;I)[Ljdk/nashorn/internal/codegen/types/Type;
            astore 15 /* otherType */
        start local 15 // jdk.nashorn.internal.codegen.types.Type[] otherType
        26: .line 390
            aload 2 /* callSiteMethodType */
            iconst_1
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.toTypeWithoutCallee:(Ljava/lang/invoke/MethodType;I)[Ljdk/nashorn/internal/codegen/types/Type;
            astore 16 /* callSiteType */
        start local 16 // jdk.nashorn.internal.codegen.types.Type[] callSiteType
        27: .line 392
            iconst_0
            istore 17 /* narrowWeightDelta */
        start local 17 // int narrowWeightDelta
        28: .line 393
            iconst_0
            istore 18 /* widenWeightDelta */
        start local 18 // int widenWeightDelta
        29: .line 394
            iload 5 /* thisParamCount */
            iload 6 /* otherParamCount */
            invokestatic java.lang.Math.min:(II)I
            iload 9 /* callSiteParamCount */
            invokestatic java.lang.Math.min:(II)I
            istore 19 /* minParamsCount */
        start local 19 // int minParamsCount
        30: .line 395
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.convertsNumericArgs:()Z
            istore 20 /* convertsNumericArgs */
        start local 20 // boolean convertsNumericArgs
        31: .line 396
            iconst_0
            istore 21 /* i */
        start local 21 // int i
        32: goto 43
        33: .line 397
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodType java.lang.invoke.MethodType java.lang.invoke.MethodType int int int int int int int int int jdk.nashorn.internal.codegen.types.Type[] jdk.nashorn.internal.codegen.types.Type[] jdk.nashorn.internal.codegen.types.Type[] int int int int int
      StackMap stack:
            iload 21 /* i */
            aload 16 /* callSiteType */
            iload 8 /* csVarArg */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamType:(I[Ljdk/nashorn/internal/codegen/types/Type;Z)Ljdk/nashorn/internal/codegen/types/Type;
            astore 22 /* callSiteParamType */
        start local 22 // jdk.nashorn.internal.codegen.types.Type callSiteParamType
        34: .line 398
            iload 21 /* i */
            aload 14 /* thisType */
            iload 12 /* thisVarArg */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamType:(I[Ljdk/nashorn/internal/codegen/types/Type;Z)Ljdk/nashorn/internal/codegen/types/Type;
            astore 23 /* thisParamType */
        start local 23 // jdk.nashorn.internal.codegen.types.Type thisParamType
        35: .line 399
            iload 20 /* convertsNumericArgs */
            ifne 37
            aload 22 /* callSiteParamType */
            invokevirtual jdk.nashorn.internal.codegen.types.Type.isBoolean:()Z
            ifeq 37
            aload 23 /* thisParamType */
            invokevirtual jdk.nashorn.internal.codegen.types.Type.isNumeric:()Z
            ifeq 37
        36: .line 402
            iconst_0
            ireturn
        37: .line 404
      StackMap locals: jdk.nashorn.internal.codegen.types.Type jdk.nashorn.internal.codegen.types.Type
      StackMap stack:
            aload 22 /* callSiteParamType */
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            istore 24 /* callSiteParamWeight */
        start local 24 // int callSiteParamWeight
        38: .line 406
            aload 23 /* thisParamType */
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            iload 24 /* callSiteParamWeight */
            isub
            istore 25 /* thisParamWeightDelta */
        start local 25 // int thisParamWeightDelta
        39: .line 407
            iload 21 /* i */
            aload 15 /* otherType */
            iload 13 /* otherVarArg */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamType:(I[Ljdk/nashorn/internal/codegen/types/Type;Z)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            iload 24 /* callSiteParamWeight */
            isub
            istore 26 /* otherParamWeightDelta */
        start local 26 // int otherParamWeightDelta
        40: .line 409
            iload 17 /* narrowWeightDelta */
            iload 25 /* thisParamWeightDelta */
            ineg
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            iload 26 /* otherParamWeightDelta */
            ineg
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            isub
            iadd
            istore 17 /* narrowWeightDelta */
        41: .line 411
            iload 18 /* widenWeightDelta */
            iload 25 /* thisParamWeightDelta */
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            iload 26 /* otherParamWeightDelta */
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            isub
            iadd
            istore 18 /* widenWeightDelta */
        end local 26 // int otherParamWeightDelta
        end local 25 // int thisParamWeightDelta
        end local 24 // int callSiteParamWeight
        end local 23 // jdk.nashorn.internal.codegen.types.Type thisParamType
        end local 22 // jdk.nashorn.internal.codegen.types.Type callSiteParamType
        42: .line 396
            iinc 21 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 21 /* i */
            iload 19 /* minParamsCount */
            if_icmplt 33
        end local 21 // int i
        44: .line 416
            iload 12 /* thisVarArg */
            ifne 50
        45: .line 417
            iload 9 /* callSiteParamCount */
            istore 21 /* i */
        start local 21 // int i
        46: goto 49
        47: .line 418
      StackMap locals:
      StackMap stack:
            iload 17 /* narrowWeightDelta */
            getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            aload 14 /* thisType */
            iload 21 /* i */
            aaload
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            isub
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            iadd
            istore 17 /* narrowWeightDelta */
        48: .line 417
            iinc 21 /* i */ 1
      StackMap locals:
      StackMap stack:
        49: iload 21 /* i */
            iload 5 /* thisParamCount */
            if_icmplt 47
        end local 21 // int i
        50: .line 421
      StackMap locals:
      StackMap stack:
            iload 13 /* otherVarArg */
            ifne 56
        51: .line 422
            iload 9 /* callSiteParamCount */
            istore 21 /* i */
        start local 21 // int i
        52: goto 55
        53: .line 423
      StackMap locals: int
      StackMap stack:
            iload 17 /* narrowWeightDelta */
            getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            aload 15 /* otherType */
            iload 21 /* i */
            aaload
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            isub
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            isub
            istore 17 /* narrowWeightDelta */
        54: .line 422
            iinc 21 /* i */ 1
      StackMap locals:
      StackMap stack:
        55: iload 21 /* i */
            iload 6 /* otherParamCount */
            if_icmplt 53
        end local 21 // int i
        56: .line 428
      StackMap locals:
      StackMap stack:
            iload 17 /* narrowWeightDelta */
            ifge 58
        57: .line 429
            iconst_1
            ireturn
        58: .line 431
      StackMap locals:
      StackMap stack:
            iload 17 /* narrowWeightDelta */
            ifle 60
        59: .line 432
            iconst_0
            ireturn
        60: .line 436
      StackMap locals:
      StackMap stack:
            iload 18 /* widenWeightDelta */
            ifge 62
        61: .line 437
            iconst_1
            ireturn
        62: .line 439
      StackMap locals:
      StackMap stack:
            iload 18 /* widenWeightDelta */
            ifle 64
        63: .line 440
            iconst_0
            ireturn
        end local 20 // boolean convertsNumericArgs
        end local 19 // int minParamsCount
        end local 18 // int widenWeightDelta
        end local 17 // int narrowWeightDelta
        end local 16 // jdk.nashorn.internal.codegen.types.Type[] callSiteType
        end local 15 // jdk.nashorn.internal.codegen.types.Type[] otherType
        end local 14 // jdk.nashorn.internal.codegen.types.Type[] thisType
        64: .line 445
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodType java.lang.invoke.MethodType java.lang.invoke.MethodType int int int int int int int int int
      StackMap stack:
            iload 5 /* thisParamCount */
            iload 9 /* callSiteParamCount */
            if_icmpne 66
            iload 6 /* otherParamCount */
            iload 9 /* callSiteParamCount */
            if_icmpeq 66
        65: .line 446
            iconst_1
            ireturn
        66: .line 448
      StackMap locals:
      StackMap stack:
            iload 5 /* thisParamCount */
            iload 9 /* callSiteParamCount */
            if_icmpeq 68
            iload 6 /* otherParamCount */
            iload 9 /* callSiteParamCount */
            if_icmpne 68
        67: .line 449
            iconst_0
            ireturn
        68: .line 456
      StackMap locals:
      StackMap stack:
            iload 12 /* thisVarArg */
            ifeq 71
        69: .line 457
            iload 13 /* otherVarArg */
            ifne 73
        70: .line 458
            iconst_1
            ireturn
        71: .line 460
      StackMap locals:
      StackMap stack:
            iload 13 /* otherVarArg */
            ifeq 73
        72: .line 461
            iconst_0
            ireturn
        73: .line 465
      StackMap locals:
      StackMap stack:
            iload 5 /* thisParamCount */
            iload 6 /* otherParamCount */
            isub
            istore 14 /* fnParamDelta */
        start local 14 // int fnParamDelta
        74: .line 466
            iload 14 /* fnParamDelta */
            ifge 76
        75: .line 467
            iconst_1
            ireturn
        76: .line 469
      StackMap locals: int
      StackMap stack:
            iload 14 /* fnParamDelta */
            ifle 78
        77: .line 470
            iconst_0
            ireturn
        78: .line 473
      StackMap locals:
      StackMap stack:
            aload 2 /* callSiteMethodType */
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            istore 15 /* callSiteRetWeight */
        start local 15 // int callSiteRetWeight
        79: .line 475
            aload 3 /* thisMethodType */
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            iload 15 /* callSiteRetWeight */
            isub
            istore 16 /* thisRetWeightDelta */
        start local 16 // int thisRetWeightDelta
        80: .line 476
            aload 4 /* otherMethodType */
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getWeight:()I
            iload 15 /* callSiteRetWeight */
            isub
            istore 17 /* otherRetWeightDelta */
        start local 17 // int otherRetWeightDelta
        81: .line 479
            iload 16 /* thisRetWeightDelta */
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            iload 17 /* otherRetWeightDelta */
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            isub
            istore 18 /* widenRetDelta */
        start local 18 // int widenRetDelta
        82: .line 480
            iload 18 /* widenRetDelta */
            ifge 84
        83: .line 481
            iconst_1
            ireturn
        84: .line 483
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodType java.lang.invoke.MethodType java.lang.invoke.MethodType int int int int int int int int int int int int int int
      StackMap stack:
            iload 18 /* widenRetDelta */
            ifle 86
        85: .line 484
            iconst_0
            ireturn
        86: .line 488
      StackMap locals:
      StackMap stack:
            iload 16 /* thisRetWeightDelta */
            ineg
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            iload 17 /* otherRetWeightDelta */
            ineg
            iconst_0
            invokestatic java.lang.Math.max:(II)I
            isub
            istore 19 /* narrowRetDelta */
        start local 19 // int narrowRetDelta
        87: .line 489
            iload 19 /* narrowRetDelta */
            ifge 89
        88: .line 490
            iconst_1
            ireturn
        89: .line 492
      StackMap locals: int
      StackMap stack:
            iload 19 /* narrowRetDelta */
            ifle 91
        90: .line 493
            iconst_0
            ireturn
        91: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            aload 1 /* other */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            if_icmpeq 93
        92: .line 498
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ireturn
        93: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ifeq 96
            aload 1 /* other */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isSpecialization:()Z
            ifeq 96
        94: .line 502
            aload 0 /* cf */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getLinkLogicClass:()Ljava/lang/Class;
            ifnull 95
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        95: iconst_0
            ireturn
        96: .line 506
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* thisMethodType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " identically applicable to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* otherMethodType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* callSiteMethodType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 19 // int narrowRetDelta
        end local 18 // int widenRetDelta
        end local 17 // int otherRetWeightDelta
        end local 16 // int thisRetWeightDelta
        end local 15 // int callSiteRetWeight
        end local 14 // int fnParamDelta
        end local 13 // boolean otherVarArg
        end local 12 // boolean thisVarArg
        end local 11 // int otherDiscardsParams
        end local 10 // int thisDiscardsParams
        end local 9 // int callSiteParamCount
        end local 8 // boolean csVarArg
        end local 7 // int callSiteRawParamCount
        end local 6 // int otherParamCount
        end local 5 // int thisParamCount
        end local 4 // java.lang.invoke.MethodType otherMethodType
        end local 3 // java.lang.invoke.MethodType thisMethodType
        end local 2 // java.lang.invoke.MethodType callSiteMethodType
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction other
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction cf
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   97     0                     cf  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   97     1                  other  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   97     2     callSiteMethodType  Ljava/lang/invoke/MethodType;
            1   97     3         thisMethodType  Ljava/lang/invoke/MethodType;
            2   97     4        otherMethodType  Ljava/lang/invoke/MethodType;
            3   97     5         thisParamCount  I
            4   97     6        otherParamCount  I
            5   97     7  callSiteRawParamCount  I
            8   97     8               csVarArg  Z
           11   97     9     callSiteParamCount  I
           12   97    10     thisDiscardsParams  I
           13   97    11    otherDiscardsParams  I
           20   97    12             thisVarArg  Z
           23   97    13            otherVarArg  Z
           25   64    14               thisType  [Ljdk/nashorn/internal/codegen/types/Type;
           26   64    15              otherType  [Ljdk/nashorn/internal/codegen/types/Type;
           27   64    16           callSiteType  [Ljdk/nashorn/internal/codegen/types/Type;
           28   64    17      narrowWeightDelta  I
           29   64    18       widenWeightDelta  I
           30   64    19         minParamsCount  I
           31   64    20    convertsNumericArgs  Z
           32   44    21                      i  I
           34   42    22      callSiteParamType  Ljdk/nashorn/internal/codegen/types/Type;
           35   42    23          thisParamType  Ljdk/nashorn/internal/codegen/types/Type;
           38   42    24    callSiteParamWeight  I
           39   42    25   thisParamWeightDelta  I
           40   42    26  otherParamWeightDelta  I
           46   50    21                      i  I
           52   56    21                      i  I
           74   97    14           fnParamDelta  I
           79   97    15      callSiteRetWeight  I
           80   97    16     thisRetWeightDelta  I
           81   97    17    otherRetWeightDelta  I
           82   97    18          widenRetDelta  I
           87   97    19         narrowRetDelta  I
    MethodParameters:
                    Name  Flags
      cf                  final
      other               final
      callSiteMethodType  final

  private static jdk.nashorn.internal.codegen.types.Type[] toTypeWithoutCallee(java.lang.invoke.MethodType, int);
    descriptor: (Ljava/lang/invoke/MethodType;I)[Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // java.lang.invoke.MethodType type
        start local 1 // int thisIndex
         0: .line 510
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            istore 2 /* paramCount */
        start local 2 // int paramCount
         1: .line 511
            iload 2 /* paramCount */
            iload 1 /* thisIndex */
            isub
            anewarray jdk.nashorn.internal.codegen.types.Type
            astore 3 /* t */
        start local 3 // jdk.nashorn.internal.codegen.types.Type[] t
         2: .line 512
            iload 1 /* thisIndex */
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 513
      StackMap locals: int jdk.nashorn.internal.codegen.types.Type[] int
      StackMap stack:
            aload 3 /* t */
            iload 4 /* i */
            iload 1 /* thisIndex */
            isub
            aload 0 /* type */
            iload 4 /* i */
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            aastore
         5: .line 512
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 2 /* paramCount */
            if_icmplt 4
        end local 4 // int i
         7: .line 515
            aload 3 /* t */
            areturn
        end local 3 // jdk.nashorn.internal.codegen.types.Type[] t
        end local 2 // int paramCount
        end local 1 // int thisIndex
        end local 0 // java.lang.invoke.MethodType type
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        type  Ljava/lang/invoke/MethodType;
            0    8     1   thisIndex  I
            1    8     2  paramCount  I
            2    8     3           t  [Ljdk/nashorn/internal/codegen/types/Type;
            3    7     4           i  I
    MethodParameters:
           Name  Flags
      type       final
      thisIndex  final

  private static jdk.nashorn.internal.codegen.types.Type getParamType(int, jdk.nashorn.internal.codegen.types.Type[], boolean);
    descriptor: (I[Ljdk/nashorn/internal/codegen/types/Type;Z)Ljdk/nashorn/internal/codegen/types/Type;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int i
        start local 1 // jdk.nashorn.internal.codegen.types.Type[] paramTypes
        start local 2 // boolean isVarArg
         0: .line 519
            aload 1 /* paramTypes */
            arraylength
            iload 2 /* isVarArg */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: int jdk.nashorn.internal.codegen.types.Type[] int
      StackMap stack: int int
         2: isub
            istore 3 /* fixParamCount */
        start local 3 // int fixParamCount
         3: .line 520
            iload 0 /* i */
            iload 3 /* fixParamCount */
            if_icmpge 5
         4: .line 521
            aload 1 /* paramTypes */
            iload 0 /* i */
            aaload
            areturn
         5: .line 523
      StackMap locals: int
      StackMap stack:
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 6
            iload 2 /* isVarArg */
            ifne 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 524
      StackMap locals:
      StackMap stack:
            aload 1 /* paramTypes */
            aload 1 /* paramTypes */
            arraylength
            iconst_1
            isub
            aaload
            checkcast jdk.nashorn.internal.codegen.types.ArrayType
            invokevirtual jdk.nashorn.internal.codegen.types.ArrayType.getElementType:()Ljdk/nashorn/internal/codegen/types/Type;
            areturn
        end local 3 // int fixParamCount
        end local 2 // boolean isVarArg
        end local 1 // jdk.nashorn.internal.codegen.types.Type[] paramTypes
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0              i  I
            0    7     1     paramTypes  [Ljdk/nashorn/internal/codegen/types/Type;
            0    7     2       isVarArg  Z
            3    7     3  fixParamCount  I
    MethodParameters:
            Name  Flags
      i           final
      paramTypes  final
      isVarArg    final

  boolean matchesCallSite(java.lang.invoke.MethodType, boolean);
    descriptor: (Ljava/lang/invoke/MethodType;Z)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=14, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.invoke.MethodType other
        start local 2 // boolean pickVarArg
         0: .line 528
            aload 1 /* other */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.callSiteType:Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 529
            iconst_1
            ireturn
         2: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.type:()Ljava/lang/invoke/MethodType;
            astore 3 /* type */
        start local 3 // java.lang.invoke.MethodType type
         3: .line 532
            aload 3 /* type */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamCount:(Ljava/lang/invoke/MethodType;)I
            istore 4 /* fnParamCount */
        start local 4 // int fnParamCount
         4: .line 533
            iload 4 /* fnParamCount */
            ldc 2147483647
            if_icmpne 5
            iconst_1
            goto 6
      StackMap locals: java.lang.invoke.MethodType int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* isVarArg */
        start local 5 // boolean isVarArg
         7: .line 534
            iload 5 /* isVarArg */
            ifeq 9
         8: .line 535
            iload 2 /* pickVarArg */
            ireturn
         9: .line 538
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.getParamCount:(Ljava/lang/invoke/MethodType;)I
            istore 6 /* csParamCount */
        start local 6 // int csParamCount
        10: .line 539
            iload 6 /* csParamCount */
            ldc 2147483647
            if_icmpne 11
            iconst_1
            goto 12
      StackMap locals: int
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 7 /* csIsVarArg */
        start local 7 // boolean csIsVarArg
        13: .line 540
            iload 7 /* csIsVarArg */
            ifeq 15
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.isApplyToCall:()Z
            ifeq 15
        14: .line 541
            iconst_0
            ireturn
        15: .line 543
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.needsCallee:()Z
            ifeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_0
      StackMap locals:
      StackMap stack: int
        17: istore 8 /* thisThisIndex */
        start local 8 // int thisThisIndex
        18: .line 545
            iload 4 /* fnParamCount */
            iload 8 /* thisThisIndex */
            isub
            istore 9 /* fnParamCountNoCallee */
        start local 9 // int fnParamCountNoCallee
        19: .line 546
            iload 6 /* csParamCount */
            iconst_1
            isub
            iload 9 /* fnParamCountNoCallee */
            invokestatic java.lang.Math.min:(II)I
            istore 10 /* minParams */
        start local 10 // int minParams
        20: .line 549
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        21: goto 29
        22: .line 550
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.invoke.MethodType int java.lang.invoke.MethodType int int int int int int int int
      StackMap stack:
            aload 3 /* type */
            iload 11 /* i */
            iload 8 /* thisThisIndex */
            iadd
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            astore 12 /* fnType */
        start local 12 // jdk.nashorn.internal.codegen.types.Type fnType
        23: .line 551
            iload 7 /* csIsVarArg */
            ifeq 24
            getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
            goto 25
      StackMap locals: jdk.nashorn.internal.codegen.types.Type
      StackMap stack:
        24: aload 1 /* other */
            iload 11 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
      StackMap locals:
      StackMap stack: jdk.nashorn.internal.codegen.types.Type
        25: astore 13 /* csType */
        start local 13 // jdk.nashorn.internal.codegen.types.Type csType
        26: .line 552
            aload 12 /* fnType */
            aload 13 /* csType */
            invokevirtual jdk.nashorn.internal.codegen.types.Type.isEquivalentTo:(Ljdk/nashorn/internal/codegen/types/Type;)Z
            ifne 28
        27: .line 553
            iconst_0
            ireturn
        end local 13 // jdk.nashorn.internal.codegen.types.Type csType
        end local 12 // jdk.nashorn.internal.codegen.types.Type fnType
        28: .line 549
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 11 /* i */
            iload 10 /* minParams */
            if_icmplt 22
        end local 11 // int i
        30: .line 558
            iload 10 /* minParams */
            istore 11 /* i */
        start local 11 // int i
        31: goto 35
        32: .line 559
      StackMap locals:
      StackMap stack:
            aload 3 /* type */
            iload 11 /* i */
            iload 8 /* thisThisIndex */
            iadd
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.codegen.types.Type.typeFor:(Ljava/lang/Class;)Ljdk/nashorn/internal/codegen/types/Type;
            getstatic jdk.nashorn.internal.codegen.types.Type.OBJECT:Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.isEquivalentTo:(Ljdk/nashorn/internal/codegen/types/Type;)Z
            ifne 34
        33: .line 560
            iconst_0
            ireturn
        34: .line 558
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 11 /* i */
            iload 9 /* fnParamCountNoCallee */
            if_icmplt 32
        end local 11 // int i
        36: .line 564
            iconst_1
            ireturn
        end local 10 // int minParams
        end local 9 // int fnParamCountNoCallee
        end local 8 // int thisThisIndex
        end local 7 // boolean csIsVarArg
        end local 6 // int csParamCount
        end local 5 // boolean isVarArg
        end local 4 // int fnParamCount
        end local 3 // java.lang.invoke.MethodType type
        end local 2 // boolean pickVarArg
        end local 1 // java.lang.invoke.MethodType other
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   37     0                  this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   37     1                 other  Ljava/lang/invoke/MethodType;
            0   37     2            pickVarArg  Z
            3   37     3                  type  Ljava/lang/invoke/MethodType;
            4   37     4          fnParamCount  I
            7   37     5              isVarArg  Z
           10   37     6          csParamCount  I
           13   37     7            csIsVarArg  Z
           18   37     8         thisThisIndex  I
           19   37     9  fnParamCountNoCallee  I
           20   37    10             minParams  I
           21   30    11                     i  I
           23   28    12                fnType  Ljdk/nashorn/internal/codegen/types/Type;
           26   28    13                csType  Ljdk/nashorn/internal/codegen/types/Type;
           31   36    11                     i  I
    MethodParameters:
            Name  Flags
      other       final
      pickVarArg  final

  private static int getParamCount(java.lang.invoke.MethodType);
    descriptor: (Ljava/lang/invoke/MethodType;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.invoke.MethodType type
         0: .line 568
            aload 0 /* type */
            invokevirtual java.lang.invoke.MethodType.parameterCount:()I
            istore 1 /* paramCount */
        start local 1 // int paramCount
         1: .line 569
            aload 0 /* type */
            iload 1 /* paramCount */
            iconst_1
            isub
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 2
            ldc 2147483647
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 1 /* paramCount */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int paramCount
        end local 0 // java.lang.invoke.MethodType type
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        type  Ljava/lang/invoke/MethodType;
            1    4     1  paramCount  I
    MethodParameters:
      Name  Flags
      type  final

  private boolean canBeDeoptimized();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 573
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private java.lang.invoke.MethodHandle createComposableInvoker(boolean);
    descriptor: (Z)Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // boolean isConstructor
         0: .line 577
            aload 0 /* this */
            iload 1 /* isConstructor */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getInvokerOrConstructor:(Z)Ljava/lang/invoke/MethodHandle;
            astore 2 /* handle */
        start local 2 // java.lang.invoke.MethodHandle handle
         1: .line 581
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.canBeDeoptimized:()Z
            ifne 3
         2: .line 582
            aload 2 /* handle */
            areturn
         3: .line 587
      StackMap locals: java.lang.invoke.MethodHandle
      StackMap stack:
            new java.lang.invoke.MutableCallSite
            dup
            aload 2 /* handle */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokespecial java.lang.invoke.MutableCallSite.<init>:(Ljava/lang/invoke/MethodType;)V
            astore 3 /* cs */
        start local 3 // java.lang.invoke.CallSite cs
         4: .line 588
            aload 3 /* cs */
            aload 0 /* this */
            iload 1 /* isConstructor */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.relinkComposableInvoker:(Ljava/lang/invoke/CallSite;Ljdk/nashorn/internal/runtime/CompiledFunction;Z)V
         5: .line 589
            aload 3 /* cs */
            invokevirtual java.lang.invoke.CallSite.dynamicInvoker:()Ljava/lang/invoke/MethodHandle;
            areturn
        end local 3 // java.lang.invoke.CallSite cs
        end local 2 // java.lang.invoke.MethodHandle handle
        end local 1 // boolean isConstructor
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    6     1  isConstructor  Z
            1    6     2         handle  Ljava/lang/invoke/MethodHandle;
            4    6     3             cs  Ljava/lang/invoke/CallSite;
    MethodParameters:
               Name  Flags
      isConstructor  final

  private synchronized jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions getValidOptimisticInvocation(java.util.function.Supplier<java.lang.invoke.MethodHandle>);
    descriptor: (Ljava/util/function/Supplier;)Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.util.function.Supplier invocationSupplier
         0: .line 623
      StackMap locals:
      StackMap stack:
            aload 1 /* invocationSupplier */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.invoke.MethodHandle
            astore 2 /* handle */
        start local 2 // java.lang.invoke.MethodHandle handle
         1: .line 624
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.canBeDeoptimized:()Z
            ifeq 2
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.optimisticAssumptions:Ljava/lang/invoke/SwitchPoint;
            goto 3
      StackMap locals: java.lang.invoke.MethodHandle
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.invoke.SwitchPoint
         3: astore 3 /* assumptions */
        start local 3 // java.lang.invoke.SwitchPoint assumptions
         4: .line 625
            aload 3 /* assumptions */
            ifnull 9
            aload 3 /* assumptions */
            invokevirtual java.lang.invoke.SwitchPoint.hasBeenInvalidated:()Z
            ifeq 9
         5: .line 635
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         6: .line 636
            goto 0
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.util.function.Supplier java.lang.invoke.MethodHandle java.lang.invoke.SwitchPoint
      StackMap stack: java.lang.InterruptedException
         7: pop
         8: .line 639
            goto 0
         9: .line 640
      StackMap locals:
      StackMap stack:
            new jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions
            dup
            aload 2 /* handle */
            aload 3 /* assumptions */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/SwitchPoint;)V
            areturn
        end local 3 // java.lang.invoke.SwitchPoint assumptions
        end local 2 // java.lang.invoke.MethodHandle handle
        end local 1 // java.util.function.Supplier invocationSupplier
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   10     1  invocationSupplier  Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandle;>;
            1   10     2              handle  Ljava/lang/invoke/MethodHandle;
            4   10     3         assumptions  Ljava/lang/invoke/SwitchPoint;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.InterruptedException
    Signature: (Ljava/util/function/Supplier<Ljava/lang/invoke/MethodHandle;>;)Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
    MethodParameters:
                    Name  Flags
      invocationSupplier  final

  private static void relinkComposableInvoker(java.lang.invoke.CallSite, jdk.nashorn.internal.runtime.CompiledFunction, boolean);
    descriptor: (Ljava/lang/invoke/CallSite;Ljdk/nashorn/internal/runtime/CompiledFunction;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=3
        start local 0 // java.lang.invoke.CallSite cs
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction inv
        start local 2 // boolean constructor
         0: .line 646
            aload 1 /* inv */
            new jdk.nashorn.internal.runtime.CompiledFunction$1
            dup
            aload 1 /* inv */
            iload 2 /* constructor */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction$1.<init>:(Ljdk/nashorn/internal/runtime/CompiledFunction;Z)V
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getValidOptimisticInvocation:(Ljava/util/function/Supplier;)Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
            astore 3 /* handleAndAssumptions */
        start local 3 // jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions handleAndAssumptions
         1: .line 652
            aload 3 /* handleAndAssumptions */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions.handle:Ljava/lang/invoke/MethodHandle;
            astore 4 /* handle */
        start local 4 // java.lang.invoke.MethodHandle handle
         2: .line 653
            aload 3 /* handleAndAssumptions */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions.assumptions:Ljava/lang/invoke/SwitchPoint;
            astore 5 /* assumptions */
        start local 5 // java.lang.invoke.SwitchPoint assumptions
         3: .line 655
            aload 5 /* assumptions */
            ifnonnull 6
         4: .line 656
            aload 4 /* handle */
            astore 6 /* target */
        start local 6 // java.lang.invoke.MethodHandle target
         5: .line 657
            goto 8
        end local 6 // java.lang.invoke.MethodHandle target
         6: .line 658
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions java.lang.invoke.MethodHandle java.lang.invoke.SwitchPoint
      StackMap stack:
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.RELINK_COMPOSABLE_INVOKER:Ljava/lang/invoke/MethodHandle;
            iconst_0
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* cs */
            aastore
            dup
            iconst_1
            aload 1 /* inv */
            aastore
            dup
            iconst_2
            iload 2 /* constructor */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokestatic java.lang.invoke.MethodHandles.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            astore 7 /* relink */
        start local 7 // java.lang.invoke.MethodHandle relink
         7: .line 659
            aload 5 /* assumptions */
            aload 4 /* handle */
            aload 0 /* cs */
            invokevirtual java.lang.invoke.CallSite.dynamicInvoker:()Ljava/lang/invoke/MethodHandle;
            aload 7 /* relink */
            invokestatic java.lang.invoke.MethodHandles.foldArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.invoke.SwitchPoint.guardWithTest:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            astore 6 /* target */
        end local 7 // java.lang.invoke.MethodHandle relink
        start local 6 // java.lang.invoke.MethodHandle target
         8: .line 661
      StackMap locals: java.lang.invoke.MethodHandle
      StackMap stack:
            aload 0 /* cs */
            aload 6 /* target */
            aload 0 /* cs */
            invokevirtual java.lang.invoke.CallSite.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodHandle.asType:(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            invokevirtual java.lang.invoke.CallSite.setTarget:(Ljava/lang/invoke/MethodHandle;)V
         9: .line 662
            return
        end local 6 // java.lang.invoke.MethodHandle target
        end local 5 // java.lang.invoke.SwitchPoint assumptions
        end local 4 // java.lang.invoke.MethodHandle handle
        end local 3 // jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions handleAndAssumptions
        end local 2 // boolean constructor
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction inv
        end local 0 // java.lang.invoke.CallSite cs
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   10     0                    cs  Ljava/lang/invoke/CallSite;
            0   10     1                   inv  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   10     2           constructor  Z
            1   10     3  handleAndAssumptions  Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
            2   10     4                handle  Ljava/lang/invoke/MethodHandle;
            3   10     5           assumptions  Ljava/lang/invoke/SwitchPoint;
            5    6     6                target  Ljava/lang/invoke/MethodHandle;
            8   10     6                target  Ljava/lang/invoke/MethodHandle;
            7    8     7                relink  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
             Name  Flags
      cs           final
      inv          final
      constructor  final

  private java.lang.invoke.MethodHandle getInvokerOrConstructor(boolean);
    descriptor: (Z)Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // boolean selectCtor
         0: .line 665
            iload 1 /* selectCtor */
            ifeq 1
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getConstructor:()Ljava/lang/invoke/MethodHandle;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createInvokerForPessimisticCaller:()Ljava/lang/invoke/MethodHandle;
      StackMap locals:
      StackMap stack: java.lang.invoke.MethodHandle
         2: areturn
        end local 1 // boolean selectCtor
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    3     1  selectCtor  Z
    MethodParameters:
            Name  Flags
      selectCtor  final

  jdk.dynalink.linker.GuardedInvocation createFunctionInvocation(java.lang.Class<?>, int);
    descriptor: (Ljava/lang/Class;I)Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.Class callSiteReturnType
        start local 2 // int callerProgramPoint
         0: .line 677
            aload 0 /* this */
            new jdk.nashorn.internal.runtime.CompiledFunction$2
            dup
            aload 0 /* this */
            aload 1 /* callSiteReturnType */
            iload 2 /* callerProgramPoint */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction$2.<init>:(Ljdk/nashorn/internal/runtime/CompiledFunction;Ljava/lang/Class;I)V
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getValidOptimisticInvocation:(Ljava/util/function/Supplier;)Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
         1: .line 682
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions.createInvocation:()Ljdk/dynalink/linker/GuardedInvocation;
         2: .line 677
            areturn
        end local 2 // int callerProgramPoint
        end local 1 // java.lang.Class callSiteReturnType
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    3     1  callSiteReturnType  Ljava/lang/Class<*>;
            0    3     2  callerProgramPoint  I
    Signature: (Ljava/lang/Class<*>;I)Ljdk/dynalink/linker/GuardedInvocation;
    MethodParameters:
                    Name  Flags
      callSiteReturnType  final
      callerProgramPoint  final

  jdk.dynalink.linker.GuardedInvocation createConstructorInvocation();
    descriptor: ()Ljdk/dynalink/linker/GuardedInvocation;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 694
            aload 0 /* this */
            new jdk.nashorn.internal.runtime.CompiledFunction$3
            dup
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.runtime.CompiledFunction$3.<init>:(Ljdk/nashorn/internal/runtime/CompiledFunction;)V
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.getValidOptimisticInvocation:(Ljava/util/function/Supplier;)Ljdk/nashorn/internal/runtime/CompiledFunction$HandleAndAssumptions;
         1: .line 699
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions.createInvocation:()Ljdk/dynalink/linker/GuardedInvocation;
         2: .line 694
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private java.lang.invoke.MethodHandle createInvoker(java.lang.Class<?>, int);
    descriptor: (Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.Class callSiteReturnType
        start local 2 // int callerProgramPoint
         0: .line 703
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.canBeDeoptimized:()Z
            istore 3 /* isOptimistic */
        start local 3 // boolean isOptimistic
         1: .line 704
            iload 3 /* isOptimistic */
            ifeq 2
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createRewriteExceptionHandler:()Ljava/lang/invoke/MethodHandle;
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.invoke.MethodHandle
         3: astore 4 /* handleRewriteException */
        start local 4 // java.lang.invoke.MethodHandle handleRewriteException
         4: .line 706
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            astore 5 /* inv */
        start local 5 // java.lang.invoke.MethodHandle inv
         5: .line 707
            iload 2 /* callerProgramPoint */
            invokestatic jdk.nashorn.internal.runtime.UnwarrantedOptimismException.isValid:(I)Z
            ifeq 13
         6: .line 708
            aload 5 /* inv */
            aload 1 /* callSiteReturnType */
            iload 2 /* callerProgramPoint */
            invokestatic jdk.nashorn.internal.runtime.OptimisticReturnFilters.filterOptimisticReturnValue:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;
            astore 5 /* inv */
         7: .line 709
            aload 5 /* inv */
            aload 1 /* callSiteReturnType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.changeReturnType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            astore 5 /* inv */
         8: .line 710
            aload 1 /* callSiteReturnType */
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifeq 15
            aload 4 /* handleRewriteException */
            ifnull 15
         9: .line 712
            aload 4 /* handleRewriteException */
        10: .line 713
            aload 1 /* callSiteReturnType */
            iload 2 /* callerProgramPoint */
        11: .line 712
            invokestatic jdk.nashorn.internal.runtime.OptimisticReturnFilters.filterOptimisticReturnValue:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;
            astore 4 /* handleRewriteException */
        12: .line 715
            goto 15
      StackMap locals: java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle
      StackMap stack:
        13: iload 3 /* isOptimistic */
            ifeq 15
        14: .line 718
            aload 5 /* inv */
            aload 1 /* callSiteReturnType */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.changeReturnType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            astore 5 /* inv */
        15: .line 721
      StackMap locals:
      StackMap stack:
            iload 3 /* isOptimistic */
            ifeq 19
        16: .line 722
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 17
            aload 4 /* handleRewriteException */
            ifnonnull 17
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 723
      StackMap locals:
      StackMap stack:
            aload 4 /* handleRewriteException */
            aload 5 /* inv */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.changeReturnType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
            astore 6 /* typedHandleRewriteException */
        start local 6 // java.lang.invoke.MethodHandle typedHandleRewriteException
        18: .line 724
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 5 /* inv */
            ldc Ljdk/nashorn/internal/runtime/RewriteException;
            aload 6 /* typedHandleRewriteException */
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.catchException:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 6 // java.lang.invoke.MethodHandle typedHandleRewriteException
        19: .line 726
      StackMap locals:
      StackMap stack:
            aload 5 /* inv */
            areturn
        end local 5 // java.lang.invoke.MethodHandle inv
        end local 4 // java.lang.invoke.MethodHandle handleRewriteException
        end local 3 // boolean isOptimistic
        end local 2 // int callerProgramPoint
        end local 1 // java.lang.Class callSiteReturnType
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   20     0                         this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   20     1           callSiteReturnType  Ljava/lang/Class<*>;
            0   20     2           callerProgramPoint  I
            1   20     3                 isOptimistic  Z
            4   20     4       handleRewriteException  Ljava/lang/invoke/MethodHandle;
            5   20     5                          inv  Ljava/lang/invoke/MethodHandle;
           18   19     6  typedHandleRewriteException  Ljava/lang/invoke/MethodHandle;
    Signature: (Ljava/lang/Class<*>;I)Ljava/lang/invoke/MethodHandle;
    MethodParameters:
                    Name  Flags
      callSiteReturnType  final
      callerProgramPoint  final

  private java.lang.invoke.MethodHandle createRewriteExceptionHandler();
    descriptor: ()Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
         0: .line 730
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.RESTOF_INVOKER:Ljava/lang/invoke/MethodHandle;
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.HANDLE_REWRITE_EXCEPTION:Ljava/lang/invoke/MethodHandle;
            iconst_0
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            aastore
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.foldArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/CompiledFunction;

  private static java.lang.invoke.MethodHandle changeReturnType(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=4, locals=2, args_size=2
        start local 0 // java.lang.invoke.MethodHandle mh
        start local 1 // java.lang.Class newReturnType
         0: .line 734
            invokestatic jdk.nashorn.internal.runtime.linker.Bootstrap.getLinkerServices:()Ljdk/dynalink/linker/LinkerServices;
            aload 0 /* mh */
            aload 0 /* mh */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            aload 1 /* newReturnType */
            invokevirtual java.lang.invoke.MethodType.changeReturnType:(Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
            invokeinterface jdk.dynalink.linker.LinkerServices.asType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 1 // java.lang.Class newReturnType
        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  newReturnType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/invoke/MethodHandle;Ljava/lang/Class<*>;)Ljava/lang/invoke/MethodHandle;
    MethodParameters:
               Name  Flags
      mh             final
      newReturnType  final

  private static java.lang.invoke.MethodHandle handleRewriteException(jdk.nashorn.internal.runtime.CompiledFunction, jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo, jdk.nashorn.internal.runtime.RewriteException);
    descriptor: (Ljdk/nashorn/internal/runtime/CompiledFunction;Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/runtime/RewriteException;)Ljava/lang/invoke/MethodHandle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction function
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo oldOptimismInfo
        start local 2 // jdk.nashorn.internal.runtime.RewriteException re
         0: .line 739
            aload 0 /* function */
            aload 1 /* oldOptimismInfo */
            aload 2 /* re */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.handleRewriteException:(Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/runtime/RewriteException;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 2 // jdk.nashorn.internal.runtime.RewriteException re
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo oldOptimismInfo
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction function
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0         function  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    1     1  oldOptimismInfo  Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            0    1     2               re  Ljdk/nashorn/internal/runtime/RewriteException;
    MethodParameters:
                 Name  Flags
      function         final
      oldOptimismInfo  final
      re               final

  private static java.util.List<java.lang.String> toStringInvalidations(java.util.Map<java.lang.Integer, jdk.nashorn.internal.codegen.types.Type>);
    descriptor: (Ljava/util/Map;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // java.util.Map ipp
         0: .line 749
            aload 0 /* ipp */
            ifnonnull 2
         1: .line 750
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 753
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* list */
        start local 1 // java.util.List list
         3: .line 755
            aload 0 /* ipp */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         4: goto 25
         5: .line 756
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         6: .line 757
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.codegen.types.Type
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getBytecodeStackType:()C
            istore 4 /* bct */
        start local 4 // char bct
         7: .line 760
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.codegen.types.Type
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getBytecodeStackType:()C
            tableswitch { // 65 - 74
                   65: 8
                   66: 16
                   67: 16
                   68: 14
                   69: 16
                   70: 16
                   71: 16
                   72: 16
                   73: 10
                   74: 12
              default: 16
          }
         8: .line 762
      StackMap locals: java.util.Map$Entry int
      StackMap stack:
            ldc "object"
            astore 5 /* type */
        start local 5 // java.lang.String type
         9: .line 763
            goto 17
        end local 5 // java.lang.String type
        10: .line 765
      StackMap locals:
      StackMap stack:
            ldc "int"
            astore 5 /* type */
        start local 5 // java.lang.String type
        11: .line 766
            goto 17
        end local 5 // java.lang.String type
        12: .line 768
      StackMap locals:
      StackMap stack:
            ldc "long"
            astore 5 /* type */
        start local 5 // java.lang.String type
        13: .line 769
            goto 17
        end local 5 // java.lang.String type
        14: .line 771
      StackMap locals:
      StackMap stack:
            ldc "double"
            astore 5 /* type */
        start local 5 // java.lang.String type
        15: .line 772
            goto 17
        end local 5 // java.lang.String type
        16: .line 774
      StackMap locals:
      StackMap stack:
            iload 4 /* bct */
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            astore 5 /* type */
        start local 5 // java.lang.String type
        17: .line 778
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 6 /* sb */
        start local 6 // java.lang.StringBuilder sb
        18: .line 779
            aload 6 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
        19: .line 780
            ldc "program point: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 781
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        21: .line 782
            ldc " -> "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 783
            aload 5 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 784
            bipush 93
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        24: .line 786
            aload 1 /* list */
            aload 6 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // java.lang.StringBuilder sb
        end local 5 // java.lang.String type
        end local 4 // char bct
        end local 3 // java.util.Map$Entry entry
        25: .line 755
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 2 // java.util.Iterator iter
        26: .line 789
            aload 1 /* list */
            areturn
        end local 1 // java.util.List list
        end local 0 // java.util.Map ipp
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   27     0    ipp  Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;
            3   27     1   list  Ljava/util/List<Ljava/lang/String;>;
            4   26     2   iter  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;>;
            6   25     3  entry  Ljava/util/Map$Entry<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;
            7   25     4    bct  C
            9   10     5   type  Ljava/lang/String;
           11   12     5   type  Ljava/lang/String;
           13   14     5   type  Ljava/lang/String;
           15   16     5   type  Ljava/lang/String;
           17   25     5   type  Ljava/lang/String;
           18   25     6     sb  Ljava/lang/StringBuilder;
    Signature: (Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      ipp   final

  private void logRecompile(java.lang.String, jdk.nashorn.internal.ir.FunctionNode, java.lang.invoke.MethodType, java.util.Map<java.lang.Integer, jdk.nashorn.internal.codegen.types.Type>);
    descriptor: (Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // java.lang.String reason
        start local 2 // jdk.nashorn.internal.ir.FunctionNode fn
        start local 3 // java.lang.invoke.MethodType type
        start local 4 // java.util.Map ipp
         0: .line 793
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.isEnabled:()Z
            ifeq 8
         1: .line 794
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* reason */
            aastore
            dup
            iconst_1
            aload 2 /* fn */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getName:()Ljava/lang/String;
            invokestatic jdk.nashorn.internal.runtime.logging.DebugLogger.quote:(Ljava/lang/String;)Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc " signature: "
            aastore
            dup
            iconst_3
            aload 3 /* type */
            aastore
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:([Ljava/lang/Object;)V
         2: .line 795
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.indent:()V
         3: .line 796
            aload 4 /* ipp */
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.toStringInvalidations:(Ljava/util/Map;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 6
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.String jdk.nashorn.internal.ir.FunctionNode java.lang.invoke.MethodType java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* str */
        start local 5 // java.lang.String str
         5: .line 797
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            aload 5 /* str */
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.fine:(Ljava/lang/String;)V
        end local 5 // java.lang.String str
         6: .line 796
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 799
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.unindent:()V
         8: .line 801
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction java.lang.String jdk.nashorn.internal.ir.FunctionNode java.lang.invoke.MethodType java.util.Map
      StackMap stack:
            return
        end local 4 // java.util.Map ipp
        end local 3 // java.lang.invoke.MethodType type
        end local 2 // jdk.nashorn.internal.ir.FunctionNode fn
        end local 1 // java.lang.String reason
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0    9     1  reason  Ljava/lang/String;
            0    9     2      fn  Ljdk/nashorn/internal/ir/FunctionNode;
            0    9     3    type  Ljava/lang/invoke/MethodType;
            0    9     4     ipp  Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;
            5    6     5     str  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljava/util/Map<Ljava/lang/Integer;Ljdk/nashorn/internal/codegen/types/Type;>;)V
    MethodParameters:
        Name  Flags
      reason  final
      fn      final
      type    final
      ipp     final

  private synchronized java.lang.invoke.MethodHandle handleRewriteException(jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo, jdk.nashorn.internal.runtime.RewriteException);
    descriptor: (Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/runtime/RewriteException;)Ljava/lang/invoke/MethodHandle;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=17, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo oldOptInfo
        start local 2 // jdk.nashorn.internal.runtime.RewriteException re
         0: .line 814
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.isEnabled:()Z
            ifeq 11
         1: .line 815
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
         2: .line 816
            new jdk.nashorn.internal.runtime.events.RecompilationEvent
            dup
         3: .line 817
            getstatic java.util.logging.Level.INFO:Ljava/util/logging/Level;
         4: .line 818
            aload 2 /* re */
         5: .line 819
            aload 2 /* re */
            invokevirtual jdk.nashorn.internal.runtime.RewriteException.getReturnValueNonDestructive:()Ljava/lang/Object;
         6: .line 816
            invokespecial jdk.nashorn.internal.runtime.events.RecompilationEvent.<init>:(Ljava/util/logging/Level;Ljdk/nashorn/internal/runtime/RewriteException;Ljava/lang/Object;)V
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         7: .line 820
            ldc "caught RewriteException "
            aastore
            dup
            iconst_1
         8: .line 821
            aload 2 /* re */
            invokevirtual jdk.nashorn.internal.runtime.RewriteException.getMessageShort:()Ljava/lang/String;
            aastore
         9: .line 815
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:(Ljdk/nashorn/internal/runtime/events/RuntimeEvent;[Ljava/lang/Object;)V
        10: .line 822
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.indent:()V
        11: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.type:()Ljava/lang/invoke/MethodType;
            astore 3 /* type */
        start local 3 // java.lang.invoke.MethodType type
        12: .line 829
            aload 3 /* type */
            iconst_0
            invokevirtual java.lang.invoke.MethodType.parameterType:(I)Ljava/lang/Class;
            ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
            if_acmpne 14
        13: .line 830
            aload 3 /* type */
            goto 15
        14: .line 831
      StackMap locals: java.lang.invoke.MethodType
      StackMap stack:
            aload 3 /* type */
            iconst_0
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljdk/nashorn/internal/runtime/ScriptFunction;
            aastore
            invokevirtual java.lang.invoke.MethodType.insertParameterTypes:(I[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
        15: .line 829
      StackMap locals:
      StackMap stack: java.lang.invoke.MethodType
            astore 4 /* ct */
        start local 4 // java.lang.invoke.MethodType ct
        16: .line 832
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            astore 5 /* currentOptInfo */
        start local 5 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo currentOptInfo
        17: .line 833
            aload 5 /* currentOptInfo */
            ifnull 18
            aload 5 /* currentOptInfo */
            aload 2 /* re */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.requestRecompile:(Ljdk/nashorn/internal/runtime/RewriteException;)Z
            ifeq 18
            iconst_1
            goto 19
      StackMap locals: java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo
      StackMap stack:
        18: iconst_0
      StackMap locals:
      StackMap stack: int
        19: istore 6 /* shouldRecompile */
        start local 6 // boolean shouldRecompile
        20: .line 837
            aload 5 /* currentOptInfo */
            ifnull 21
            aload 5 /* currentOptInfo */
            goto 22
      StackMap locals: int
      StackMap stack:
        21: aload 1 /* oldOptInfo */
      StackMap locals:
      StackMap stack: jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo
        22: astore 7 /* effectiveOptInfo */
        start local 7 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo effectiveOptInfo
        23: .line 838
            aload 7 /* effectiveOptInfo */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.reparse:()Ljdk/nashorn/internal/ir/FunctionNode;
            astore 8 /* fn */
        start local 8 // jdk.nashorn.internal.ir.FunctionNode fn
        24: .line 839
            aload 8 /* fn */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.isCached:()Z
            istore 9 /* cached */
        start local 9 // boolean cached
        25: .line 840
            aload 7 /* effectiveOptInfo */
            aload 8 /* fn */
            aload 4 /* ct */
            aload 2 /* re */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.getCompiler:(Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljdk/nashorn/internal/runtime/RewriteException;)Ljdk/nashorn/internal/codegen/Compiler;
            astore 10 /* compiler */
        start local 10 // jdk.nashorn.internal.codegen.Compiler compiler
        26: .line 842
            iload 6 /* shouldRecompile */
            ifne 33
        27: .line 846
            aload 0 /* this */
            ldc "Rest-of compilation [STANDALONE] "
            aload 8 /* fn */
            aload 4 /* ct */
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.invalidatedProgramPoints:Ljava/util/Map;
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.logRecompile:(Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljava/util/Map;)V
        28: .line 847
            aload 0 /* this */
            aload 7 /* effectiveOptInfo */
            aload 10 /* compiler */
            aload 8 /* fn */
            iload 9 /* cached */
            ifeq 29
            getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.COMPILE_CACHED_RESTOF:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            goto 30
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode
        29: getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.COMPILE_ALL_RESTOF:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode jdk.nashorn.internal.codegen.Compiler$CompilationPhases
        30: invokevirtual jdk.nashorn.internal.codegen.Compiler.compile:(Ljdk/nashorn/internal/ir/FunctionNode;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/ir/FunctionNode;
            aload 5 /* currentOptInfo */
            ifnull 31
            iconst_1
            goto 32
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode
        31: iconst_0
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int
        32: invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.restOfHandle:(Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/ir/FunctionNode;Z)Ljava/lang/invoke/MethodHandle;
            areturn
        33: .line 850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "Deoptimizing recompilation (up to bytecode) "
            aload 8 /* fn */
            aload 4 /* ct */
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.invalidatedProgramPoints:Ljava/util/Map;
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.logRecompile:(Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljava/util/Map;)V
        34: .line 851
            aload 10 /* compiler */
            aload 8 /* fn */
            iload 9 /* cached */
            ifeq 35
            getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.RECOMPILE_CACHED_UPTO_BYTECODE:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            goto 36
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode
        35: getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.COMPILE_UPTO_BYTECODE:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler
      StackMap stack: jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode jdk.nashorn.internal.codegen.Compiler$CompilationPhases
        36: invokevirtual jdk.nashorn.internal.codegen.Compiler.compile:(Ljdk/nashorn/internal/ir/FunctionNode;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/ir/FunctionNode;
            astore 8 /* fn */
        37: .line 852
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            ldc "Reusable IR generated"
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.fine:(Ljava/lang/String;)V
        38: .line 855
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            ldc "Generating and installing bytecode from reusable IR..."
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:(Ljava/lang/String;)V
        39: .line 856
            aload 0 /* this */
            ldc "Rest-of compilation [CODE PIPELINE REUSE] "
            aload 8 /* fn */
            aload 4 /* ct */
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.invalidatedProgramPoints:Ljava/util/Map;
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.logRecompile:(Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/invoke/MethodType;Ljava/util/Map;)V
        40: .line 857
            aload 10 /* compiler */
            aload 8 /* fn */
            getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.GENERATE_BYTECODE_AND_INSTALL:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            invokevirtual jdk.nashorn.internal.codegen.Compiler.compile:(Ljdk/nashorn/internal/ir/FunctionNode;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/ir/FunctionNode;
            astore 11 /* normalFn */
        start local 11 // jdk.nashorn.internal.ir.FunctionNode normalFn
        41: .line 859
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.data:Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.usePersistentCodeCache:()Z
            ifeq 50
        42: .line 860
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.data:Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
            astore 12 /* data */
        start local 12 // jdk.nashorn.internal.runtime.RecompilableScriptFunctionData data
        43: .line 861
            aload 12 /* data */
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.getFunctionNodeId:()I
            istore 13 /* functionNodeId */
        start local 13 // int functionNodeId
        44: .line 862
            aload 12 /* data */
            aload 4 /* ct */
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.typeMap:(Ljava/lang/invoke/MethodType;)Ljdk/nashorn/internal/codegen/TypeMap;
            astore 14 /* typeMap */
        start local 14 // jdk.nashorn.internal.codegen.TypeMap typeMap
        45: .line 863
            aload 14 /* typeMap */
            ifnonnull 46
            aconst_null
            goto 47
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode jdk.nashorn.internal.runtime.RecompilableScriptFunctionData int jdk.nashorn.internal.codegen.TypeMap
      StackMap stack:
        46: aload 14 /* typeMap */
            iload 13 /* functionNodeId */
            invokevirtual jdk.nashorn.internal.codegen.TypeMap.getParameterTypes:(I)[Ljdk/nashorn/internal/codegen/types/Type;
      StackMap locals:
      StackMap stack: jdk.nashorn.internal.codegen.types.Type[]
        47: astore 15 /* paramTypes */
        start local 15 // jdk.nashorn.internal.codegen.types.Type[] paramTypes
        48: .line 864
            iload 13 /* functionNodeId */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 15 /* paramTypes */
            invokestatic jdk.nashorn.internal.runtime.CodeStore.getCacheKey:(Ljava/lang/Object;[Ljdk/nashorn/internal/codegen/types/Type;)Ljava/lang/String;
            astore 16 /* cacheKey */
        start local 16 // java.lang.String cacheKey
        49: .line 865
            aload 10 /* compiler */
            aload 16 /* cacheKey */
            aload 11 /* normalFn */
            invokevirtual jdk.nashorn.internal.codegen.Compiler.persistClassInfo:(Ljava/lang/String;Ljdk/nashorn/internal/ir/FunctionNode;)V
        end local 16 // java.lang.String cacheKey
        end local 15 // jdk.nashorn.internal.codegen.types.Type[] paramTypes
        end local 14 // jdk.nashorn.internal.codegen.TypeMap typeMap
        end local 13 // int functionNodeId
        end local 12 // jdk.nashorn.internal.runtime.RecompilableScriptFunctionData data
        50: .line 868
      StackMap locals:
      StackMap stack:
            aload 11 /* normalFn */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.canBeDeoptimized:()Z
            istore 12 /* canBeDeoptimized */
        start local 12 // boolean canBeDeoptimized
        51: .line 870
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.isEnabled:()Z
            ifeq 58
        52: .line 871
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.unindent:()V
        53: .line 872
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            ldc "Done."
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:(Ljava/lang/String;)V
        54: .line 874
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Recompiled '"
            aastore
            dup
            iconst_1
            aload 8 /* fn */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc "' ("
            aastore
            dup
            iconst_3
            aload 0 /* this */
            invokestatic jdk.nashorn.internal.runtime.Debug.id:(Ljava/lang/Object;)Ljava/lang/String;
            aastore
            dup
            iconst_4
            ldc ") "
            aastore
            dup
            iconst_5
            iload 12 /* canBeDeoptimized */
            ifeq 55
            ldc "can still be deoptimized."
            goto 56
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode int
      StackMap stack: jdk.nashorn.internal.runtime.logging.DebugLogger java.lang.Object[] java.lang.Object[] int
        55: ldc " is completely deoptimized."
      StackMap locals: jdk.nashorn.internal.runtime.CompiledFunction jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.runtime.RewriteException java.lang.invoke.MethodType java.lang.invoke.MethodType jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo int jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo jdk.nashorn.internal.ir.FunctionNode int jdk.nashorn.internal.codegen.Compiler jdk.nashorn.internal.ir.FunctionNode int
      StackMap stack: jdk.nashorn.internal.runtime.logging.DebugLogger java.lang.Object[] java.lang.Object[] int java.lang.String
        56: aastore
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:([Ljava/lang/Object;)V
        57: .line 875
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            ldc "Looking up invoker..."
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.finest:(Ljava/lang/String;)V
        58: .line 878
      StackMap locals:
      StackMap stack:
            aload 7 /* effectiveOptInfo */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.data:Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
            aload 8 /* fn */
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.lookup:(Ljdk/nashorn/internal/ir/FunctionNode;)Ljava/lang/invoke/MethodHandle;
            astore 13 /* newInvoker */
        start local 13 // java.lang.invoke.MethodHandle newInvoker
        59: .line 879
            aload 0 /* this */
            aload 13 /* newInvoker */
            aload 3 /* type */
            aload 13 /* newInvoker */
            invokevirtual java.lang.invoke.MethodHandle.type:()Ljava/lang/invoke/MethodType;
            invokevirtual java.lang.invoke.MethodType.returnType:()Ljava/lang/Class;
            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;
            putfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
        60: .line 880
            aload 0 /* this */
            aconst_null
            putfield jdk.nashorn.internal.runtime.CompiledFunction.constructor:Ljava/lang/invoke/MethodHandle;
        61: .line 882
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.log:Ljdk/nashorn/internal/runtime/logging/DebugLogger;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Done: "
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.CompiledFunction.invoker:Ljava/lang/invoke/MethodHandle;
            aastore
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.info:([Ljava/lang/Object;)V
        62: .line 883
            aload 0 /* this */
            aload 7 /* effectiveOptInfo */
            aload 10 /* compiler */
            aload 8 /* fn */
            getstatic jdk.nashorn.internal.codegen.Compiler$CompilationPhases.GENERATE_BYTECODE_AND_INSTALL_RESTOF:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            invokevirtual jdk.nashorn.internal.codegen.Compiler.compile:(Ljdk/nashorn/internal/ir/FunctionNode;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/ir/FunctionNode;
            iload 12 /* canBeDeoptimized */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.restOfHandle:(Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/ir/FunctionNode;Z)Ljava/lang/invoke/MethodHandle;
            astore 14 /* restOf */
        start local 14 // java.lang.invoke.MethodHandle restOf
        63: .line 886
            iload 12 /* canBeDeoptimized */
            ifeq 66
        64: .line 887
            aload 7 /* effectiveOptInfo */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.newOptimisticAssumptions:()V
        65: .line 888
            goto 67
        66: .line 889
      StackMap locals: java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.nashorn.internal.runtime.CompiledFunction.optimismInfo:Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
        67: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
        68: .line 893
            aload 14 /* restOf */
            areturn
        end local 14 // java.lang.invoke.MethodHandle restOf
        end local 13 // java.lang.invoke.MethodHandle newInvoker
        end local 12 // boolean canBeDeoptimized
        end local 11 // jdk.nashorn.internal.ir.FunctionNode normalFn
        end local 10 // jdk.nashorn.internal.codegen.Compiler compiler
        end local 9 // boolean cached
        end local 8 // jdk.nashorn.internal.ir.FunctionNode fn
        end local 7 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo effectiveOptInfo
        end local 6 // boolean shouldRecompile
        end local 5 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo currentOptInfo
        end local 4 // java.lang.invoke.MethodType ct
        end local 3 // java.lang.invoke.MethodType type
        end local 2 // jdk.nashorn.internal.runtime.RewriteException re
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo oldOptInfo
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   69     0              this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   69     1        oldOptInfo  Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            0   69     2                re  Ljdk/nashorn/internal/runtime/RewriteException;
           12   69     3              type  Ljava/lang/invoke/MethodType;
           16   69     4                ct  Ljava/lang/invoke/MethodType;
           17   69     5    currentOptInfo  Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
           20   69     6   shouldRecompile  Z
           23   69     7  effectiveOptInfo  Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
           24   69     8                fn  Ljdk/nashorn/internal/ir/FunctionNode;
           25   69     9            cached  Z
           26   69    10          compiler  Ljdk/nashorn/internal/codegen/Compiler;
           41   69    11          normalFn  Ljdk/nashorn/internal/ir/FunctionNode;
           43   50    12              data  Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
           44   50    13    functionNodeId  I
           45   50    14           typeMap  Ljdk/nashorn/internal/codegen/TypeMap;
           48   50    15        paramTypes  [Ljdk/nashorn/internal/codegen/types/Type;
           49   50    16          cacheKey  Ljava/lang/String;
           51   69    12  canBeDeoptimized  Z
           59   69    13        newInvoker  Ljava/lang/invoke/MethodHandle;
           63   69    14            restOf  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
            Name  Flags
      oldOptInfo  final
      re          final

  private java.lang.invoke.MethodHandle restOfHandle(jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo, jdk.nashorn.internal.ir.FunctionNode, boolean);
    descriptor: (Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;Ljdk/nashorn/internal/ir/FunctionNode;Z)Ljava/lang/invoke/MethodHandle;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=4
        start local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
        start local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo info
        start local 2 // jdk.nashorn.internal.ir.FunctionNode restOfFunction
        start local 3 // boolean canBeDeoptimized
         0: .line 897
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 1
            aload 1 /* info */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 898
      StackMap locals:
      StackMap stack:
            getstatic jdk.nashorn.internal.runtime.CompiledFunction.$assertionsDisabled:Z
            ifne 2
            aload 2 /* restOfFunction */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getCompileUnit:()Ljdk/nashorn/internal/codegen/CompileUnit;
            invokevirtual jdk.nashorn.internal.codegen.CompileUnit.getUnitClassName:()Ljava/lang/String;
            ldc "restOf"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 901
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getfield jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo.data:Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
         3: .line 902
            aload 2 /* restOfFunction */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getCompileUnit:()Ljdk/nashorn/internal/codegen/CompileUnit;
            invokevirtual jdk.nashorn.internal.codegen.CompileUnit.getCode:()Ljava/lang/Class;
         4: .line 903
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 2 /* restOfFunction */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getReturnType:()Ljdk/nashorn/internal/codegen/types/Type;
            invokevirtual jdk.nashorn.internal.codegen.types.Type.getTypeClass:()Ljava/lang/Class;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
         5: .line 904
            ldc Ljdk/nashorn/internal/runtime/RewriteException;
            aastore
         6: .line 903
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.type:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;
         7: .line 901
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.lookupCodeMethod:(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;
         8: .line 905
            ldc Ljava/lang/Object;
         9: .line 900
            invokestatic jdk.nashorn.internal.runtime.CompiledFunction.changeReturnType:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;
        10: .line 899
            astore 4 /* restOf */
        start local 4 // java.lang.invoke.MethodHandle restOf
        11: .line 907
            iload 3 /* canBeDeoptimized */
            ifne 13
        12: .line 908
            aload 4 /* restOf */
            areturn
        13: .line 912
      StackMap locals: java.lang.invoke.MethodHandle
      StackMap stack:
            getstatic jdk.nashorn.internal.lookup.Lookup.MH:Ljdk/nashorn/internal/lookup/MethodHandleFunctionality;
            aload 4 /* restOf */
            ldc Ljdk/nashorn/internal/runtime/RewriteException;
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.CompiledFunction.createRewriteExceptionHandler:()Ljava/lang/invoke/MethodHandle;
            invokeinterface jdk.nashorn.internal.lookup.MethodHandleFunctionality.catchException:(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
            areturn
        end local 4 // java.lang.invoke.MethodHandle restOf
        end local 3 // boolean canBeDeoptimized
        end local 2 // jdk.nashorn.internal.ir.FunctionNode restOfFunction
        end local 1 // jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo info
        end local 0 // jdk.nashorn.internal.runtime.CompiledFunction this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Ljdk/nashorn/internal/runtime/CompiledFunction;
            0   14     1              info  Ljdk/nashorn/internal/runtime/CompiledFunction$OptimismInfo;
            0   14     2    restOfFunction  Ljdk/nashorn/internal/ir/FunctionNode;
            0   14     3  canBeDeoptimized  Z
           11   14     4            restOf  Ljava/lang/invoke/MethodHandle;
    MethodParameters:
                  Name  Flags
      info              final
      restOfFunction    final
      canBeDeoptimized  final

  private static java.lang.Object newFilter(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.Object result
        start local 1 // java.lang.Object allocation
         0: .line 979
            aload 0 /* result */
            instanceof jdk.nashorn.internal.runtime.ScriptObject
            ifne 1
            aload 0 /* result */
            invokestatic jdk.nashorn.internal.runtime.JSType.isPrimitive:(Ljava/lang/Object;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* result */
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* allocation */
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 1 // java.lang.Object allocation
        end local 0 // java.lang.Object result
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0      result  Ljava/lang/Object;
            0    4     1  allocation  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      result      final
      allocation  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 983
            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/CompiledFunction;
            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: "CompiledFunction.java"
NestMembers:
  jdk.nashorn.internal.runtime.CompiledFunction$1  jdk.nashorn.internal.runtime.CompiledFunction$2  jdk.nashorn.internal.runtime.CompiledFunction$3  jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions  jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler
  public abstract LinkLogic = jdk.nashorn.internal.objects.annotations.SpecializedFunction$LinkLogic of jdk.nashorn.internal.objects.annotations.SpecializedFunction
  jdk.nashorn.internal.runtime.CompiledFunction$1
  jdk.nashorn.internal.runtime.CompiledFunction$2
  jdk.nashorn.internal.runtime.CompiledFunction$3
  private HandleAndAssumptions = jdk.nashorn.internal.runtime.CompiledFunction$HandleAndAssumptions of jdk.nashorn.internal.runtime.CompiledFunction
  private OptimismInfo = jdk.nashorn.internal.runtime.CompiledFunction$OptimismInfo of jdk.nashorn.internal.runtime.CompiledFunction