final class com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix
  super_class: java.lang.Object
{
  int RTLD_GLOBAL;
    descriptor: I
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.InjectAccessors(value = Lcom/oracle/svm/truffle/nfi/posix/Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor;)

  int RTLD_LOCAL;
    descriptor: I
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.InjectAccessors(value = Lcom/oracle/svm/truffle/nfi/posix/Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor;)

  int RTLD_LAZY;
    descriptor: I
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.InjectAccessors(value = Lcom/oracle/svm/truffle/nfi/posix/Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor;)

  int RTLD_NOW;
    descriptor: I
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
      com.oracle.svm.core.annotate.InjectAccessors(value = Lcom/oracle/svm/truffle/nfi/posix/Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor;)

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/truffle/nfi/posix/Target_com_oracle_truffle_nfi_impl_NFIContextPosix;
}
SourceFile: "Target_com_oracle_truffle_nfi_impl_NFIContextPosix.java"
NestMembers:
  com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor
InnerClasses:
  RTLDAccessor = com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix$RTLDAccessor of com.oracle.svm.truffle.nfi.posix.Target_com_oracle_truffle_nfi_impl_NFIContextPosix
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "com.oracle.truffle.nfi.impl.NFIContext", onlyWith = {Lcom/oracle/svm/truffle/nfi/TruffleNFIFeature$IsEnabled;})
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$LINUX;, Lorg/graalvm/nativeimage/Platform$DARWIN;})