class com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature implements org.graalvm.nativeimage.hosted.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature
  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.WindowsSubstrateOperatingSystemMXBeanFeature this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/windows/WindowsSubstrateOperatingSystemMXBeanFeature;

  public java.util.List<java.lang.Class<? extends org.graalvm.nativeimage.hosted.Feature>> getRequiredFeatures();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature this
         0: .line 48
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/svm/core/jdk/management/ManagementFeature;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/windows/WindowsSubstrateOperatingSystemMXBeanFeature;
    Signature: ()Ljava/util/List<Ljava/lang/Class<+Lorg/graalvm/nativeimage/hosted/Feature;>;>;

  public void afterRegistration(org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess);
    descriptor: (Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature this
        start local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
         0: .line 53
            invokestatic com.oracle.svm.core.jdk.management.ManagementSupport.getSingleton:()Lcom/oracle/svm/core/jdk/management/ManagementSupport;
            ldc Lcom/sun/management/OperatingSystemMXBean;
            new com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBean
            dup
            invokespecial com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBean.<init>:()V
            invokevirtual com.oracle.svm.core.jdk.management.ManagementSupport.addPlatformManagedObjectSingleton:(Ljava/lang/Class;Ljava/lang/management/PlatformManagedObject;)V
         1: .line 54
            return
        end local 1 // org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess access
        end local 0 // com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/svm/core/windows/WindowsSubstrateOperatingSystemMXBeanFeature;
            0    2     1  access  Lorg/graalvm/nativeimage/hosted/Feature$AfterRegistrationAccess;
    MethodParameters:
        Name  Flags
      access  
}
SourceFile: "WindowsSubstrateOperatingSystemMXBean.java"
InnerClasses:
  public abstract AfterRegistrationAccess = org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess of org.graalvm.nativeimage.hosted.Feature
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$WINDOWS;})
      com.oracle.svm.core.annotate.AutomaticFeature()