class com.oracle.svm.jni.functions.JNIFunctions$UnimplementedWithJavaVMArgument
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.jni.functions.JNIFunctions$UnimplementedWithJavaVMArgument
  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.jni.functions.JNIFunctions$UnimplementedWithJavaVMArgument this
         0: .line 1185
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.jni.functions.JNIFunctions$UnimplementedWithJavaVMArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/jni/functions/JNIFunctions$UnimplementedWithJavaVMArgument;

  static int unimplemented(com.oracle.svm.jni.nativeapi.JNIJavaVM);
    descriptor: (Lcom/oracle/svm/jni/nativeapi/JNIJavaVM;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.jni.nativeapi.JNIJavaVM vm
         0: .line 1192
            ldc "An unimplemented JNI function was called. Please refer to the stack trace."
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.jni.nativeapi.JNIJavaVM vm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    vm  Lcom/oracle/svm/jni/nativeapi/JNIJavaVM;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CEntryPoint()
      com.oracle.svm.core.c.function.CEntryPointOptions(prologue = Lcom/oracle/svm/jni/functions/JNIFunctions$JNIJavaVMUnimplementedPrologue;, publishAs = com.oracle.svm.core.c.function.CEntryPointOptions$Publish.NotPublished:Lcom/oracle/svm/core/c/function/CEntryPointOptions$Publish;, include = Lcom/oracle/svm/core/c/function/CEntryPointOptions$NotIncludedAutomatically;)
    MethodParameters:
      Name  Flags
      vm    
}
SourceFile: "JNIFunctions.java"
NestHost: com.oracle.svm.jni.functions.JNIFunctions
InnerClasses:
  public final Publish = com.oracle.svm.core.c.function.CEntryPointOptions$Publish of com.oracle.svm.core.c.function.CEntryPointOptions
  UnimplementedWithJavaVMArgument = com.oracle.svm.jni.functions.JNIFunctions$UnimplementedWithJavaVMArgument of com.oracle.svm.jni.functions.JNIFunctions