public final class org.graalvm.compiler.debug.ScopeImpl implements org.graalvm.compiler.debug.DebugContext$Scope
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.debug.ScopeImpl
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.debug.DebugContext owner;
    descriptor: Lorg/graalvm/compiler/debug/DebugContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.debug.ScopeImpl parent;
    descriptor: Lorg/graalvm/compiler/debug/ScopeImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean sandbox;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.graalvm.compiler.debug.ScopeImpl$IndentImpl lastUsedIndent;
    descriptor: Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
    flags: (0x0002) ACC_PRIVATE

  private final boolean emptyScope;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] context;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String qualifiedName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String unqualifiedName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final char SCOPE_SEP;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 46

  private boolean countEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean timeEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean memUseTrackingEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean verifyEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int currentDumpLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int currentLogLevel;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.io.PrintStream output;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0002) ACC_PRIVATE

  private boolean interceptDisabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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=1, locals=0, args_size=0
         0: .line 34
            ldc Lorg/graalvm/compiler/debug/ScopeImpl;
            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 org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
         3: .line 137
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private boolean isEmptyScope();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 127
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.emptyScope:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  void <init>(org.graalvm.compiler.debug.DebugContext, java.lang.Thread);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext owner
        start local 2 // java.lang.Thread thread
         0: .line 151
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* thread */
            invokevirtual java.lang.Thread.getName:()Ljava/lang/String;
            aconst_null
            iconst_0
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.debug.ScopeImpl.<init>:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;Lorg/graalvm/compiler/debug/ScopeImpl;Z[Ljava/lang/Object;)V
         1: .line 152
            return
        end local 2 // java.lang.Thread thread
        end local 1 // org.graalvm.compiler.debug.DebugContext owner
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    2     1   owner  Lorg/graalvm/compiler/debug/DebugContext;
            0    2     2  thread  Ljava/lang/Thread;
    MethodParameters:
        Name  Flags
      owner   
      thread  

  private void <init>(org.graalvm.compiler.debug.DebugContext, java.lang.String, org.graalvm.compiler.debug.ScopeImpl, boolean, java.lang.Object[]);
    descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;Lorg/graalvm/compiler/debug/ScopeImpl;Z[Ljava/lang/Object;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // org.graalvm.compiler.debug.DebugContext owner
        start local 2 // java.lang.String unqualifiedName
        start local 3 // org.graalvm.compiler.debug.ScopeImpl parent
        start local 4 // boolean sandbox
        start local 5 // java.lang.Object[] context
         0: .line 154
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 155
            aload 0 /* this */
            aload 1 /* owner */
            putfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
         2: .line 156
            aload 0 /* this */
            aload 3 /* parent */
            putfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
         3: .line 157
            aload 0 /* this */
            iload 4 /* sandbox */
            putfield org.graalvm.compiler.debug.ScopeImpl.sandbox:Z
         4: .line 158
            aload 0 /* this */
            aload 5 /* context */
            putfield org.graalvm.compiler.debug.ScopeImpl.context:[Ljava/lang/Object;
         5: .line 159
            aload 0 /* this */
            aload 2 /* unqualifiedName */
            putfield org.graalvm.compiler.debug.ScopeImpl.unqualifiedName:Ljava/lang/String;
         6: .line 160
            aload 3 /* parent */
            ifnull 10
         7: .line 161
            aload 0 /* this */
            aload 2 /* unqualifiedName */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            putfield org.graalvm.compiler.debug.ScopeImpl.emptyScope:Z
         8: .line 162
            aload 0 /* this */
            aload 3 /* parent */
            getfield org.graalvm.compiler.debug.ScopeImpl.interceptDisabled:Z
            putfield org.graalvm.compiler.debug.ScopeImpl.interceptDisabled:Z
         9: .line 163
            goto 13
        10: .line 164
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl org.graalvm.compiler.debug.DebugContext java.lang.String org.graalvm.compiler.debug.ScopeImpl int java.lang.Object[]
      StackMap stack:
            aload 2 /* unqualifiedName */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 12
        11: .line 165
            new java.lang.IllegalArgumentException
            dup
            ldc "root scope name must be non-empty"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl.emptyScope:Z
        13: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.graalvm.compiler.debug.TTY.out:Ljava/io/PrintStream;
            putfield org.graalvm.compiler.debug.ScopeImpl.output:Ljava/io/PrintStream;
        14: .line 171
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 15
            aload 5 /* context */
            ifnonnull 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Object[] context
        end local 4 // boolean sandbox
        end local 3 // org.graalvm.compiler.debug.ScopeImpl parent
        end local 2 // java.lang.String unqualifiedName
        end local 1 // org.graalvm.compiler.debug.DebugContext owner
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0   16     1            owner  Lorg/graalvm/compiler/debug/DebugContext;
            0   16     2  unqualifiedName  Ljava/lang/String;
            0   16     3           parent  Lorg/graalvm/compiler/debug/ScopeImpl;
            0   16     4          sandbox  Z
            0   16     5          context  [Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      owner            
      unqualifiedName  
      parent           
      sandbox          
      context          

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 176
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            putfield org.graalvm.compiler.debug.DebugContext.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
         1: .line 177
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 0 /* this */
            putfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
         2: .line 178
            return
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  boolean isTopLevel();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 181
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  boolean isDumpEnabled(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // int dumpLevel
         0: .line 185
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 1
            iload 1 /* dumpLevel */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.currentDumpLevel:I
            iload 1 /* dumpLevel */
            if_icmplt 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int dumpLevel
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    3     1  dumpLevel  I
    MethodParameters:
           Name  Flags
      dumpLevel  

  boolean isVerifyEnabled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 190
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.verifyEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  boolean isLogEnabled(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // int logLevel
         0: .line 194
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 1
            iload 1 /* logLevel */
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.currentLogLevel:I
            iload 1 /* logLevel */
            if_icmplt 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int logLevel
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    3     1  logLevel  I
    MethodParameters:
          Name  Flags
      logLevel  

  boolean isCountEnabled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 199
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.countEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  boolean isTimeEnabled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 203
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.timeEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  boolean isMemUseTrackingEnabled();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 207
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.memUseTrackingEnabled:Z
            ireturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  public void log(int, java.lang.String, java.lang.Object[]);
    descriptor: (ILjava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // int logLevel
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Object[] args
         0: .line 211
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            invokevirtual org.graalvm.compiler.debug.DebugContext.checkNoConcurrentAccess:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* logLevel */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isLogEnabled:(I)Z
            ifeq 3
         2: .line 213
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getLastUsedIndent:()Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            iload 1 /* logLevel */
            aload 2 /* msg */
            aload 3 /* args */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl$IndentImpl.log:(ILjava/lang/String;[Ljava/lang/Object;)V
         3: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String msg
        end local 1 // int logLevel
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    4     1  logLevel  I
            0    4     2       msg  Ljava/lang/String;
            0    4     3      args  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      logLevel  
      msg       
      args      

  public void dump(int, java.lang.Object, java.lang.String, java.lang.Object[]);
    descriptor: (ILjava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // int dumpLevel
        start local 2 // java.lang.Object object
        start local 3 // java.lang.String formatString
        start local 4 // java.lang.Object[] args
         0: .line 218
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            iload 1 /* dumpLevel */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isDumpEnabled:(I)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* dumpLevel */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isDumpEnabled:(I)Z
            ifeq 8
         2: .line 220
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getConfig:()Lorg/graalvm/compiler/debug/DebugConfig;
            astore 5 /* config */
        start local 5 // org.graalvm.compiler.debug.DebugConfig config
         3: .line 221
            aload 5 /* config */
            ifnull 8
         4: .line 222
            aload 5 /* config */
            invokeinterface org.graalvm.compiler.debug.DebugConfig.dumpHandlers:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 7
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl int java.lang.Object java.lang.String java.lang.Object[] org.graalvm.compiler.debug.DebugConfig top java.util.Iterator
      StackMap stack:
         5: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.debug.DebugDumpHandler
            astore 6 /* dumpHandler */
        start local 6 // org.graalvm.compiler.debug.DebugDumpHandler dumpHandler
         6: .line 223
            aload 6 /* dumpHandler */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 2 /* object */
            aload 3 /* formatString */
            aload 4 /* args */
            invokeinterface org.graalvm.compiler.debug.DebugDumpHandler.dump:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // org.graalvm.compiler.debug.DebugDumpHandler dumpHandler
         7: .line 222
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 5 // org.graalvm.compiler.debug.DebugConfig config
         8: .line 227
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl int java.lang.Object java.lang.String java.lang.Object[]
      StackMap stack:
            return
        end local 4 // java.lang.Object[] args
        end local 3 // java.lang.String formatString
        end local 2 // java.lang.Object object
        end local 1 // int dumpLevel
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    9     1     dumpLevel  I
            0    9     2        object  Ljava/lang/Object;
            0    9     3  formatString  Ljava/lang/String;
            0    9     4          args  [Ljava/lang/Object;
            3    8     5        config  Lorg/graalvm/compiler/debug/DebugConfig;
            6    7     6   dumpHandler  Lorg/graalvm/compiler/debug/DebugDumpHandler;
    MethodParameters:
              Name  Flags
      dumpLevel     
      object        
      formatString  
      args          

  private org.graalvm.compiler.debug.DebugConfig getConfig();
    descriptor: ()Lorg/graalvm/compiler/debug/DebugConfig;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 230
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.currentConfig:Lorg/graalvm/compiler/debug/DebugConfigImpl;
            areturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  public void verify(java.lang.Object, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // java.lang.Object object
        start local 2 // java.lang.String formatString
        start local 3 // java.lang.Object[] args
         0: .line 237
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isVerifyEnabled:()Z
            ifeq 8
         1: .line 238
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getConfig:()Lorg/graalvm/compiler/debug/DebugConfig;
            astore 4 /* config */
        start local 4 // org.graalvm.compiler.debug.DebugConfig config
         2: .line 239
            aload 4 /* config */
            ifnull 8
         3: .line 240
            aload 2 /* formatString */
            aload 3 /* args */
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 5 /* message */
        start local 5 // java.lang.String message
         4: .line 241
            aload 4 /* config */
            invokeinterface org.graalvm.compiler.debug.DebugConfig.verifyHandlers:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 7
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl java.lang.Object java.lang.String java.lang.Object[] org.graalvm.compiler.debug.DebugConfig java.lang.String top java.util.Iterator
      StackMap stack:
         5: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.debug.DebugVerifyHandler
            astore 6 /* handler */
        start local 6 // org.graalvm.compiler.debug.DebugVerifyHandler handler
         6: .line 242
            aload 6 /* handler */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 1 /* object */
            aload 5 /* message */
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.graalvm.compiler.debug.DebugVerifyHandler.verify:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // org.graalvm.compiler.debug.DebugVerifyHandler handler
         7: .line 241
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 5 // java.lang.String message
        end local 4 // org.graalvm.compiler.debug.DebugConfig config
         8: .line 246
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl java.lang.Object java.lang.String java.lang.Object[]
      StackMap stack:
            return
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String formatString
        end local 1 // java.lang.Object object
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    9     1        object  Ljava/lang/Object;
            0    9     2  formatString  Ljava/lang/String;
            0    9     3          args  [Ljava/lang/Object;
            2    8     4        config  Lorg/graalvm/compiler/debug/DebugConfig;
            4    8     5       message  Ljava/lang/String;
            6    7     6       handler  Lorg/graalvm/compiler/debug/DebugVerifyHandler;
    MethodParameters:
              Name  Flags
      object        
      formatString  
      args          

  public org.graalvm.compiler.debug.ScopeImpl scope(java.lang.CharSequence, org.graalvm.compiler.debug.DebugConfig, java.lang.Object[]);
    descriptor: (Ljava/lang/CharSequence;Lorg/graalvm/compiler/debug/DebugConfig;[Ljava/lang/Object;)Lorg/graalvm/compiler/debug/ScopeImpl;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // java.lang.CharSequence name
        start local 2 // org.graalvm.compiler.debug.DebugConfig sandboxConfig
        start local 3 // java.lang.Object[] newContextObjects
         0: .line 259
            aconst_null
            astore 4 /* newScope */
        start local 4 // org.graalvm.compiler.debug.ScopeImpl newScope
         1: .line 260
            aload 2 /* sandboxConfig */
            ifnull 4
         2: .line 261
            new org.graalvm.compiler.debug.ScopeImpl
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 0 /* this */
            iconst_1
            aload 3 /* newContextObjects */
            invokespecial org.graalvm.compiler.debug.ScopeImpl.<init>:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;Lorg/graalvm/compiler/debug/ScopeImpl;Z[Ljava/lang/Object;)V
            astore 4 /* newScope */
         3: .line 262
            goto 5
         4: .line 263
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 3 /* newContextObjects */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.createChild:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/debug/ScopeImpl;
            astore 4 /* newScope */
         5: .line 265
      StackMap locals:
      StackMap stack:
            aload 4 /* newScope */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.currentConfig:Lorg/graalvm/compiler/debug/DebugConfigImpl;
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.updateFlags:(Lorg/graalvm/compiler/debug/DebugConfigImpl;)V
         6: .line 266
            aload 4 /* newScope */
            areturn
        end local 4 // org.graalvm.compiler.debug.ScopeImpl newScope
        end local 3 // java.lang.Object[] newContextObjects
        end local 2 // org.graalvm.compiler.debug.DebugConfig sandboxConfig
        end local 1 // java.lang.CharSequence name
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    7     1               name  Ljava/lang/CharSequence;
            0    7     2      sandboxConfig  Lorg/graalvm/compiler/debug/DebugConfig;
            0    7     3  newContextObjects  [Ljava/lang/Object;
            1    7     4           newScope  Lorg/graalvm/compiler/debug/ScopeImpl;
    MethodParameters:
                   Name  Flags
      name               
      sandboxConfig      
      newContextObjects  

  private static <E extends java.lang.Exception> java.lang.RuntimeException silenceException(java.lang.Class<E>, java.lang.Throwable) throws E;
    descriptor: (Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // java.lang.Throwable ex
         0: .line 271
            aload 1 /* ex */
            checkcast java.lang.Exception
            athrow
        end local 1 // java.lang.Throwable ex
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  type  Ljava/lang/Class<TE;>;
            0    1     1    ex  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Exception
    Signature: <E:Ljava/lang/Exception;>(Ljava/lang/Class<TE;>;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;^TE;
    MethodParameters:
      Name  Flags
      type  
      ex    

  public java.lang.RuntimeException handle(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // java.lang.Throwable e
         0: .line 276
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            instanceof org.graalvm.compiler.debug.ScopeImpl
            ifeq 22
         1: .line 277
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            checkcast org.graalvm.compiler.debug.ScopeImpl
            astore 2 /* lastClosed */
        start local 2 // org.graalvm.compiler.debug.ScopeImpl lastClosed
         2: .line 278
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 3
            aload 2 /* lastClosed */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            aload 0 /* this */
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            ldc "DebugContext.handle() used without closing a scope opened by DebugContext.scope(...) or DebugContext.sandbox(...) or an exception occurred while opening a scope"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 280
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl
      StackMap stack:
            aload 1 /* e */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastExceptionThrown:Ljava/lang/Throwable;
            if_acmpeq 28
         4: .line 281
            aconst_null
            astore 3 /* newException */
        start local 3 // java.lang.RuntimeException newException
         5: .line 284
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 2 /* lastClosed */
            putfield org.graalvm.compiler.debug.DebugContext.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
         6: .line 287
            aconst_null
            astore 4
            aconst_null
            astore 5
         7: aload 2 /* lastClosed */
            astore 6 /* s */
        start local 6 // org.graalvm.compiler.debug.ScopeImpl s
         8: .line 288
            aload 6 /* s */
            aload 1 /* e */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.interceptException:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            astore 3 /* newException */
         9: .line 289
            aload 6 /* s */
            ifnull 15
            aload 6 /* s */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.close:()V
            goto 15
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl java.lang.Throwable org.graalvm.compiler.debug.ScopeImpl java.lang.RuntimeException java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.ScopeImpl
      StackMap stack: java.lang.Throwable
        10: astore 4
            aload 6 /* s */
            ifnull 11
            aload 6 /* s */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.close:()V
        end local 6 // org.graalvm.compiler.debug.ScopeImpl s
      StackMap locals:
      StackMap stack:
        11: aload 4
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 5
            aload 4
            ifnonnull 13
            aload 5
            astore 4
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 4
            aload 5
            if_acmpeq 14
            aload 4
            aload 5
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        14: aload 4
            athrow
        15: .line 292
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 16
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
            aload 0 /* this */
            if_acmpeq 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 293
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 17
            aload 2 /* lastClosed */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            if_acmpeq 17
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 295
      StackMap locals:
      StackMap stack:
            aload 3 /* newException */
            ifnonnull 20
        18: .line 296
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 1 /* e */
            putfield org.graalvm.compiler.debug.DebugContext.lastExceptionThrown:Ljava/lang/Throwable;
        19: .line 297
            goto 28
        20: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 3 /* newException */
            putfield org.graalvm.compiler.debug.DebugContext.lastExceptionThrown:Ljava/lang/Throwable;
        21: .line 299
            aload 3 /* newException */
            athrow
        end local 3 // java.lang.RuntimeException newException
        end local 2 // org.graalvm.compiler.debug.ScopeImpl lastClosed
        22: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            ifnonnull 24
        23: .line 303
            new java.lang.AssertionError
            dup
            ldc "DebugContext.handle() used without closing a scope opened by DebugContext.scope(...) or DebugContext.sandbox(...) or an exception occurred while opening a scope"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        24: .line 306
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.debug.ScopeImpl.$assertionsDisabled:Z
            ifne 28
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            instanceof org.graalvm.compiler.debug.DebugContext$DisabledScope
            ifne 28
            new java.lang.AssertionError
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.lastClosedScope:Lorg/graalvm/compiler/debug/DebugContext$Scope;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        25: .line 308
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
        26: .line 309
            aload 2 /* t */
            aload 1 /* e */
            invokevirtual java.lang.Throwable.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        27: .line 310
            aload 2 /* t */
            athrow
        end local 2 // java.lang.Throwable t
        28: .line 313
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof java.lang.Error
            ifeq 30
        29: .line 314
            aload 1 /* e */
            checkcast java.lang.Error
            athrow
        30: .line 316
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof java.lang.RuntimeException
            ifeq 32
        31: .line 317
            aload 1 /* e */
            checkcast java.lang.RuntimeException
            athrow
        32: .line 319
      StackMap locals:
      StackMap stack:
            ldc Ljava/lang/RuntimeException;
            aload 1 /* e */
            invokestatic org.graalvm.compiler.debug.ScopeImpl.silenceException:(Ljava/lang/Class;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Throwable e
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0   33     1             e  Ljava/lang/Throwable;
            2   22     2    lastClosed  Lorg/graalvm/compiler/debug/ScopeImpl;
            5   22     3  newException  Ljava/lang/RuntimeException;
            8   11     6             s  Lorg/graalvm/compiler/debug/ScopeImpl;
           26   28     2             t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           8     9      10  any
           7    12      12  any
           0    25      25  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      e     

  void updateFlags(org.graalvm.compiler.debug.DebugConfigImpl);
    descriptor: (Lorg/graalvm/compiler/debug/DebugConfigImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // org.graalvm.compiler.debug.DebugConfigImpl config
         0: .line 323
            aload 1 /* config */
            ifnonnull 8
         1: .line 324
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl.countEnabled:Z
         2: .line 325
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl.memUseTrackingEnabled:Z
         3: .line 326
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl.timeEnabled:Z
         4: .line 327
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.debug.ScopeImpl.verifyEnabled:Z
         5: .line 328
            aload 0 /* this */
            iconst_m1
            putfield org.graalvm.compiler.debug.ScopeImpl.currentDumpLevel:I
         6: .line 331
            aload 0 /* this */
            getstatic org.graalvm.compiler.debug.TTY.out:Ljava/io/PrintStream;
            putfield org.graalvm.compiler.debug.ScopeImpl.output:Ljava/io/PrintStream;
         7: .line 332
            goto 24
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isEmptyScope:()Z
            ifeq 17
         9: .line 333
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.countEnabled:Z
            putfield org.graalvm.compiler.debug.ScopeImpl.countEnabled:Z
        10: .line 334
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.memUseTrackingEnabled:Z
            putfield org.graalvm.compiler.debug.ScopeImpl.memUseTrackingEnabled:Z
        11: .line 335
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.timeEnabled:Z
            putfield org.graalvm.compiler.debug.ScopeImpl.timeEnabled:Z
        12: .line 336
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.verifyEnabled:Z
            putfield org.graalvm.compiler.debug.ScopeImpl.verifyEnabled:Z
        13: .line 337
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.output:Ljava/io/PrintStream;
            putfield org.graalvm.compiler.debug.ScopeImpl.output:Ljava/io/PrintStream;
        14: .line 338
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.currentDumpLevel:I
            putfield org.graalvm.compiler.debug.ScopeImpl.currentDumpLevel:I
        15: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            getfield org.graalvm.compiler.debug.ScopeImpl.currentLogLevel:I
            putfield org.graalvm.compiler.debug.ScopeImpl.currentLogLevel:I
        16: .line 340
            goto 24
        17: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isCountEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
            putfield org.graalvm.compiler.debug.ScopeImpl.countEnabled:Z
        18: .line 342
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isMemUseTrackingEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
            putfield org.graalvm.compiler.debug.ScopeImpl.memUseTrackingEnabled:Z
        19: .line 343
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isTimeEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
            putfield org.graalvm.compiler.debug.ScopeImpl.timeEnabled:Z
        20: .line 344
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.isVerifyEnabled:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)Z
            putfield org.graalvm.compiler.debug.ScopeImpl.verifyEnabled:Z
        21: .line 345
            aload 0 /* this */
            aload 1 /* config */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.output:()Ljava/io/PrintStream;
            putfield org.graalvm.compiler.debug.ScopeImpl.output:Ljava/io/PrintStream;
        22: .line 346
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.getDumpLevel:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
            putfield org.graalvm.compiler.debug.ScopeImpl.currentDumpLevel:I
        23: .line 347
            aload 0 /* this */
            aload 1 /* config */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.getLogLevel:(Lorg/graalvm/compiler/debug/DebugContext$Scope;)I
            putfield org.graalvm.compiler.debug.ScopeImpl.currentLogLevel:I
        24: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.debug.DebugConfigImpl config
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0   25     1  config  Lorg/graalvm/compiler/debug/DebugConfigImpl;
    MethodParameters:
        Name  Flags
      config  

  org.graalvm.compiler.debug.DebugCloseable disableIntercept();
    descriptor: ()Lorg/graalvm/compiler/debug/DebugCloseable;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 352
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.interceptDisabled:Z
            istore 1 /* previous */
        start local 1 // boolean previous
         1: .line 353
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.debug.ScopeImpl.interceptDisabled:Z
         2: .line 354
            new org.graalvm.compiler.debug.ScopeImpl$1
            dup
            aload 0 /* this */
            iload 1 /* previous */
            invokespecial org.graalvm.compiler.debug.ScopeImpl$1.<init>:(Lorg/graalvm/compiler/debug/ScopeImpl;Z)V
            areturn
        end local 1 // boolean previous
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/debug/ScopeImpl;
            1    3     1  previous  Z

  private java.lang.RuntimeException interceptException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // java.lang.Throwable e
         0: .line 364
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.interceptDisabled:Z
            ifne 14
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.currentConfig:Lorg/graalvm/compiler/debug/DebugConfigImpl;
            ifnull 14
         1: .line 365
            aconst_null
            astore 2
            aconst_null
            astore 3
         2: aload 0 /* this */
            ldc "InterceptException"
            aconst_null
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* e */
            aastore
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.scope:(Ljava/lang/CharSequence;Lorg/graalvm/compiler/debug/DebugConfig;[Ljava/lang/Object;)Lorg/graalvm/compiler/debug/ScopeImpl;
            astore 4 /* s */
        start local 4 // org.graalvm.compiler.debug.ScopeImpl s
         3: .line 366
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            getfield org.graalvm.compiler.debug.DebugContext.currentConfig:Lorg/graalvm/compiler/debug/DebugConfigImpl;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 1 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugConfigImpl.interceptException:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
         4: .line 367
            aload 4 /* s */
            ifnull 5
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.close:()V
         5: .line 366
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl java.lang.Throwable java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.ScopeImpl
      StackMap stack: java.lang.RuntimeException
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 367
            aload 4 /* s */
            ifnull 8
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.close:()V
        end local 4 // org.graalvm.compiler.debug.ScopeImpl s
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
      StackMap locals: org.graalvm.compiler.debug.ScopeImpl java.lang.Throwable
      StackMap stack: java.lang.Throwable
        12: astore 2 /* t */
        start local 2 // java.lang.Throwable t
        13: .line 368
            new java.lang.RuntimeException
            dup
            ldc "Exception while intercepting exception"
            aload 2 /* t */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            areturn
        end local 2 // java.lang.Throwable t
        14: .line 371
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0   15     1     e  Ljava/lang/Throwable;
            3    8     4     s  Lorg/graalvm/compiler/debug/ScopeImpl;
           13   14     2     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       6  any
           2     5       9  any
           6     9       9  any
           1     5      12  Class java.lang.Throwable
           6    12      12  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      e     final

  private org.graalvm.compiler.debug.ScopeImpl createChild(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/debug/ScopeImpl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
        start local 1 // java.lang.String newName
        start local 2 // java.lang.Object[] newContext
         0: .line 375
            new org.graalvm.compiler.debug.ScopeImpl
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.owner:Lorg/graalvm/compiler/debug/DebugContext;
            aload 1 /* newName */
            aload 0 /* this */
            iconst_0
            aload 2 /* newContext */
            invokespecial org.graalvm.compiler.debug.ScopeImpl.<init>:(Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;Lorg/graalvm/compiler/debug/ScopeImpl;Z[Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object[] newContext
        end local 1 // java.lang.String newName
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/graalvm/compiler/debug/ScopeImpl;
            0    1     1     newName  Ljava/lang/String;
            0    1     2  newContext  [Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      newName     
      newContext  

  public java.lang.Iterable<java.lang.Object> getCurrentContext();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 380
            aload 0 /* this */
            astore 1 /* scope */
        start local 1 // org.graalvm.compiler.debug.ScopeImpl scope
         1: .line 381
            new org.graalvm.compiler.debug.ScopeImpl$2
            dup
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial org.graalvm.compiler.debug.ScopeImpl$2.<init>:(Lorg/graalvm/compiler/debug/ScopeImpl;Lorg/graalvm/compiler/debug/ScopeImpl;)V
            areturn
        end local 1 // org.graalvm.compiler.debug.ScopeImpl scope
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/debug/ScopeImpl;
            1    2     1  scope  Lorg/graalvm/compiler/debug/ScopeImpl;
    Signature: ()Ljava/lang/Iterable<Ljava/lang/Object;>;

  public java.lang.String getQualifiedName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 423
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
            ifnonnull 7
         1: .line 424
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnonnull 4
         2: .line 425
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.unqualifiedName:Ljava/lang/String;
            putfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
         3: .line 426
            goto 7
         4: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getQualifiedName:()Ljava/lang/String;
            putfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
         5: .line 428
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.isEmptyScope:()Z
            ifne 7
         6: .line 429
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
            new java.lang.StringBuilder
            dup_x1
            swap
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.unqualifiedName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
         7: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.qualifiedName:Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  org.graalvm.compiler.debug.Indent pushIndentLogger();
    descriptor: ()Lorg/graalvm/compiler/debug/Indent;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 437
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getLastUsedIndent:()Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            invokevirtual org.graalvm.compiler.debug.ScopeImpl$IndentImpl.indent:()Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            putfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
         1: .line 438
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            areturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;

  private org.graalvm.compiler.debug.ScopeImpl$IndentImpl getLastUsedIndent();
    descriptor: ()Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.ScopeImpl this
         0: .line 442
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            ifnonnull 5
         1: .line 443
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            ifnull 4
         2: .line 444
            aload 0 /* this */
            new org.graalvm.compiler.debug.ScopeImpl$IndentImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
            invokevirtual org.graalvm.compiler.debug.ScopeImpl.getLastUsedIndent:()Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            invokespecial org.graalvm.compiler.debug.ScopeImpl$IndentImpl.<init>:(Lorg/graalvm/compiler/debug/ScopeImpl;Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;)V
            putfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
         3: .line 445
            goto 5
         4: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.graalvm.compiler.debug.ScopeImpl$IndentImpl
            dup
            aload 0 /* this */
            aconst_null
            invokespecial org.graalvm.compiler.debug.ScopeImpl$IndentImpl.<init>:(Lorg/graalvm/compiler/debug/ScopeImpl;Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;)V
            putfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
         5: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.debug.ScopeImpl.lastUsedIndent:Lorg/graalvm/compiler/debug/ScopeImpl$IndentImpl;
            areturn
        end local 0 // org.graalvm.compiler.debug.ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/debug/ScopeImpl;
}
SourceFile: "ScopeImpl.java"
NestMembers:
  org.graalvm.compiler.debug.ScopeImpl$1  org.graalvm.compiler.debug.ScopeImpl$2  org.graalvm.compiler.debug.ScopeImpl$2$1  org.graalvm.compiler.debug.ScopeImpl$IndentImpl
InnerClasses:
  DisabledScope = org.graalvm.compiler.debug.DebugContext$DisabledScope of org.graalvm.compiler.debug.DebugContext
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  org.graalvm.compiler.debug.ScopeImpl$1
  org.graalvm.compiler.debug.ScopeImpl$2
  private final IndentImpl = org.graalvm.compiler.debug.ScopeImpl$IndentImpl of org.graalvm.compiler.debug.ScopeImpl