final class jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner extends jdk.vm.ci.hotspot.Cleaner
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner
  super_class: jdk.vm.ci.hotspot.Cleaner
{
  final long address;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  void <init>(jdk.vm.ci.hotspot.HotSpotSpeculationLog, long);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner this
        start local 1 // jdk.vm.ci.hotspot.HotSpotSpeculationLog referent
        start local 2 // long address
         0: .line 345
            aload 0 /* this */
            aload 1 /* referent */
            invokespecial jdk.vm.ci.hotspot.Cleaner.<init>:(Ljava/lang/Object;)V
         1: .line 346
            aload 0 /* this */
            lload 2 /* address */
            putfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner.address:J
         2: .line 347
            return
        end local 2 // long address
        end local 1 // jdk.vm.ci.hotspot.HotSpotSpeculationLog referent
        end local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog$LogCleaner;
            0    3     1  referent  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;
            0    3     2   address  J
    MethodParameters:
          Name  Flags
      referent  
      address   

  void doCleanup();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner this
         0: .line 351
            getstatic jdk.vm.ci.hotspot.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner.address:J
            invokevirtual jdk.internal.misc.Unsafe.getAddress:(J)J
            lstore 1 /* pointer */
        start local 1 // long pointer
         1: .line 352
            lload 1 /* pointer */
            lconst_0
            lcmp
            ifeq 3
         2: .line 353
            invokestatic jdk.vm.ci.hotspot.CompilerToVM.compilerToVM:()Ljdk/vm/ci/hotspot/CompilerToVM;
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner.address:J
            invokevirtual jdk.vm.ci.hotspot.CompilerToVM.releaseFailedSpeculations:(J)V
         3: .line 355
      StackMap locals: long
      StackMap stack:
            getstatic jdk.vm.ci.hotspot.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner.address:J
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
         4: .line 356
            return
        end local 1 // long pointer
        end local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog$LogCleaner;
            1    5     1  pointer  J
}
SourceFile: "HotSpotSpeculationLog.java"
NestHost: jdk.vm.ci.hotspot.HotSpotSpeculationLog
InnerClasses:
  private final LogCleaner = jdk.vm.ci.hotspot.HotSpotSpeculationLog$LogCleaner of jdk.vm.ci.hotspot.HotSpotSpeculationLog