class jdk.nashorn.internal.codegen.Compiler$1 implements java.util.function.Consumer<jdk.nashorn.internal.runtime.logging.DebugLogger>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.Compiler$1
  super_class: java.lang.Object
{
  final jdk.nashorn.internal.codegen.Compiler this$0;
    descriptor: Ljdk/nashorn/internal/codegen/Compiler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$lazyCompilation;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$optimisticTypes;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.nashorn.internal.codegen.Compiler, boolean, boolean);
    descriptor: (Ljdk/nashorn/internal/codegen/Compiler;ZZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.codegen.Compiler$1 this
         0: .line 546
            aload 0 /* this */
            aload 1
            putfield jdk.nashorn.internal.codegen.Compiler$1.this$0:Ljdk/nashorn/internal/codegen/Compiler;
            aload 0 /* this */
            iload 2
            putfield jdk.nashorn.internal.codegen.Compiler$1.val$lazyCompilation:Z
            aload 0 /* this */
            iload 3
            putfield jdk.nashorn.internal.codegen.Compiler$1.val$optimisticTypes:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.codegen.Compiler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/Compiler$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$lazyCompilation  final
      val$optimisticTypes  final

  public void accept(jdk.nashorn.internal.runtime.logging.DebugLogger);
    descriptor: (Ljdk/nashorn/internal/runtime/logging/DebugLogger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.Compiler$1 this
        start local 1 // jdk.nashorn.internal.runtime.logging.DebugLogger newLogger
         0: .line 549
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.Compiler$1.val$lazyCompilation:Z
            ifne 2
         1: .line 550
            aload 1 /* newLogger */
            ldc "WARNING: Running with lazy compilation switched off. This is not a default setting."
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.warning:(Ljava/lang/String;)V
         2: .line 552
      StackMap locals:
      StackMap stack:
            aload 1 /* newLogger */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Optimistic types are "
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.Compiler$1.val$optimisticTypes:Z
            ifeq 3
            ldc "ENABLED."
            goto 4
      StackMap locals: jdk.nashorn.internal.codegen.Compiler$1 jdk.nashorn.internal.runtime.logging.DebugLogger
      StackMap stack: jdk.nashorn.internal.runtime.logging.DebugLogger java.lang.Object[] java.lang.Object[] int
         3: ldc "DISABLED."
      StackMap locals: jdk.nashorn.internal.codegen.Compiler$1 jdk.nashorn.internal.runtime.logging.DebugLogger
      StackMap stack: jdk.nashorn.internal.runtime.logging.DebugLogger java.lang.Object[] java.lang.Object[] int java.lang.String
         4: aastore
            invokevirtual jdk.nashorn.internal.runtime.logging.DebugLogger.warning:([Ljava/lang/Object;)V
         5: .line 553
            return
        end local 1 // jdk.nashorn.internal.runtime.logging.DebugLogger newLogger
        end local 0 // jdk.nashorn.internal.codegen.Compiler$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljdk/nashorn/internal/codegen/Compiler$1;
            0    6     1  newLogger  Ljdk/nashorn/internal/runtime/logging/DebugLogger;
    MethodParameters:
           Name  Flags
      newLogger  final

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast jdk.nashorn.internal.runtime.logging.DebugLogger
            invokevirtual jdk.nashorn.internal.codegen.Compiler$1.accept:(Ljdk/nashorn/internal/runtime/logging/DebugLogger;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Ljdk/nashorn/internal/runtime/logging/DebugLogger;>;
SourceFile: "Compiler.java"
EnclosingMethod: jdk.nashorn.internal.codegen.Compiler.initLogger:(Ljdk/nashorn/internal/runtime/Context;)Ljdk/nashorn/internal/runtime/logging/DebugLogger;
NestHost: jdk.nashorn.internal.codegen.Compiler
InnerClasses:
  jdk.nashorn.internal.codegen.Compiler$1