public class org.jruby.ext.fcntl.FcntlLibrary implements org.jruby.runtime.load.Library
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.fcntl.FcntlLibrary
  super_class: java.lang.Object
{
  public static final int FD_CLOEXEC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.fcntl.FcntlLibrary this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.fcntl.FcntlLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/fcntl/FcntlLibrary;

  public void load(org.jruby.Ruby, boolean);
    descriptor: (Lorg/jruby/Ruby;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.ext.fcntl.FcntlLibrary this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // boolean wrap
         0: .line 45
            aload 1 /* runtime */
            ldc "Fcntl"
            invokevirtual org.jruby.Ruby.defineModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            astore 3 /* mFcntl */
        start local 3 // org.jruby.RubyModule mFcntl
         1: .line 47
            aload 1 /* runtime */
            aload 3 /* mFcntl */
            ldc "Fcntl"
            invokevirtual org.jruby.Ruby.loadConstantSet:(Lorg/jruby/RubyModule;Ljava/lang/String;)V
         2: .line 48
            aload 1 /* runtime */
            aload 3 /* mFcntl */
            ldc "OpenFlags"
            invokevirtual org.jruby.Ruby.loadConstantSet:(Lorg/jruby/RubyModule;Ljava/lang/String;)V
         3: .line 49
            aload 3 /* mFcntl */
            ldc "FD_CLOEXEC"
            aload 1 /* runtime */
            lconst_1
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.RubyModule.defineConstant:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         4: .line 50
            return
        end local 3 // org.jruby.RubyModule mFcntl
        end local 2 // boolean wrap
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.fcntl.FcntlLibrary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/ext/fcntl/FcntlLibrary;
            0    5     1  runtime  Lorg/jruby/Ruby;
            0    5     2     wrap  Z
            1    5     3   mFcntl  Lorg/jruby/RubyModule;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      runtime  final
      wrap     
}
SourceFile: "FcntlLibrary.java"