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

  static void enter(com.oracle.svm.jni.nativeapi.JNIEnvironment);
    descriptor: (Lcom/oracle/svm/jni/nativeapi/JNIEnvironment;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.svm.jni.nativeapi.JNIEnvironment env
         0: .line 1151
            aload 0 /* env */
            checkcast org.graalvm.nativeimage.IsolateThread
            invokestatic com.oracle.svm.core.c.function.CEntryPointActions.enter:(Lorg/graalvm/nativeimage/IsolateThread;)I
            istore 1 /* error */
        start local 1 // int error
         1: .line 1152
            iload 1 /* error */
            ifeq 3
         2: .line 1153
            iload 1 /* error */
            getstatic com.oracle.svm.jni.functions.JNIFunctions.UNIMPLEMENTED_UNATTACHED_ERROR_MESSAGE:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast org.graalvm.nativeimage.c.type.CCharPointer
            invokestatic com.oracle.svm.core.c.function.CEntryPointActions.failFatally:(ILorg/graalvm/nativeimage/c/type/CCharPointer;)V
         3: .line 1155
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int error
        end local 0 // com.oracle.svm.jni.nativeapi.JNIEnvironment env
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0    env  Lcom/oracle/svm/jni/nativeapi/JNIEnvironment;
            1    4     1  error  I
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "JNIFunctions.java"
NestHost: com.oracle.svm.jni.functions.JNIFunctions
InnerClasses:
  JNIEnvUnimplementedPrologue = com.oracle.svm.jni.functions.JNIFunctions$JNIEnvUnimplementedPrologue of com.oracle.svm.jni.functions.JNIFunctions