class com.oracle.svm.test.ThrowsAnExceptionMustBeDelayed
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.test.ThrowsAnExceptionMustBeDelayed
  super_class: java.lang.Object
{
  static int v;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 116
            iconst_1
            putstatic com.oracle.svm.test.ThrowsAnExceptionMustBeDelayed.v:I
         1: .line 118
            getstatic com.oracle.svm.test.PureMustBeSafeEarly.v:I
            bipush 42
            if_icmpne 3
         2: .line 119
            new java.lang.RuntimeException
            dup
            ldc "should fire at runtime"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 121
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.test.ThrowsAnExceptionMustBeDelayed this
         0: .line 115
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.test.ThrowsAnExceptionMustBeDelayed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/test/ThrowsAnExceptionMustBeDelayed;
}
SourceFile: "TestClassInitializationMustBeSafe.java"