final class com.oracle.svm.core.windows.Target_java_io_WinNTFileSystem
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.core.windows.Target_java_io_WinNTFileSystem
  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.core.windows.Target_java_io_WinNTFileSystem this
         0: .line 187
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.windows.Target_java_io_WinNTFileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/windows/Target_java_io_WinNTFileSystem;

  static native void initIDs();
    descriptor: ()V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.Alias()
}
SourceFile: "WindowsNativeLibraryFeature.java"
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.TargetClass(className = "java.io.WinNTFileSystem")
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$WINDOWS;})