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

  private static sun.jvm.hotspot.types.AddressField oldGenField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    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 37
            new sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap$1
            dup
            invokespecial sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 56
            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=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 45
            aload 0 /* db */
            ldc "ParallelScavengeHeap"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 46
            aload 1 /* type */
            ldc "_young_gen"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGenField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 47
            aload 1 /* type */
            ldc "_old_gen"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGenField:Lsun/jvm/hotspot/types/AddressField;
         3: .line 48
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    4     1  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=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 51
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.gc.shared.CollectedHeap.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 52
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.gc.parallel.PSYoungGen youngGen();
    descriptor: ()Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
         0: .line 60
            ldc Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
            getstatic sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGenField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.gc.parallel.PSYoungGen
            areturn
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;

  public sun.jvm.hotspot.gc.parallel.PSOldGen oldGen();
    descriptor: ()Lsun/jvm/hotspot/gc/parallel/PSOldGen;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
         0: .line 64
            ldc Lsun/jvm/hotspot/gc/parallel/PSOldGen;
            getstatic sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGenField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.gc.parallel.PSOldGen
            areturn
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;

  public long capacity();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
         0: .line 68
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGen:()Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
            invokevirtual sun.jvm.hotspot.gc.parallel.PSYoungGen.capacity:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGen:()Lsun/jvm/hotspot/gc/parallel/PSOldGen;
            invokevirtual sun.jvm.hotspot.gc.parallel.PSOldGen.capacity:()J
            ladd
            lreturn
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;

  public long used();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
         0: .line 72
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGen:()Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
            invokevirtual sun.jvm.hotspot.gc.parallel.PSYoungGen.used:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGen:()Lsun/jvm/hotspot/gc/parallel/PSOldGen;
            invokevirtual sun.jvm.hotspot.gc.parallel.PSOldGen.used:()J
            ladd
            lreturn
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;

  public boolean isIn(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
        start local 1 // sun.jvm.hotspot.debugger.Address a
         0: .line 76
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGen:()Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
            aload 1 /* a */
            invokevirtual sun.jvm.hotspot.gc.parallel.PSYoungGen.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 2
         1: .line 77
            iconst_1
            ireturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGen:()Lsun/jvm/hotspot/gc/parallel/PSOldGen;
            aload 1 /* a */
            invokevirtual sun.jvm.hotspot.gc.parallel.PSOldGen.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 4
         3: .line 81
            iconst_1
            ireturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;
            0    5     1     a  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a     

  public sun.jvm.hotspot.gc.shared.CollectedHeapName kind();
    descriptor: ()Lsun/jvm/hotspot/gc/shared/CollectedHeapName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
         0: .line 88
            getstatic sun.jvm.hotspot.gc.shared.CollectedHeapName.PARALLEL_SCAVENGE_HEAP:Lsun/jvm/hotspot/gc/shared/CollectedHeapName;
            areturn
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
        start local 1 // java.io.PrintStream tty
         0: .line 92
            aload 1 /* tty */
            ldc "ParallelScavengeHeap [ "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.youngGen:()Lsun/jvm/hotspot/gc/parallel/PSYoungGen;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.gc.parallel.PSYoungGen.printOn:(Ljava/io/PrintStream;)V
         2: .line 94
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap.oldGen:()Lsun/jvm/hotspot/gc/parallel/PSOldGen;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.gc.parallel.PSOldGen.printOn:(Ljava/io/PrintStream;)V
         3: .line 95
            aload 1 /* tty */
            ldc " ] "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 96
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;
            0    5     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "ParallelScavengeHeap.java"
NestMembers:
  sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap$1
InnerClasses:
  sun.jvm.hotspot.gc.parallel.ParallelScavengeHeap$1