public final class org.graalvm.compiler.nodes.InliningLog$RootScope implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.InliningLog$RootScope
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.nodes.InliningLog$RootScope parent;
    descriptor: Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.graalvm.compiler.nodes.InliningLog$Callsite replacementRoot;
    descriptor: Lorg/graalvm/compiler/nodes/InliningLog$Callsite;
    flags: (0x0002) ACC_PRIVATE

  final org.graalvm.compiler.nodes.InliningLog this$0;
    descriptor: Lorg/graalvm/compiler/nodes/InliningLog;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 384
            ldc Lorg/graalvm/compiler/nodes/InliningLog;
            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.nodes.InliningLog$RootScope.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.InliningLog, org.graalvm.compiler.nodes.InliningLog$RootScope, org.graalvm.compiler.nodes.InliningLog$Callsite);
    descriptor: (Lorg/graalvm/compiler/nodes/InliningLog;Lorg/graalvm/compiler/nodes/InliningLog$RootScope;Lorg/graalvm/compiler/nodes/InliningLog$Callsite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
        start local 2 // org.graalvm.compiler.nodes.InliningLog$RootScope parent
        start local 3 // org.graalvm.compiler.nodes.InliningLog$Callsite replacementRoot
         0: .line 388
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 389
            aload 0 /* this */
            aload 2 /* parent */
            putfield org.graalvm.compiler.nodes.InliningLog$RootScope.parent:Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
         2: .line 390
            aload 0 /* this */
            aload 3 /* replacementRoot */
            putfield org.graalvm.compiler.nodes.InliningLog$RootScope.replacementRoot:Lorg/graalvm/compiler/nodes/InliningLog$Callsite;
         3: .line 391
            return
        end local 3 // org.graalvm.compiler.nodes.InliningLog$Callsite replacementRoot
        end local 2 // org.graalvm.compiler.nodes.InliningLog$RootScope parent
        end local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
            0    4     2           parent  Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
            0    4     3  replacementRoot  Lorg/graalvm/compiler/nodes/InliningLog$Callsite;
    MethodParameters:
                 Name  Flags
      this$0           final
      parent           
      replacementRoot  

  void activate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
         0: .line 394
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            aload 0 /* this */
            putfield org.graalvm.compiler.nodes.InliningLog.currentRootScope:Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
         1: .line 395
            return
        end local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/InliningLog$RootScope;

  public org.graalvm.compiler.nodes.Invokable getInvoke();
    descriptor: ()Lorg/graalvm/compiler/nodes/Invokable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
         0: .line 398
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.replacementRoot:Lorg/graalvm/compiler/nodes/InliningLog$Callsite;
            getfield org.graalvm.compiler.nodes.InliningLog$Callsite.invoke:Lorg/graalvm/compiler/nodes/Invokable;
            areturn
        end local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/InliningLog$RootScope;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
         0: .line 403
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            getfield org.graalvm.compiler.nodes.InliningLog.enabled:Z
            ifeq 4
         1: .line 404
            getstatic org.graalvm.compiler.nodes.InliningLog$RootScope.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            getfield org.graalvm.compiler.nodes.InliningLog.currentRootScope:Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.replacementRoot:Lorg/graalvm/compiler/nodes/InliningLog$Callsite;
            getfield org.graalvm.compiler.nodes.InliningLog$Callsite.invoke:Lorg/graalvm/compiler/nodes/Invokable;
            invokevirtual org.graalvm.compiler.nodes.InliningLog.removeLeafCallsite:(Lorg/graalvm/compiler/nodes/Invokable;)V
         3: .line 406
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.this$0:Lorg/graalvm/compiler/nodes/InliningLog;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.InliningLog$RootScope.parent:Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
            putfield org.graalvm.compiler.nodes.InliningLog.currentRootScope:Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
         4: .line 408
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.nodes.InliningLog$RootScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/nodes/InliningLog$RootScope;
}
SourceFile: "InliningLog.java"
NestHost: org.graalvm.compiler.nodes.InliningLog
InnerClasses:
  private Callsite = org.graalvm.compiler.nodes.InliningLog$Callsite of org.graalvm.compiler.nodes.InliningLog
  public final RootScope = org.graalvm.compiler.nodes.InliningLog$RootScope of org.graalvm.compiler.nodes.InliningLog