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 start local 1 0: aload 0
aload 1
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: return
end local 1 end local 0 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 0: aload 0
invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
athrow
end local 0 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 start local 1 0: aload 0
invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
athrow
end local 1 end local 0 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 0: aload 0
invokevirtual org.jruby.ext.ffi.FreedMemoryIO.ex:()Lorg/jruby/exceptions/RaiseException;
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/ffi/FreedMemoryIO;
}
SourceFile: "FreedMemoryIO.java"