final class org.jruby.runtime.ObjectSpace$GroupSweeper
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.runtime.ObjectSpace$GroupSweeper
super_class: java.lang.Object
{
final org.jruby.runtime.ObjectSpace this$0;
descriptor: Lorg/jruby/runtime/ObjectSpace;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.jruby.runtime.ObjectSpace);
descriptor: (Lorg/jruby/runtime/ObjectSpace;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/ObjectSpace$GroupSweeper;
MethodParameters:
Name Flags
this$0 final
protected void finalize();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
invokevirtual org.jruby.runtime.ObjectSpace.splitObjectGroups:()V
1: goto 6
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 1
3: aload 0
getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
invokevirtual org.jruby.runtime.ObjectSpace.registerGroupSweeper:()V
4: aload 0
invokespecial java.lang.Object.finalize:()V
5: aload 1
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
invokevirtual org.jruby.runtime.ObjectSpace.registerGroupSweeper:()V
7: aload 0
invokespecial java.lang.Object.finalize:()V
8: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/runtime/ObjectSpace$GroupSweeper;
Exception table:
from to target type
0 2 2 any
Exceptions:
throws java.lang.Throwable
}
SourceFile: "ObjectSpace.java"
NestHost: org.jruby.runtime.ObjectSpace
InnerClasses:
private final GroupSweeper = org.jruby.runtime.ObjectSpace$GroupSweeper of org.jruby.runtime.ObjectSpace