final class org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener implements org.graalvm.compiler.truffle.runtime.GraalTruffleRuntimeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CompilerLoggingTest$TestListener;

  public void onCompilationSuccess(org.graalvm.compiler.truffle.runtime.OptimizedCallTarget, org.graalvm.compiler.truffle.runtime.TruffleInlining, org.graalvm.compiler.truffle.common.TruffleCompilerListener$GraphInfo, org.graalvm.compiler.truffle.common.TruffleCompilerListener$CompilationResultInfo);
    descriptor: (Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;Lorg/graalvm/compiler/truffle/common/TruffleCompilerListener$GraphInfo;Lorg/graalvm/compiler/truffle/common/TruffleCompilerListener$CompilationResultInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
        start local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
        start local 2 // org.graalvm.compiler.truffle.runtime.TruffleInlining inliningDecision
        start local 3 // org.graalvm.compiler.truffle.common.TruffleCompilerListener$GraphInfo graph
        start local 4 // org.graalvm.compiler.truffle.common.TruffleCompilerListener$CompilationResultInfo result
         0: .line 73
            ldc "Compiled %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* target */
            invokevirtual org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.getName:()Ljava/lang/String;
            aastore
            invokestatic org.graalvm.compiler.debug.TTY.printf:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 74
            invokestatic org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener.printCommon:()V
         2: .line 75
            return
        end local 4 // org.graalvm.compiler.truffle.common.TruffleCompilerListener$CompilationResultInfo result
        end local 3 // org.graalvm.compiler.truffle.common.TruffleCompilerListener$GraphInfo graph
        end local 2 // org.graalvm.compiler.truffle.runtime.TruffleInlining inliningDecision
        end local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
        end local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/graalvm/compiler/truffle/test/CompilerLoggingTest$TestListener;
            0    3     1            target  Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;
            0    3     2  inliningDecision  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    3     3             graph  Lorg/graalvm/compiler/truffle/common/TruffleCompilerListener$GraphInfo;
            0    3     4            result  Lorg/graalvm/compiler/truffle/common/TruffleCompilerListener$CompilationResultInfo;
    MethodParameters:
                  Name  Flags
      target            
      inliningDecision  
      graph             
      result            

  public void onCompilationFailed(org.graalvm.compiler.truffle.runtime.OptimizedCallTarget, java.lang.String, boolean, boolean);
    descriptor: (Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;Ljava/lang/String;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
        start local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
        start local 2 // java.lang.String reason
        start local 3 // boolean bailout
        start local 4 // boolean permanentBailout
         0: .line 79
            ldc "Failed to compile %s due to %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* target */
            invokevirtual org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* reason */
            aastore
            invokestatic org.graalvm.compiler.debug.TTY.printf:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 80
            invokestatic org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener.printCommon:()V
         2: .line 81
            return
        end local 4 // boolean permanentBailout
        end local 3 // boolean bailout
        end local 2 // java.lang.String reason
        end local 1 // org.graalvm.compiler.truffle.runtime.OptimizedCallTarget target
        end local 0 // org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/graalvm/compiler/truffle/test/CompilerLoggingTest$TestListener;
            0    3     1            target  Lorg/graalvm/compiler/truffle/runtime/OptimizedCallTarget;
            0    3     2            reason  Ljava/lang/String;
            0    3     3           bailout  Z
            0    3     4  permanentBailout  Z
    MethodParameters:
                  Name  Flags
      target            
      reason            
      bailout           
      permanentBailout  

  private static void printCommon();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 84
            invokestatic org.graalvm.compiler.debug.TTY.out:()Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.debug.LogStream.out:()Ljava/io/PrintStream;
            ldc "begin"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 85
            ldc "end"
            invokestatic org.graalvm.compiler.debug.TTY.println:(Ljava/lang/String;)V
         2: .line 86
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CompilerLoggingTest.java"
NestHost: org.graalvm.compiler.truffle.test.CompilerLoggingTest
InnerClasses:
  public abstract CompilationResultInfo = org.graalvm.compiler.truffle.common.TruffleCompilerListener$CompilationResultInfo of org.graalvm.compiler.truffle.common.TruffleCompilerListener
  public abstract GraphInfo = org.graalvm.compiler.truffle.common.TruffleCompilerListener$GraphInfo of org.graalvm.compiler.truffle.common.TruffleCompilerListener
  private final TestListener = org.graalvm.compiler.truffle.test.CompilerLoggingTest$TestListener of org.graalvm.compiler.truffle.test.CompilerLoggingTest