public class sun.jvm.hotspot.gc.shared.TenuredSpace extends sun.jvm.hotspot.gc.shared.OffsetTableContigSpace
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.gc.shared.TenuredSpace
  super_class: sun.jvm.hotspot.gc.shared.OffsetTableContigSpace
{
  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.shared.TenuredSpace this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 33
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.gc.shared.OffsetTableContigSpace.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 34
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.gc.shared.TenuredSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/gc/shared/TenuredSpace;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  
}
SourceFile: "TenuredSpace.java"