public class org.graalvm.compiler.debug.DelegatingDebugConfig implements org.graalvm.compiler.debug.DebugConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.debug.DelegatingDebugConfig
  super_class: java.lang.Object
{
  protected final org.graalvm.compiler.debug.DebugConfig delegate;
    descriptor: Lorg/graalvm/compiler/debug/DebugConfig;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final java.util.Map<org.graalvm.compiler.debug.DelegatingDebugConfig$Feature, java.lang.Boolean> featureState;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;Ljava/lang/Boolean;>;

  private final java.util.Map<org.graalvm.compiler.debug.DelegatingDebugConfig$Level, java.lang.Integer> levelState;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;Ljava/lang/Integer;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 99
            aload 0 /* this */
            invokestatic org.graalvm.compiler.debug.internal.DebugScope.getConfig:()Lorg/graalvm/compiler/debug/DebugConfig;
            invokespecial org.graalvm.compiler.debug.DelegatingDebugConfig.<init>:(Lorg/graalvm/compiler/debug/DebugConfig;)V
         1: .line 100
            return
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;

  public void <init>(org.graalvm.compiler.debug.DebugConfig);
    descriptor: (Lorg/graalvm/compiler/debug/DebugConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DebugConfig delegate
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            new java.util.EnumMap
            dup
            ldc Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            putfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
         2: .line 93
            aload 0 /* this */
            new java.util.EnumMap
            dup
            ldc Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
            invokespecial java.util.EnumMap.<init>:(Ljava/lang/Class;)V
            putfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
         3: .line 106
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
         4: .line 107
            return
        end local 1 // org.graalvm.compiler.debug.DebugConfig delegate
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    5     1  delegate  Lorg/graalvm/compiler/debug/DebugConfig;
    MethodParameters:
          Name  Flags
      delegate  

  public org.graalvm.compiler.debug.DelegatingDebugConfig enable(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
    descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
         0: .line 110
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            aload 1 /* feature */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1  feature  Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
    MethodParameters:
         Name  Flags
      feature  

  public org.graalvm.compiler.debug.DelegatingDebugConfig disable(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
    descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
         0: .line 115
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            aload 1 /* feature */
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 116
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1  feature  Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
    MethodParameters:
         Name  Flags
      feature  

  public org.graalvm.compiler.debug.DelegatingDebugConfig override(org.graalvm.compiler.debug.DelegatingDebugConfig$Level, int);
    descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;I)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Level level
        start local 2 // int newLevel
         0: .line 120
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
            aload 1 /* level */
            iload 2 /* newLevel */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 121
            aload 0 /* this */
            areturn
        end local 2 // int newLevel
        end local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Level level
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1     level  Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
            0    2     2  newLevel  I
    MethodParameters:
          Name  Flags
      level     
      newLevel  

  public org.graalvm.compiler.debug.DelegatingDebugConfig delegate(org.graalvm.compiler.debug.DelegatingDebugConfig$Feature);
    descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
         0: .line 125
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            aload 1 /* feature */
            aconst_null
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Feature feature
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1  feature  Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
    MethodParameters:
         Name  Flags
      feature  

  public org.graalvm.compiler.debug.DelegatingDebugConfig delegate(org.graalvm.compiler.debug.DelegatingDebugConfig$Level);
    descriptor: (Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;)Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Level level
         0: .line 130
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
            aload 1 /* level */
            aconst_null
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.debug.DelegatingDebugConfig$Level level
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1  level  Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
    MethodParameters:
       Name  Flags
      level  

  public int getLogLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 136
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Level.LOG:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* ls */
        start local 1 // java.lang.Integer ls
         1: .line 137
            aload 1 /* ls */
            ifnonnull 3
         2: .line 138
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.getLogLevel:()I
            ireturn
         3: .line 140
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 1 /* ls */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // java.lang.Integer ls
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    ls  Ljava/lang/Integer;

  public boolean isLogEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 145
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.LOG_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 146
            aload 1 /* fs */
            ifnonnull 3
         2: .line 147
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isLogEnabledForMethod:()Z
            ireturn
         3: .line 149
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isCountEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 154
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.COUNT:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 155
            aload 1 /* fs */
            ifnonnull 3
         2: .line 156
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isCountEnabled:()Z
            ireturn
         3: .line 158
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isMemUseTrackingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 163
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.TRACK_MEM_USE:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 164
            aload 1 /* fs */
            ifnonnull 3
         2: .line 165
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isMemUseTrackingEnabled:()Z
            ireturn
         3: .line 167
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public int getDumpLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 172
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.levelState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Level.DUMP:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Level;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* ls */
        start local 1 // java.lang.Integer ls
         1: .line 173
            aload 1 /* ls */
            ifnonnull 3
         2: .line 174
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.getDumpLevel:()I
            ireturn
         3: .line 176
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 1 /* ls */
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 1 // java.lang.Integer ls
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    ls  Ljava/lang/Integer;

  public boolean isDumpEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 181
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.DUMP_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 182
            aload 1 /* fs */
            ifnonnull 3
         2: .line 183
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isDumpEnabledForMethod:()Z
            ireturn
         3: .line 185
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isVerifyEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 190
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.VERIFY:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 191
            aload 1 /* fs */
            ifnonnull 3
         2: .line 192
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isVerifyEnabled:()Z
            ireturn
         3: .line 194
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isVerifyEnabledForMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 199
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.VERIFY_METHOD:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 200
            aload 1 /* fs */
            ifnonnull 3
         2: .line 201
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isVerifyEnabledForMethod:()Z
            ireturn
         3: .line 203
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isTimeEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 208
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.TIME:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 209
            aload 1 /* fs */
            ifnonnull 3
         2: .line 210
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isTimeEnabled:()Z
            ireturn
         3: .line 212
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public boolean isMethodMeterEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
         0: .line 217
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.METHOD_METRICS:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* fs */
        start local 1 // java.lang.Boolean fs
         1: .line 218
            aload 1 /* fs */
            ifnonnull 3
         2: .line 219
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.isMethodMeterEnabled:()Z
            ireturn
         3: .line 221
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 1 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean fs
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            1    4     1    fs  Ljava/lang/Boolean;

  public java.lang.RuntimeException interceptException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // java.lang.Throwable e
         0: .line 226
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.featureState:Ljava/util/Map;
            getstatic org.graalvm.compiler.debug.DelegatingDebugConfig$Feature.INTERCEPT:Lorg/graalvm/compiler/debug/DelegatingDebugConfig$Feature;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 2 /* fs */
        start local 2 // java.lang.Boolean fs
         1: .line 227
            aload 2 /* fs */
            ifnull 2
            aload 2 /* fs */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 3
         2: .line 228
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            aload 1 /* e */
            invokeinterface org.graalvm.compiler.debug.DebugConfig.interceptException:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            areturn
         3: .line 230
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.Boolean fs
        end local 1 // java.lang.Throwable e
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    4     1     e  Ljava/lang/Throwable;
            1    4     2    fs  Ljava/lang/Boolean;
    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.DelegatingDebugConfig this
         0: .line 235
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.dumpHandlers:()Ljava/util/Collection;
            areturn
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    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.DelegatingDebugConfig this
         0: .line 240
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.verifyHandlers:()Ljava/util/Collection;
            areturn
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
    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.DelegatingDebugConfig this
         0: .line 245
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            invokeinterface org.graalvm.compiler.debug.DebugConfig.output:()Ljava/io/PrintStream;
            areturn
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;

  public void addToContext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // java.lang.Object o
         0: .line 250
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            aload 1 /* o */
            invokeinterface org.graalvm.compiler.debug.DebugConfig.addToContext:(Ljava/lang/Object;)V
         1: .line 251
            return
        end local 1 // java.lang.Object o
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     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=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
        start local 1 // java.lang.Object o
         0: .line 255
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.DelegatingDebugConfig.delegate:Lorg/graalvm/compiler/debug/DebugConfig;
            aload 1 /* o */
            invokeinterface org.graalvm.compiler.debug.DebugConfig.removeFromContext:(Ljava/lang/Object;)V
         1: .line 256
            return
        end local 1 // java.lang.Object o
        end local 0 // org.graalvm.compiler.debug.DelegatingDebugConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/DelegatingDebugConfig;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "DelegatingDebugConfig.java"
NestMembers:
  org.graalvm.compiler.debug.DelegatingDebugConfig$Feature  org.graalvm.compiler.debug.DelegatingDebugConfig$Level
InnerClasses:
  public final Feature = org.graalvm.compiler.debug.DelegatingDebugConfig$Feature of org.graalvm.compiler.debug.DelegatingDebugConfig
  public final Level = org.graalvm.compiler.debug.DelegatingDebugConfig$Level of org.graalvm.compiler.debug.DelegatingDebugConfig