class org.graalvm.compiler.core.common.CompilationListenerProfiler$1 implements org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.common.CompilationListenerProfiler$1
  super_class: java.lang.Object
{
  final org.graalvm.compiler.core.common.CompilationListenerProfiler this$0;
    descriptor: Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final long val$start;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.CharSequence val$name;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(org.graalvm.compiler.core.common.CompilationListenerProfiler, long, java.lang.CharSequence, int);
    descriptor: (Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;JLjava/lang/CharSequence;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler$1 this
         0: .line 56
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.this$0:Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            aload 0 /* this */
            lload 2
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$start:J
            aload 0 /* this */
            aload 4
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$name:Ljava/lang/CharSequence;
            aload 0 /* this */
            iload 5
            putfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$nesting:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/common/CompilationListenerProfiler$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$start    final
      val$name     final
      val$nesting  final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler$1 this
         0: .line 60
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.this$0:Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler.profiler:Lorg/graalvm/compiler/core/common/CompilerProfiler;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.this$0:Lorg/graalvm/compiler/core/common/CompilationListenerProfiler;
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler.compileId:I
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$start:J
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$name:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.common.CompilationListenerProfiler$1.val$nesting:I
            invokeinterface org.graalvm.compiler.core.common.CompilerProfiler.notifyCompilerPhaseEvent:(IJLjava/lang/String;I)V
         1: .line 61
            return
        end local 0 // org.graalvm.compiler.core.common.CompilationListenerProfiler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/common/CompilationListenerProfiler$1;
}
SourceFile: "CompilationListenerProfiler.java"
EnclosingMethod: org.graalvm.compiler.core.common.CompilationListenerProfiler.enterPhase:(Ljava/lang/CharSequence;I)Lorg/graalvm/compiler/debug/DebugContext$CompilerPhaseScope;
NestHost: org.graalvm.compiler.core.common.CompilationListenerProfiler
InnerClasses:
  org.graalvm.compiler.core.common.CompilationListenerProfiler$1
  public abstract CompilerPhaseScope = org.graalvm.compiler.debug.DebugContext$CompilerPhaseScope of org.graalvm.compiler.debug.DebugContext