class sun.jvm.hotspot.gc.shared.GenerationFactory$2 extends sun.jvm.hotspot.gc.shared.Generation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.gc.shared.GenerationFactory$2
  super_class: sun.jvm.hotspot.gc.shared.Generation
{
  void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
        start local 1 // sun.jvm.hotspot.debugger.Address $anonymous0
         0: .line 62
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial sun.jvm.hotspot.gc.shared.Generation.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            return
        end local 1 // sun.jvm.hotspot.debugger.Address $anonymous0
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;
            0    1     1  $anonymous0  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
         0: .line 64
            ldc "unknown generation type"
            areturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;

  public void spaceIterate(sun.jvm.hotspot.gc.shared.SpaceClosure, boolean);
    descriptor: (Lsun/jvm/hotspot/gc/shared/SpaceClosure;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
        start local 1 // sun.jvm.hotspot.gc.shared.SpaceClosure blk
        start local 2 // boolean usedOnly
         0: .line 67
            return
        end local 2 // boolean usedOnly
        end local 1 // sun.jvm.hotspot.gc.shared.SpaceClosure blk
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;
            0    1     1       blk  Lsun/jvm/hotspot/gc/shared/SpaceClosure;
            0    1     2  usedOnly  Z
    MethodParameters:
          Name  Flags
      blk       
      usedOnly  

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
        start local 1 // java.io.PrintStream tty
         0: .line 69
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "unknown subtype of Generation @ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.shared.GenerationFactory$2.getAddress:()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;
         1: .line 70
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.shared.GenerationFactory$2.virtualSpace:()Lsun/jvm/hotspot/memory/VirtualSpace;
            invokevirtual sun.jvm.hotspot.memory.VirtualSpace.low:()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.shared.GenerationFactory$2.virtualSpace:()Lsun/jvm/hotspot/memory/VirtualSpace;
            invokevirtual sun.jvm.hotspot.memory.VirtualSpace.high:()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;
         2: .line 69
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 71
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;
            0    4     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public long used();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
         0: .line 73
            lconst_0
            lreturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;

  public long free();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
         0: .line 76
            lconst_0
            lreturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;

  public long capacity();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
         0: .line 79
            lconst_0
            lreturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;

  public long contiguousAvailable();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
         0: .line 82
            lconst_0
            lreturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationFactory$2;
}
SourceFile: "GenerationFactory.java"
EnclosingMethod: sun.jvm.hotspot.gc.shared.GenerationFactory.newObject:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/gc/shared/Generation;
NestHost: sun.jvm.hotspot.gc.shared.GenerationFactory
InnerClasses:
  sun.jvm.hotspot.gc.shared.GenerationFactory$2