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

  static void enter(com.oracle.svm.jni.nativeapi.JNIJavaVM);
    descriptor: (Lcom/oracle/svm/jni/nativeapi/JNIJavaVM;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.svm.jni.nativeapi.JNIJavaVM vm
         0: .line 1178
            aload 0 /* vm */
            invokeinterface com.oracle.svm.jni.nativeapi.JNIJavaVM.getFunctions:()Lcom/oracle/svm/jni/nativeapi/JNIInvokeInterface;
            invokeinterface com.oracle.svm.jni.nativeapi.JNIInvokeInterface.getIsolate:()Lorg/graalvm/nativeimage/Isolate;
            iconst_1
            invokestatic com.oracle.svm.core.c.function.CEntryPointActions.enterAttachThread:(Lorg/graalvm/nativeimage/Isolate;Z)I
            istore 1 /* error */
        start local 1 // int error
         1: .line 1179
            iload 1 /* error */
            ifeq 3
         2: .line 1180
            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 1182
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int error
        end local 0 // com.oracle.svm.jni.nativeapi.JNIJavaVM vm
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0     vm  Lcom/oracle/svm/jni/nativeapi/JNIJavaVM;
            1    4     1  error  I
    MethodParameters:
      Name  Flags
      vm    
}
SourceFile: "JNIFunctions.java"
NestHost: com.oracle.svm.jni.functions.JNIFunctions
InnerClasses:
  JNIJavaVMUnimplementedPrologue = com.oracle.svm.jni.functions.JNIFunctions$JNIJavaVMUnimplementedPrologue of com.oracle.svm.jni.functions.JNIFunctions