public class org.jruby.platform.NTPlatform extends org.jruby.platform.Platform
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.platform.NTPlatform
  super_class: org.jruby.platform.Platform
{
  private final java.lang.Class systemClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object system;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.jruby.platform.NTPlatform this
         0: .line 37
            aload 0 /* this */
            invokespecial org.jruby.platform.Platform.<init>:()V
         1: .line 38
            aconst_null
            astore 1 /* sClass */
        start local 1 // java.lang.Class sClass
         2: .line 39
            aconst_null
            astore 2 /* s */
        start local 2 // java.lang.Object s
         3: .line 42
            ldc "com.sun.security.auth.module.NTSystem"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 1 /* sClass */
         4: .line 43
            aload 1 /* sClass */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* s */
         5: .line 44
            goto 8
      StackMap locals: org.jruby.platform.NTPlatform java.lang.Class java.lang.Object
      StackMap stack: java.lang.Exception
         6: astore 3 /* e */
        start local 3 // java.lang.Exception e
         7: .line 45
            new java.lang.UnsupportedOperationException
            dup
            aload 3 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
         8: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sClass */
            putfield org.jruby.platform.NTPlatform.systemClass:Ljava/lang/Class;
         9: .line 49
            aload 0 /* this */
            aload 2 /* s */
            putfield org.jruby.platform.NTPlatform.system:Ljava/lang/Object;
        10: .line 50
            return
        end local 2 // java.lang.Object s
        end local 1 // java.lang.Class sClass
        end local 0 // org.jruby.platform.NTPlatform this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/jruby/platform/NTPlatform;
            2   11     1  sClass  Ljava/lang/Class;
            3   11     2       s  Ljava/lang/Object;
            7    8     3       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.Exception

  public long[] getGroups(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.platform.NTPlatform this
        start local 1 // org.jruby.runtime.builtin.IRubyObject recv
         0: .line 55
            aload 1 /* recv */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "groups() function is unimplemented on Windows"
            invokevirtual org.jruby.Ruby.newNotImplementedError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // org.jruby.runtime.builtin.IRubyObject recv
        end local 0 // org.jruby.platform.NTPlatform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/platform/NTPlatform;
            0    1     1  recv  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      recv  
}
SourceFile: "NTPlatform.java"