final class com.oracle.svm.core.genscavenge.HeapVerificationError extends java.lang.Error
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.HeapVerificationError
  super_class: java.lang.Error
{
  private static final com.oracle.svm.core.genscavenge.HeapVerificationError SINGLETON;
    descriptor: Lcom/oracle/svm/core/genscavenge/HeapVerificationError;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 489
            new com.oracle.svm.core.genscavenge.HeapVerificationError
            dup
            invokespecial com.oracle.svm.core.genscavenge.HeapVerificationError.<init>:()V
            putstatic com.oracle.svm.core.genscavenge.HeapVerificationError.SINGLETON:Lcom/oracle/svm/core/genscavenge/HeapVerificationError;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.HeapVerificationError this
         0: .line 491
            aload 0 /* this */
            invokespecial java.lang.Error.<init>:()V
         1: .line 492
            return
        end local 0 // com.oracle.svm.core.genscavenge.HeapVerificationError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/HeapVerificationError;

  static void throwError();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 495
            invokestatic com.oracle.svm.core.log.Log.log:()Lcom/oracle/svm/core/log/Log;
            ldc "[HeapVerificationError.throwError:  message: "
            invokevirtual com.oracle.svm.core.log.Log.string:(Ljava/lang/String;)Lcom/oracle/svm/core/log/Log;
            ldc "Heap verification failed"
            invokevirtual com.oracle.svm.core.log.Log.string:(Ljava/lang/String;)Lcom/oracle/svm/core/log/Log;
            ldc "]"
            invokevirtual com.oracle.svm.core.log.Log.string:(Ljava/lang/String;)Lcom/oracle/svm/core/log/Log;
            invokevirtual com.oracle.svm.core.log.Log.newline:()Lcom/oracle/svm/core/log/Log;
            pop
         1: .line 496
            getstatic com.oracle.svm.core.genscavenge.HeapVerificationError.SINGLETON:Lcom/oracle/svm/core/genscavenge/HeapVerificationError;
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HeapVerifier.java"