class jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 extends jdk.nashorn.internal.codegen.ReplaceCompileUnits
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1
  super_class: jdk.nashorn.internal.codegen.ReplaceCompileUnits
{
  final jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase this$1;
    descriptor: Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map val$unitMap;
    descriptor: Ljava/util/Map;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Set val$unitSet;
    descriptor: Ljava/util/Set;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final jdk.nashorn.internal.codegen.Compiler val$compiler;
    descriptor: Ljdk/nashorn/internal/codegen/Compiler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final jdk.nashorn.internal.codegen.Compiler$CompilationPhases val$phases;
    descriptor: Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase, java.util.Map, java.util.Set, jdk.nashorn.internal.codegen.Compiler, jdk.nashorn.internal.codegen.Compiler$CompilationPhases);
    descriptor: (Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;Ljava/util/Map;Ljava/util/Set;Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
         0: .line 369
            aload 0 /* this */
            aload 1
            putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
            aload 0 /* this */
            aload 2
            putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
            aload 0 /* this */
            aload 3
            putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitSet:Ljava/util/Set;
            aload 0 /* this */
            aload 4
            putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
            aload 0 /* this */
            aload 5
            putfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$phases:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.codegen.ReplaceCompileUnits.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$unitMap   final
      val$unitSet   final
      val$compiler  final
      val$phases    final

  jdk.nashorn.internal.codegen.CompileUnit getReplacement(jdk.nashorn.internal.codegen.CompileUnit);
    descriptor: (Ljdk/nashorn/internal/codegen/CompileUnit;)Ljdk/nashorn/internal/codegen/CompileUnit;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
        start local 1 // jdk.nashorn.internal.codegen.CompileUnit oldUnit
         0: .line 372
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
            aload 1 /* oldUnit */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.nashorn.internal.codegen.CompileUnit
            astore 2 /* existing */
        start local 2 // jdk.nashorn.internal.codegen.CompileUnit existing
         1: .line 373
            aload 2 /* existing */
            ifnull 3
         2: .line 374
            aload 2 /* existing */
            areturn
         3: .line 376
      StackMap locals: jdk.nashorn.internal.codegen.CompileUnit
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase;
            aload 1 /* oldUnit */
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitSet:Ljava/util/Set;
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$unitMap:Ljava/util/Map;
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$phases:Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            invokevirtual jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase.createCompileUnit:(Ljdk/nashorn/internal/codegen/CompileUnit;Ljava/util/Set;Ljava/util/Map;Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;)Ljdk/nashorn/internal/codegen/CompileUnit;
            areturn
        end local 2 // jdk.nashorn.internal.codegen.CompileUnit existing
        end local 1 // jdk.nashorn.internal.codegen.CompileUnit oldUnit
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase$1;
            0    4     1   oldUnit  Ljdk/nashorn/internal/codegen/CompileUnit;
            1    4     2  existing  Ljdk/nashorn/internal/codegen/CompileUnit;
    MethodParameters:
         Name  Flags
      oldUnit  final

  public jdk.nashorn.internal.ir.Node leaveFunctionNode(jdk.nashorn.internal.ir.FunctionNode);
    descriptor: (Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
        start local 1 // jdk.nashorn.internal.ir.FunctionNode fn2
         0: .line 381
            aload 0 /* this */
         1: .line 383
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
            aload 1 /* fn2 */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getId:()I
            invokevirtual jdk.nashorn.internal.codegen.Compiler.getScriptFunctionData:(I)Ljdk/nashorn/internal/runtime/RecompilableScriptFunctionData;
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1.lc:Ljdk/nashorn/internal/ir/LexicalContext;
            aload 1 /* fn2 */
            invokevirtual jdk.nashorn.internal.runtime.RecompilableScriptFunctionData.restoreFlags:(Ljdk/nashorn/internal/ir/LexicalContext;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
         2: .line 381
            invokespecial jdk.nashorn.internal.codegen.ReplaceCompileUnits.leaveFunctionNode:(Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/Node;
            areturn
        end local 1 // jdk.nashorn.internal.ir.FunctionNode fn2
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$ReinitializeCachedPhase$1;
            0    3     1   fn2  Ljdk/nashorn/internal/ir/FunctionNode;
    MethodParameters:
      Name  Flags
      fn2   final
}
SourceFile: "CompilationPhase.java"
EnclosingMethod: jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase.transform:(Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
NestHost: jdk.nashorn.internal.codegen.CompilationPhase
InnerClasses:
  private final ReinitializeCachedPhase = jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase of jdk.nashorn.internal.codegen.CompilationPhase
  jdk.nashorn.internal.codegen.CompilationPhase$ReinitializeCachedPhase$1
  public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler