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

  static int unimplemented(com.oracle.svm.jni.nativeapi.JNIEnvironment);
    descriptor: (Lcom/oracle/svm/jni/nativeapi/JNIEnvironment;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.jni.nativeapi.JNIEnvironment env
         0: .line 1172
            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.JNIEnvironment env
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   env  Lcom/oracle/svm/jni/nativeapi/JNIEnvironment;
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.function.CEntryPoint()
      com.oracle.svm.core.c.function.CEntryPointOptions(prologue = Lcom/oracle/svm/jni/functions/JNIFunctions$JNIEnvUnimplementedPrologue;, 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
      env   
}
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
  UnimplementedWithJNIEnvArgument = com.oracle.svm.jni.functions.JNIFunctions$UnimplementedWithJNIEnvArgument of com.oracle.svm.jni.functions.JNIFunctions