class sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk implements sun.jvm.hotspot.HSDB$CleanupThunk
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk
  super_class: java.lang.Object
{
  sun.jvm.hotspot.utilities.FindObjectByType finder;
    descriptor: Lsun/jvm/hotspot/utilities/FindObjectByType;
    flags: (0x0000) 

  final sun.jvm.hotspot.HSDB this$0;
    descriptor: Lsun/jvm/hotspot/HSDB;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.HSDB, sun.jvm.hotspot.utilities.FindObjectByType);
    descriptor: (Lsun/jvm/hotspot/HSDB;Lsun/jvm/hotspot/utilities/FindObjectByType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk this
        start local 2 // sun.jvm.hotspot.utilities.FindObjectByType finder
         0: .line 1459
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk.this$0:Lsun/jvm/hotspot/HSDB;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1460
            aload 0 /* this */
            aload 2 /* finder */
            putfield sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk.finder:Lsun/jvm/hotspot/utilities/FindObjectByType;
         2: .line 1461
            return
        end local 2 // sun.jvm.hotspot.utilities.FindObjectByType finder
        end local 0 // sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/HSDB$FindObjectByTypeCleanupThunk;
            0    3     2  finder  Lsun/jvm/hotspot/utilities/FindObjectByType;
    MethodParameters:
        Name  Flags
      this$0  final
      finder  

  public void heapIterationComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk this
         0: .line 1464
            new sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk$1.<init>:(Lsun/jvm/hotspot/HSDB$FindObjectByTypeCleanupThunk;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         1: .line 1482
            return
        end local 0 // sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/HSDB$FindObjectByTypeCleanupThunk;

  static sun.jvm.hotspot.HSDB access$0(sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk);
    descriptor: (Lsun/jvm/hotspot/HSDB$FindObjectByTypeCleanupThunk;)Lsun/jvm/hotspot/HSDB;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1456
            aload 0
            getfield sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk.this$0:Lsun/jvm/hotspot/HSDB;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HSDB.java"
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
  abstract CleanupThunk = sun.jvm.hotspot.HSDB$CleanupThunk of sun.jvm.hotspot.HSDB
  FindObjectByTypeCleanupThunk = sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk of sun.jvm.hotspot.HSDB
  sun.jvm.hotspot.HSDB$FindObjectByTypeCleanupThunk$1