class org.graalvm.compiler.debug.Debug$6 implements org.graalvm.compiler.debug.DebugConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.Debug$6
  super_class: java.lang.Object
{
  private final int val$logLevel;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

  private final int val$dumpLevel;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

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

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

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

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

  private final java.io.PrintStream val$output;
    descriptor: Ljava/io/PrintStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(int, boolean, boolean, int, boolean, boolean, boolean, java.util.Collection, java.util.Collection, java.io.PrintStream);
    descriptor: (IZZIZZZLjava/util/Collection;Ljava/util/Collection;Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=11, args_size=11
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1248
            aload 0 /* this */
            iload 1
            putfield org.graalvm.compiler.debug.Debug$6.val$logLevel:I
            aload 0 /* this */
            iload 2
            putfield org.graalvm.compiler.debug.Debug$6.val$isCountEnabled:Z
            aload 0 /* this */
            iload 3
            putfield org.graalvm.compiler.debug.Debug$6.val$isMemUseTrackingEnabled:Z
            aload 0 /* this */
            iload 4
            putfield org.graalvm.compiler.debug.Debug$6.val$dumpLevel:I
            aload 0 /* this */
            iload 5
            putfield org.graalvm.compiler.debug.Debug$6.val$isVerifyEnabled:Z
            aload 0 /* this */
            iload 6
            putfield org.graalvm.compiler.debug.Debug$6.val$isMMEnabled:Z
            aload 0 /* this */
            iload 7
            putfield org.graalvm.compiler.debug.Debug$6.val$isTimerEnabled:Z
            aload 0 /* this */
            aload 8
            putfield org.graalvm.compiler.debug.Debug$6.val$dumpHandlers:Ljava/util/Collection;
            aload 0 /* this */
            aload 9
            putfield org.graalvm.compiler.debug.Debug$6.val$verifyHandlers:Ljava/util/Collection;
            aload 0 /* this */
            aload 10
            putfield org.graalvm.compiler.debug.Debug$6.val$output:Ljava/io/PrintStream;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
    MethodParameters:
                             Name  Flags
      val$logLevel                 final
      val$isCountEnabled           final
      val$isMemUseTrackingEnabled  final
      val$dumpLevel                final
      val$isVerifyEnabled          final
      val$isMMEnabled              final
      val$isTimerEnabled           final
      val$dumpHandlers             final
      val$verifyHandlers           final
      val$output                   final

  public int getLogLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1252
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$logLevel:I
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isLogEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1257
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$logLevel:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isCountEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1262
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isCountEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isMemUseTrackingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1267
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isMemUseTrackingEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public int getDumpLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1272
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$dumpLevel:I
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isDumpEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1277
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$dumpLevel:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isVerifyEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1282
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isVerifyEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isVerifyEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1287
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isVerifyEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isMethodMeterEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1292
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isMMEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public boolean isTimeEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1297
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$isTimerEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public java.lang.RuntimeException interceptException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
        start local 1 // java.lang.Throwable e
         0: .line 1302
            aconst_null
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
            0    1     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public java.util.Collection<org.graalvm.compiler.debug.DebugDumpHandler> dumpHandlers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1307
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$dumpHandlers:Ljava/util/Collection;
            areturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
    Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugDumpHandler;>;

  public java.util.Collection<org.graalvm.compiler.debug.DebugVerifyHandler> verifyHandlers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1312
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$verifyHandlers:Ljava/util/Collection;
            areturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
    Signature: ()Ljava/util/Collection<Lorg/graalvm/compiler/debug/DebugVerifyHandler;>;

  public java.io.PrintStream output();
    descriptor: ()Ljava/io/PrintStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
         0: .line 1317
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.Debug$6.val$output:Ljava/io/PrintStream;
            areturn
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;

  public void addToContext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
        start local 1 // java.lang.Object o
         0: .line 1322
            return
        end local 1 // java.lang.Object o
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void removeFromContext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$6 this
        start local 1 // java.lang.Object o
         0: .line 1326
            return
        end local 1 // java.lang.Object o
        end local 0 // org.graalvm.compiler.debug.Debug$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$6;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "Debug.java"
EnclosingMethod: org.graalvm.compiler.debug.Debug.fixedConfig:(IIZZZZZLjava/util/Collection;Ljava/util/Collection;Ljava/io/PrintStream;)Lorg/graalvm/compiler/debug/DebugConfig;
NestHost: org.graalvm.compiler.debug.Debug
InnerClasses:
  org.graalvm.compiler.debug.Debug$6