public final class org.jruby.ext.ffi.FreedMemoryIO extends org.jruby.ext.ffi.InvalidMemoryIO implements org.jruby.ext.ffi.AllocatedDirectMemoryIO
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.FreedMemoryIO
  super_class: org.jruby.ext.ffi.InvalidMemoryIO
{
  public void <init>(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.FreedMemoryIO this
        start local 1 // org.jruby.Ruby runtime
         0: .line 8
            aload 0 /* this */
            aload 1 /* runtime */
            iconst_0
            ldc -80538480299558210
            ldc "attempting to access freed memory"
            invokespecial org.jruby.ext.ffi.InvalidMemoryIO.<init>:(Lorg/jruby/Ruby;ZJLjava/lang/String;)V
         1: .line 9
            return
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.FreedMemoryIO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/FreedMemoryIO;
            0    2     1  runtime  Lorg/jruby/Ruby;
    MethodParameters:
         Name  Flags
      runtime  

  public void free();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.FreedMemoryIO this
         0: .line 12
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 0 // org.jruby.ext.ffi.FreedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/FreedMemoryIO;

  public void setAutoRelease(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.FreedMemoryIO this
        start local 1 // boolean autorelease
         0: .line 16
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // boolean autorelease
        end local 0 // org.jruby.ext.ffi.FreedMemoryIO this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/ext/ffi/FreedMemoryIO;
            0    1     1  autorelease  Z
    MethodParameters:
             Name  Flags
      autorelease  

  public boolean isAutoRelease();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.FreedMemoryIO this
         0: .line 20
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 0 // org.jruby.ext.ffi.FreedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/FreedMemoryIO;
}
SourceFile: "FreedMemoryIO.java"