class com.oracle.svm.core.DumpRuntimeCompilation implements sun.misc.SignalHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.DumpRuntimeCompilation
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.DumpRuntimeCompilation this
         0: .line 167
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.DumpRuntimeCompilation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/DumpRuntimeCompilation;

  static void install();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 169
            new sun.misc.Signal
            dup
            ldc "USR2"
            invokespecial sun.misc.Signal.<init>:(Ljava/lang/String;)V
            new com.oracle.svm.core.DumpRuntimeCompilation
            dup
            invokespecial com.oracle.svm.core.DumpRuntimeCompilation.<init>:()V
            invokestatic sun.misc.Signal.handle:(Lsun/misc/Signal;Lsun/misc/SignalHandler;)Lsun/misc/SignalHandler;
            pop
         1: .line 170
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void handle(sun.misc.Signal);
    descriptor: (Lsun/misc/Signal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.DumpRuntimeCompilation this
        start local 1 // sun.misc.Signal arg0
         0: .line 174
            ldc "DumpRuntimeCompilation"
            invokedynamic invoke()Lcom/oracle/svm/core/SubstrateUtil$Thunk;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/svm/core/DumpRuntimeCompilation.lambda$0()V (6)
                  ()V
            invokestatic com.oracle.svm.core.thread.JavaVMOperation.enqueueBlockingSafepoint:(Ljava/lang/String;Lcom/oracle/svm/core/SubstrateUtil$Thunk;)V
         1: .line 179
            return
        end local 1 // sun.misc.Signal arg0
        end local 0 // com.oracle.svm.core.DumpRuntimeCompilation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/DumpRuntimeCompilation;
            0    2     1  arg0  Lsun/misc/Signal;
    MethodParameters:
      Name  Flags
      arg0  

  private static void lambda$0();
    descriptor: ()V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 175
            invokestatic com.oracle.svm.core.log.Log.log:()Lcom/oracle/svm/core/log/Log;
            astore 0 /* log */
        start local 0 // com.oracle.svm.core.log.Log log
         1: .line 176
            aload 0 /* log */
            invokestatic com.oracle.svm.core.SubstrateUtil.dumpRuntimeCompilation:(Lcom/oracle/svm/core/log/Log;)V
         2: .line 177
            aload 0 /* log */
            invokevirtual com.oracle.svm.core.log.Log.flush:()Lcom/oracle/svm/core/log/Log;
            pop
        end local 0 // com.oracle.svm.core.log.Log log
         3: .line 178
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    3     0   log  Lcom/oracle/svm/core/log/Log;
}
SourceFile: "VMInspection.java"
InnerClasses:
  public abstract Thunk = com.oracle.svm.core.SubstrateUtil$Thunk of com.oracle.svm.core.SubstrateUtil
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles