final class com.oracle.svm.core.jdk.Target_com_oracle_svm_core_util_VMError
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.jdk.Target_com_oracle_svm_core_util_VMError
  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.jdk.Target_com_oracle_svm_core_util_VMError this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.jdk.Target_com_oracle_svm_core_util_VMError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/Target_com_oracle_svm_core_util_VMError;

  private static java.lang.RuntimeException shouldNotReachHere();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 56
            invokestatic com.oracle.svm.core.snippets.KnownIntrinsics.readReturnAddress:()Lorg/graalvm/nativeimage/c/function/CodePointer;
            aconst_null
            aconst_null
            invokestatic com.oracle.svm.core.jdk.VMErrorSubstitutions.shouldNotReachHere:(Lorg/graalvm/nativeimage/c/function/CodePointer;Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.NeverInline(value = "Accessing instruction pointer of the caller frame")
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Allow VMError to be used in uninterruptible code.")
      com.oracle.svm.core.annotate.Substitute()

  private static java.lang.RuntimeException shouldNotReachHere(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String msg
         0: .line 63
            invokestatic com.oracle.svm.core.snippets.KnownIntrinsics.readReturnAddress:()Lorg/graalvm/nativeimage/c/function/CodePointer;
            aload 0 /* msg */
            aconst_null
            invokestatic com.oracle.svm.core.jdk.VMErrorSubstitutions.shouldNotReachHere:(Lorg/graalvm/nativeimage/c/function/CodePointer;Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // java.lang.String msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   msg  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.NeverInline(value = "Accessing instruction pointer of the caller frame")
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Allow VMError to be used in uninterruptible code.")
      com.oracle.svm.core.annotate.Substitute()
    MethodParameters:
      Name  Flags
      msg   

  private static java.lang.RuntimeException shouldNotReachHere(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Throwable ex
         0: .line 70
            invokestatic com.oracle.svm.core.snippets.KnownIntrinsics.readReturnAddress:()Lorg/graalvm/nativeimage/c/function/CodePointer;
            aconst_null
            aload 0 /* ex */
            invokestatic com.oracle.svm.core.jdk.VMErrorSubstitutions.shouldNotReachHere:(Lorg/graalvm/nativeimage/c/function/CodePointer;Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // java.lang.Throwable ex
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ex  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.NeverInline(value = "Accessing instruction pointer of the caller frame")
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Allow VMError to be used in uninterruptible code.")
      com.oracle.svm.core.annotate.Substitute()
    MethodParameters:
      Name  Flags
      ex    

  private static java.lang.RuntimeException shouldNotReachHere(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String msg
        start local 1 // java.lang.Throwable ex
         0: .line 77
            invokestatic com.oracle.svm.core.snippets.KnownIntrinsics.readReturnAddress:()Lorg/graalvm/nativeimage/c/function/CodePointer;
            aload 0 /* msg */
            aload 1 /* ex */
            invokestatic com.oracle.svm.core.jdk.VMErrorSubstitutions.shouldNotReachHere:(Lorg/graalvm/nativeimage/c/function/CodePointer;Ljava/lang/String;Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // java.lang.Throwable ex
        end local 0 // java.lang.String msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   msg  Ljava/lang/String;
            0    1     1    ex  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.NeverInline(value = "Accessing instruction pointer of the caller frame")
      com.oracle.svm.core.annotate.Uninterruptible(reason = "Allow VMError to be used in uninterruptible code.")
      com.oracle.svm.core.annotate.Substitute()
    MethodParameters:
      Name  Flags
      msg   
      ex    

  private static java.lang.RuntimeException unimplemented();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 82
            ldc "unimplemented"
            invokestatic com.oracle.svm.core.jdk.Target_com_oracle_svm_core_util_VMError.unsupportedFeature:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()

  private static java.lang.RuntimeException unsupportedFeature(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/RuntimeException;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String msg
         0: .line 87
            new com.oracle.svm.core.jdk.UnsupportedFeatureError
            dup
            aload 0 /* msg */
            invokespecial com.oracle.svm.core.jdk.UnsupportedFeatureError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.String msg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   msg  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Substitute()
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "VMErrorSubstitutions.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(value = Lcom/oracle/svm/core/util/VMError;)