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 // org.jruby.runtime.ObjectSpace$GroupSweeper this
         0: .line 315
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.runtime.ObjectSpace$GroupSweeper this
      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 // org.jruby.runtime.ObjectSpace$GroupSweeper this
         0: .line 320
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
            invokevirtual org.jruby.runtime.ObjectSpace.splitObjectGroups:()V
         1: .line 321
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 322
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
            invokevirtual org.jruby.runtime.ObjectSpace.registerGroupSweeper:()V
         4: .line 323
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         5: .line 324
            aload 1
            athrow
         6: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$GroupSweeper.this$0:Lorg/jruby/runtime/ObjectSpace;
            invokevirtual org.jruby.runtime.ObjectSpace.registerGroupSweeper:()V
         7: .line 323
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         8: .line 325
            return
        end local 0 // org.jruby.runtime.ObjectSpace$GroupSweeper this
      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