public class sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace extends sun.jvm.hotspot.gc.shared.CompactibleSpace
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace
  super_class: sun.jvm.hotspot.gc.shared.CompactibleSpace
{
  private static sun.jvm.hotspot.types.AddressField collectorField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField indexedFreeListField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField dictionaryField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long smallLinearAllocBlockFieldOffset;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private int heapWordSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int IndexSetStart;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int IndexSetSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int IndexSetStride;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static long MinChunkSizeInBytes;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            new sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace$1
            dup
            invokespecial sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 213
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 58
            aload 0 /* db */
            ldc "FreeChunk"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            lstore 1 /* sizeofFreeChunk */
        start local 1 // long sizeofFreeChunk
         1: .line 59
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 3 /* vm */
        start local 3 // sun.jvm.hotspot.runtime.VM vm
         2: .line 60
            lload 1 /* sizeofFreeChunk */
            aload 3 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getMinObjAlignmentInBytes:()I
            i2l
            invokestatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.numQuanta:(JJ)J
         3: .line 61
            aload 3 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getMinObjAlignmentInBytes:()I
            i2l
         4: .line 60
            lmul
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.MinChunkSizeInBytes:J
         5: .line 63
            aload 0 /* db */
            ldc "CompactibleFreeListSpace"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 4 /* type */
        start local 4 // sun.jvm.hotspot.types.Type type
         6: .line 64
            aload 4 /* type */
            ldc "_collector"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.collectorField:Lsun/jvm/hotspot/types/AddressField;
         7: .line 65
            aload 4 /* type */
            ldc "_collector"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.collectorField:Lsun/jvm/hotspot/types/AddressField;
         8: .line 66
            aload 4 /* type */
            ldc "_dictionary"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.dictionaryField:Lsun/jvm/hotspot/types/AddressField;
         9: .line 67
            aload 4 /* type */
            ldc "_indexedFreeList[0]"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.indexedFreeListField:Lsun/jvm/hotspot/types/AddressField;
        10: .line 68
            aload 4 /* type */
            ldc "_smallLinearAllocBlock"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            putstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.smallLinearAllocBlockFieldOffset:J
        11: .line 69
            return
        end local 4 // sun.jvm.hotspot.types.Type type
        end local 3 // sun.jvm.hotspot.runtime.VM vm
        end local 1 // long sizeofFreeChunk
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0               db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   12     1  sizeofFreeChunk  J
            2   12     3               vm  Lsun/jvm/hotspot/runtime/VM;
            6   12     4             type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 72
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.gc.shared.CompactibleSpace.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 73
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 2 /* vm */
        start local 2 // sun.jvm.hotspot.runtime.VM vm
         2: .line 74
            aload 0 /* this */
            aload 2 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getHeapWordSize:()I
            putfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.heapWordSize:I
         3: .line 75
            aload 0 /* this */
            aload 2 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getMinObjAlignmentInBytes:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.heapWordSize:I
            idiv
            putfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStart:I
         4: .line 76
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStart:I
            putfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStride:I
         5: .line 77
            aload 0 /* this */
            sipush 257
            putfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetSize:I
         6: .line 78
            return
        end local 2 // sun.jvm.hotspot.runtime.VM vm
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            0    7     1  addr  Lsun/jvm/hotspot/debugger/Address;
            2    7     2    vm  Lsun/jvm/hotspot/runtime/VM;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.gc.cms.CMSCollector collector();
    descriptor: ()Lsun/jvm/hotspot/gc/cms/CMSCollector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 83
            ldc Lsun/jvm/hotspot/gc/cms/CMSCollector;
         1: .line 84
            getstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.collectorField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
         2: .line 82
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.gc.cms.CMSCollector
            areturn
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;

  public long free0();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 88
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.capacity:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.used0:()J
            lsub
            lreturn
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;

  public long used();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 92
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.capacity:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.free:()J
            lsub
            lreturn
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;

  public long used0();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.getLiveRegions:()Ljava/util/List;
            astore 1 /* regions */
        start local 1 // java.util.List regions
         1: .line 97
            lconst_0
            lstore 2 /* usedSize */
        start local 2 // long usedSize
         2: .line 98
            aload 1 /* regions */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* itr */
        start local 4 // java.util.Iterator itr
         3: goto 6
         4: .line 99
      StackMap locals: java.util.List long java.util.Iterator
      StackMap stack:
            aload 4 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.MemRegion
            astore 5 /* mr */
        start local 5 // sun.jvm.hotspot.memory.MemRegion mr
         5: .line 100
            lload 2 /* usedSize */
            aload 5 /* mr */
            invokevirtual sun.jvm.hotspot.memory.MemRegion.byteSize:()J
            ladd
            lstore 2 /* usedSize */
        end local 5 // sun.jvm.hotspot.memory.MemRegion mr
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 4 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 4 // java.util.Iterator itr
         7: .line 102
            lload 2 /* usedSize */
            lreturn
        end local 2 // long usedSize
        end local 1 // java.util.List regions
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            1    8     1   regions  Ljava/util/List;
            2    8     2  usedSize  J
            3    7     4       itr  Ljava/util/Iterator;
            5    6     5        mr  Lsun/jvm/hotspot/memory/MemRegion;

  public long free();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 107
            lconst_0
            lstore 1 /* size */
        start local 1 // long size
         1: .line 108
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.indexedFreeListField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* cur */
        start local 3 // sun.jvm.hotspot.debugger.Address cur
         2: .line 109
            aload 3 /* cur */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStart:I
            i2l
            invokestatic sun.jvm.hotspot.gc.cms.AdaptiveFreeList.sizeOf:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* cur */
         3: .line 110
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStart:I
            istore 4 /* i */
        start local 4 // int i
         4: goto 9
         5: .line 111
      StackMap locals: long sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            ldc Lsun/jvm/hotspot/gc/cms/AdaptiveFreeList;
            aload 3 /* cur */
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.gc.cms.AdaptiveFreeList
            astore 5 /* freeList */
        start local 5 // sun.jvm.hotspot.gc.cms.AdaptiveFreeList freeList
         6: .line 112
            lload 1 /* size */
            iload 4 /* i */
            i2l
            aload 5 /* freeList */
            invokevirtual sun.jvm.hotspot.gc.cms.AdaptiveFreeList.count:()J
            lmul
            ladd
            lstore 1 /* size */
         7: .line 113
            aload 3 /* cur */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStride:I
            i2l
            invokestatic sun.jvm.hotspot.gc.cms.AdaptiveFreeList.sizeOf:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* cur */
        end local 5 // sun.jvm.hotspot.gc.cms.AdaptiveFreeList freeList
         8: .line 110
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetStride:I
            iadd
            istore 4 /* i */
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.IndexSetSize:I
            if_icmplt 5
        end local 4 // int i
        10: .line 117
            ldc Lsun/jvm/hotspot/memory/AFLBinaryTreeDictionary;
        11: .line 118
            getstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.dictionaryField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
        12: .line 117
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.AFLBinaryTreeDictionary
            astore 4 /* aflbd */
        start local 4 // sun.jvm.hotspot.memory.AFLBinaryTreeDictionary aflbd
        13: .line 119
            lload 1 /* size */
            aload 4 /* aflbd */
            invokevirtual sun.jvm.hotspot.memory.AFLBinaryTreeDictionary.size:()J
            ladd
            lstore 1 /* size */
        14: .line 123
            ldc Lsun/jvm/hotspot/gc/cms/LinearAllocBlock;
        15: .line 124
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.smallLinearAllocBlockFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
        16: .line 123
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.gc.cms.LinearAllocBlock
            astore 5 /* lab */
        start local 5 // sun.jvm.hotspot.gc.cms.LinearAllocBlock lab
        17: .line 125
            lload 1 /* size */
            aload 5 /* lab */
            invokevirtual sun.jvm.hotspot.gc.cms.LinearAllocBlock.word_size:()J
            ladd
            lstore 1 /* size */
        18: .line 127
            lload 1 /* size */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.heapWordSize:I
            i2l
            lmul
            lreturn
        end local 5 // sun.jvm.hotspot.gc.cms.LinearAllocBlock lab
        end local 4 // sun.jvm.hotspot.memory.AFLBinaryTreeDictionary aflbd
        end local 3 // sun.jvm.hotspot.debugger.Address cur
        end local 1 // long size
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            1   19     1      size  J
            2   19     3       cur  Lsun/jvm/hotspot/debugger/Address;
            4   10     4         i  I
            6    8     5  freeList  Lsun/jvm/hotspot/gc/cms/AdaptiveFreeList;
           13   19     4     aflbd  Lsun/jvm/hotspot/memory/AFLBinaryTreeDictionary;
           17   19     5       lab  Lsun/jvm/hotspot/gc/cms/LinearAllocBlock;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
        start local 1 // java.io.PrintStream tty
         0: .line 131
            aload 1 /* tty */
            ldc "free-list-space"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 132
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "[ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.bottom:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " , "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.end:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " ) "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 133
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.capacity:()J
            lstore 2 /* cap */
        start local 2 // long cap
         3: .line 134
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.used:()J
            lstore 4 /* used_size */
        start local 4 // long used_size
         4: .line 135
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.free:()J
            lstore 6 /* free_size */
        start local 6 // long free_size
         5: .line 136
            lload 4 /* used_size */
            l2d
            lload 2 /* cap */
            l2d
            ddiv
            ldc 100.0
            dmul
            d2i
            istore 8 /* used_perc */
        start local 8 // int used_perc
         6: .line 137
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "space capacity = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 2 /* cap */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " used("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 8 /* used_perc */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "%)= "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 4 /* used_size */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 138
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "free= "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 6 /* free_size */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 139
            aload 1 /* tty */
            ldc "\n"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 141
            return
        end local 8 // int used_perc
        end local 6 // long free_size
        end local 4 // long used_size
        end local 2 // long cap
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            0   10     1        tty  Ljava/io/PrintStream;
            3   10     2        cap  J
            4   10     4  used_size  J
            5   10     6  free_size  J
            6   10     8  used_perc  I
    MethodParameters:
      Name  Flags
      tty   

  public sun.jvm.hotspot.debugger.Address skipBlockSizeUsingPrintezisBits(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
        start local 1 // sun.jvm.hotspot.debugger.Address pos
         0: .line 144
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.collector:()Lsun/jvm/hotspot/gc/cms/CMSCollector;
            astore 2 /* collector */
        start local 2 // sun.jvm.hotspot.gc.cms.CMSCollector collector
         1: .line 145
            lconst_0
            lstore 3 /* size */
        start local 3 // long size
         2: .line 146
            aconst_null
            astore 5 /* addr */
        start local 5 // sun.jvm.hotspot.debugger.Address addr
         3: .line 148
            aload 2 /* collector */
            ifnull 7
         4: .line 149
            aload 2 /* collector */
            aload 1 /* pos */
            invokevirtual sun.jvm.hotspot.gc.cms.CMSCollector.blockSizeUsingPrintezisBits:(Lsun/jvm/hotspot/debugger/Address;)J
            lstore 3 /* size */
         5: .line 150
            lload 3 /* size */
            ldc 3
            lcmp
            iflt 7
         6: .line 151
            aload 1 /* pos */
            lload 3 /* size */
            invokestatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.adjustObjectSizeInBytes:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* addr */
         7: .line 154
      StackMap locals: sun.jvm.hotspot.gc.cms.CMSCollector long sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 5 /* addr */
            areturn
        end local 5 // sun.jvm.hotspot.debugger.Address addr
        end local 3 // long size
        end local 2 // sun.jvm.hotspot.gc.cms.CMSCollector collector
        end local 1 // sun.jvm.hotspot.debugger.Address pos
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            0    8     1        pos  Lsun/jvm/hotspot/debugger/Address;
            1    8     2  collector  Lsun/jvm/hotspot/gc/cms/CMSCollector;
            2    8     3       size  J
            3    8     5       addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      pos   

  public java.util.List getLiveRegions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=1
        start local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
         0: .line 158
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* res */
        start local 1 // java.util.List res
         1: .line 159
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            astore 2 /* vm */
        start local 2 // sun.jvm.hotspot.runtime.VM vm
         2: .line 160
            aload 2 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
            pop
         3: .line 161
            aload 2 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            astore 3 /* heap */
        start local 3 // sun.jvm.hotspot.oops.ObjectHeap heap
         4: .line 162
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.bottom:()Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* cur */
        start local 4 // sun.jvm.hotspot.debugger.Address cur
         5: .line 163
            aload 4 /* cur */
            astore 5 /* regionStart */
        start local 5 // sun.jvm.hotspot.debugger.Address regionStart
         6: .line 164
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.end:()Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* limit */
        start local 6 // sun.jvm.hotspot.debugger.Address limit
         7: .line 165
            aload 2 /* vm */
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lstore 7 /* addressSize */
        start local 7 // long addressSize
         8: .line 167
            goto 31
         9: .line 168
      StackMap locals: sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace java.util.List sun.jvm.hotspot.runtime.VM sun.jvm.hotspot.oops.ObjectHeap sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address long
      StackMap stack:
            aload 4 /* cur */
            lload 7 /* addressSize */
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* k */
        start local 9 // sun.jvm.hotspot.debugger.Address k
        10: .line 169
            aload 4 /* cur */
            invokestatic sun.jvm.hotspot.memory.FreeChunk.indicatesFreeChunk:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 22
        11: .line 170
            aload 4 /* cur */
            aload 5 /* regionStart */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 171
            aload 1 /* res */
            new sun.jvm.hotspot.memory.MemRegion
            dup
            aload 5 /* regionStart */
            aload 4 /* cur */
            invokespecial sun.jvm.hotspot.memory.MemRegion.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 173
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            ldc Lsun/jvm/hotspot/memory/FreeChunk;
            aload 4 /* cur */
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.FreeChunk
            astore 10 /* fc */
        start local 10 // sun.jvm.hotspot.memory.FreeChunk fc
        14: .line 174
            aload 10 /* fc */
            invokevirtual sun.jvm.hotspot.memory.FreeChunk.size:()J
            lstore 11 /* chunkSize */
        start local 11 // long chunkSize
        15: .line 175
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 19
        16: .line 176
            lload 11 /* chunkSize */
            lconst_0
            lcmp
            ifle 17
            iconst_1
            goto 18
      StackMap locals: sun.jvm.hotspot.memory.FreeChunk long
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: ldc "invalid FreeChunk size"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        19: .line 179
      StackMap locals:
      StackMap stack:
            aload 4 /* cur */
            lload 11 /* chunkSize */
            lload 7 /* addressSize */
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* cur */
        20: .line 180
            aload 4 /* cur */
            astore 5 /* regionStart */
        end local 11 // long chunkSize
        end local 10 // sun.jvm.hotspot.memory.FreeChunk fc
        21: .line 181
            goto 31
      StackMap locals:
      StackMap stack:
        22: aload 9 /* k */
            ifnull 27
        23: .line 182
            aload 3 /* heap */
            aload 4 /* cur */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetToAsOopHandle:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            astore 10 /* obj */
        start local 10 // sun.jvm.hotspot.oops.Oop obj
        24: .line 183
            aload 10 /* obj */
            invokevirtual sun.jvm.hotspot.oops.Oop.getObjectSize:()J
            lstore 11 /* objectSize */
        start local 11 // long objectSize
        25: .line 184
            aload 4 /* cur */
            lload 11 /* objectSize */
            invokestatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.adjustObjectSizeInBytes:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* cur */
        end local 11 // long objectSize
        end local 10 // sun.jvm.hotspot.oops.Oop obj
        26: .line 185
            goto 31
        27: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.collector:()Lsun/jvm/hotspot/gc/cms/CMSCollector;
            aload 4 /* cur */
            invokevirtual sun.jvm.hotspot.gc.cms.CMSCollector.blockSizeUsingPrintezisBits:(Lsun/jvm/hotspot/debugger/Address;)J
            lstore 10 /* size */
        start local 10 // long size
        28: .line 190
            lload 10 /* size */
            ldc -1
            lcmp
            ifne 30
        29: .line 191
            goto 32
        30: .line 193
      StackMap locals: long
      StackMap stack:
            aload 4 /* cur */
            lload 10 /* size */
            invokestatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.adjustObjectSizeInBytes:(J)J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* cur */
        end local 10 // long size
        end local 9 // sun.jvm.hotspot.debugger.Address k
        31: .line 167
      StackMap locals:
      StackMap stack:
            aload 4 /* cur */
            aload 6 /* limit */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 9
        32: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* res */
            areturn
        end local 7 // long addressSize
        end local 6 // sun.jvm.hotspot.debugger.Address limit
        end local 5 // sun.jvm.hotspot.debugger.Address regionStart
        end local 4 // sun.jvm.hotspot.debugger.Address cur
        end local 3 // sun.jvm.hotspot.oops.ObjectHeap heap
        end local 2 // sun.jvm.hotspot.runtime.VM vm
        end local 1 // java.util.List res
        end local 0 // sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   33     0         this  Lsun/jvm/hotspot/gc/cms/CompactibleFreeListSpace;
            1   33     1          res  Ljava/util/List;
            2   33     2           vm  Lsun/jvm/hotspot/runtime/VM;
            4   33     3         heap  Lsun/jvm/hotspot/oops/ObjectHeap;
            5   33     4          cur  Lsun/jvm/hotspot/debugger/Address;
            6   33     5  regionStart  Lsun/jvm/hotspot/debugger/Address;
            7   33     6        limit  Lsun/jvm/hotspot/debugger/Address;
            8   33     7  addressSize  J
           10   31     9            k  Lsun/jvm/hotspot/debugger/Address;
           14   21    10           fc  Lsun/jvm/hotspot/memory/FreeChunk;
           15   21    11    chunkSize  J
           24   26    10          obj  Lsun/jvm/hotspot/oops/Oop;
           25   26    11   objectSize  J
           28   31    10         size  J

  private static long numQuanta(long, long);
    descriptor: (JJ)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long x
        start local 2 // long y
         0: .line 205
            lload 0 /* x */
            lload 2 /* y */
            ladd
            lconst_1
            lsub
            lload 2 /* y */
            ldiv
            lreturn
        end local 2 // long y
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
            0    1     2     y  J
    MethodParameters:
      Name  Flags
      x     
      y     

  public static long adjustObjectSizeInBytes(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long sizeInBytes
         0: .line 209
            lload 0 /* sizeInBytes */
            getstatic sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace.MinChunkSizeInBytes:J
            invokestatic java.lang.Math.max:(JJ)J
            invokestatic sun.jvm.hotspot.oops.Oop.alignObjectSize:(J)J
            lreturn
        end local 0 // long sizeInBytes
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  sizeInBytes  J
    MethodParameters:
             Name  Flags
      sizeInBytes  
}
SourceFile: "CompactibleFreeListSpace.java"
NestMembers:
  sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace$1
InnerClasses:
  sun.jvm.hotspot.gc.cms.CompactibleFreeListSpace$1