public class sun.jvm.hotspot.gc.cms.ParNewGeneration extends sun.jvm.hotspot.gc.serial.DefNewGeneration
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.gc.cms.ParNewGeneration
super_class: sun.jvm.hotspot.gc.serial.DefNewGeneration
{
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 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.gc.serial.DefNewGeneration.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/gc/cms/ParNewGeneration;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.gc.shared.Generation$Name kind();
descriptor: ()Lsun/jvm/hotspot/gc/shared/Generation$Name;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.gc.shared.Generation$Name.PAR_NEW:Lsun/jvm/hotspot/gc/shared/Generation$Name;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/cms/ParNewGeneration;
}
SourceFile: "ParNewGeneration.java"
InnerClasses:
public Name = sun.jvm.hotspot.gc.shared.Generation$Name of sun.jvm.hotspot.gc.shared.Generation