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 0: aload 0
invokespecial org.jruby.platform.Platform.<init>:()V
1: aconst_null
astore 1
start local 1 2: aconst_null
astore 2
start local 2 3: ldc "com.sun.security.auth.module.NTSystem"
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
astore 1
4: aload 1
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
5: goto 8
StackMap locals: org.jruby.platform.NTPlatform java.lang.Class java.lang.Object
StackMap stack: java.lang.Exception
6: astore 3
start local 3 7: new java.lang.UnsupportedOperationException
dup
aload 3
invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
aload 3
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 8: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield org.jruby.platform.NTPlatform.systemClass:Ljava/lang/Class;
9: aload 0
aload 2
putfield org.jruby.platform.NTPlatform.system:Ljava/lang/Object;
10: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
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 end local 0 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"